-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix, stop chapters download when mangafox page doesn't contain images. #142
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR. But, could you please author your code? like "@darodi for fixing #IssueNumber". Makes it easier to see which section was worked on by whom and what it fixes/adds/updates.
comic_dl/sites/mangaFox.py
Outdated
@@ -37,11 +37,21 @@ def name_cleaner(self, url): | |||
def single_chapter(self, comic_url, comic_name, download_directory, conversion, delete_files): | |||
source, cookies_main = globalFunctions.GlobalFunctions().page_downloader(manga_url=comic_url) | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR. But, could you please author your code? like "@darodi for fixing #IssueNumber". Makes it easier to see which section was worked on by whom and what it fixes/adds/updates.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done, the commit message has been changed.
…sn't contain images.
…sn't contain images.
…sn't contain images.
…page doesn't contain images.
…sn't contain images.
…sn't contain images.
…sn't contain images.
for example:
http://fanfox.net/manga/gunnm_mars_chronicle/c029.1/1.html
in that case, when using
__main__.py -a
comic-dl exits with an error.
I made changes to stop the download for that manga but continue processing the remaining comics/mangas