shaikhsajid1111 / manga-down

manga_down is a tool to download manga from mangareader and mangapanda
https://pypi.org/project/manga-down/
MIT License
4 stars 0 forks source link

Error 22 #1

Closed bot-coder05 closed 3 years ago

bot-coder05 commented 3 years ago
from manga_down import mangapanda

manga_title = input("Title: ")
manga = mangapanda.Manga(manga_title)
manga.get_chapter_list()
manga_chapter = input("Chapter: ")
manga.download_chapter(manga_chapter) 

It gave me an error 22 with invalid argument

Invalid argument: 'bleach - bleach - Page 1.jpg?acc=xbQ5XkttfwUitmiQALMl2g&exp=1604582563'

so I changed the code to what is says on the front page

from manga_down import mangapanda

manga = mangapanda.Manga("bleach")
manga.get_chapter_list()
manga.download_chapter("120")

It gave me the same exact error as the last one, I also tried to change the manga to naruto but It still gave me error 22 I loved manga_down ever since I saw it 15mins ago. It was the most simple tool could find.

shaikhsajid1111 commented 3 years ago

Thank you for raising this issue. This issue have been resolved, I have sent the patch and package is updated on pypi as well :+1: