techwizrd / MangaFox-Download-Script

A script that lets you download mangas from mangafox.com
77 stars 27 forks source link

Won't download at all now. #3

Closed cympaul90 closed 11 years ago

cympaul90 commented 13 years ago

It worked before and now I can't download anything here is what I am getting in my terminal window: maximus:MangaFoxDL Paul$ python mfdl.py isuca maximus:MangaFoxDL Paul$ python mfdl.py isuca 1 Traceback (most recent call last): File "mfdl.py", line 151, in download_manga(sys.argv[1], sys.argv[2]) File "mfdl.py", line 123, in download_manga url_fragment = chapter_urls[int(chapter_number)-1] IndexError: list index out of range maximus:MangaFoxDL Paul$ python mfdl.py isuca 1 2 Getting chapter urls maximus:MangaFoxDL Paul$ It doesn't even try to download the whole series anymore. and I think I have all the right dependencies. I have BeautifulSoup 3.08 to 3.2 and have been trying each of those with this and nothing seems to be working.

techwizrd commented 13 years ago

I'm still investigating this. I'll have more information on this after I get some sleep and get my head in order.