Skip to content

Commit ae6e3bb

Browse files
Update manga_reader_downloader.py
1 parent ad3f20f commit ae6e3bb

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Automation/src/Manga_Downloader/manga_reader_downloader.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
1-
#needs polishing
2-
#Searches and downloads the top Manga result page by page from https://www.mangapanda.com
3-
#author- Senthil Kumar @Rats12
4-
5-
61
import requests
72
from bs4 import BeautifulSoup
83
import os
94

105
query = input('What manga would you like to search for?: ')
11-
website='https://www.mangareader.net'
6+
website = 'https://www.mangareader.net'
127

138
def download_image(url, manga_name):
149
response = requests.get(url)

0 commit comments

Comments
 (0)