We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad3f20f commit ae6e3bbCopy full SHA for ae6e3bb
Automation/src/Manga_Downloader/manga_reader_downloader.py
@@ -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
6
import requests
7
from bs4 import BeautifulSoup
8
import os
9
10
query = input('What manga would you like to search for?: ')
11
-website='https://www.mangareader.net'
+website = 'https://www.mangareader.net'
12
13
def download_image(url, manga_name):
14
response = requests.get(url)
0 commit comments