riderkick / FMD

Forked from https://sf.net/p/fmd/
GNU General Public License v2.0
720 stars 213 forks source link

MangaHere Blocking FMD downloads Please Update...... #777

Open StormJumper opened 6 years ago

StormJumper commented 6 years ago

I noticed lately that some of my favorite list for MangaHere doesn't download and some download. Did MangaHere change their script to prevent downloads again?

Helck, The God of High School, Jitsu wa Watashi wa, Unbalance x3, Balls Friend, Supernatural Investigation Department are a few that will not download from MangaHere.

Wolfpup67 commented 6 years ago

Did you check the chapters in your browser. I had when i started having the issue and found that Manga Here is adding an extra non image page to chapters thus causing the download to fail. see : https://github.com/riderkick/FMD/issues/775 that is the issue I opened.

StormJumper commented 6 years ago

Then why does other work and other does not?

StormJumper commented 6 years ago

Just tried to update today and now nothing downloads. So this has become a MangaHere block. It may be related to the extra ads page on Mangahere manga series that is causing FMD to report back as "failed" download. Can this be fixed so there will not be so many "failed" download that is caused by the extra ads page on the manga.

TechTrooper commented 6 years ago

There hasn't been any commits to FMD since August.. I hope the project isn't abandoned. There is now at least 3 major sites that are currently broken.

https://github.com/riderkick/FMD/graphs/commit-activity

StormJumper commented 6 years ago

And it seems like kavin-90 activity has dropped as well. I don't know if this is a good or bad thing. I still have another manga reader that I use as well just incase as backup.

kavin-90 commented 6 years ago

Failed after download complete

I think this line will do the work PageNumber := XPath('(//span[@class="right"]/select)[1]/option').Count - 1;

ihps commented 6 years ago

where to put this line? PageNumber := XPath('(//span[@class="right"]/select)[1]/option').Count - 1;

ChoGGi commented 6 years ago

line 93 in FMD\baseunits\modules\MangaHere.pas Seems to work fine here, though I am getting an error when I start FMD, but I think I may not be using the correct libraries/versions :)