jklmli / manga_downloader

Cross-platform, multi-site, multi-threaded manga downloader with over 5000 distinct mangas. Includes support for automated downloading via external .xml file and conversion for viewing on the Kindle.
MIT License
270 stars 53 forks source link

Batoto no longer works #38

Open lonku opened 10 years ago

lonku commented 10 years ago

Trying to download a series through batoto leads to this error message:

Which site? (1) MangaFox (2) MangaReader (3) MangaPanda (4) MangaHere (5) Batoto

5 Beginning Batoto check: doreiku Traceback (most recent call last): File "manga.py", line 269, in main() File "manga.py", line 258, in main threadPool.append(SiteParserThread(options, None, None)) File "/home/user/MyDocs/downloaders/manga_downloader/src/parsers/thread.py", line 37, in init self.siteParser.parseSite() File "/home/user/MyDocs/downloaders/manga_downloader/src/parsers/batoto.py", line 53, in parseSite raise self.MangaNotFound("Nonexistent.") parsers.base.MangaNotFound: Manga not found. Nonexistent.

jklmli commented 10 years ago

They must have modified their front-end, probably broke some regexes, I'll take a look.

4re commented 10 years ago

Any news on this? I'm having the same problem here and I can't see why it is failing.