Skip to content
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

[batoto] Attribute Error - Regex mismatch #60

Closed
Charuru opened this issue Jan 5, 2018 · 0 comments
Closed

[batoto] Attribute Error - Regex mismatch #60

Charuru opened this issue Jan 5, 2018 · 0 comments
Labels

Comments

@Charuru
Copy link

Charuru commented Jan 5, 2018

iMac:~ aaa$ gallery-dl --chapter-filter "lang == 'en'" https://bato.to/comic/_/comics/cosplay-deka-r2563 --verbose
[gallery-dl][debug] Version 1.1.2-dev
[gallery-dl][debug] Python 3.6.1 - Darwin-17.3.0-x86_64-i386-64bit
[gallery-dl][debug] requests 2.18.4
[gallery-dl][debug] urllib3 1.22
[gallery-dl][debug] Starting DownloadJob for 'https://bato.to/comic/_/comics/cosplay-deka-r2563'
[batoto][debug] Using BatotoMangaExtractor for 'https://bato.to/comic/_/comics/cosplay-deka-r2563'
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): bato.to
[urllib3.connectionpool][debug] https://bato.to:443 "GET /comic/_/comics/cosplay-deka-r2563 HTTP/1.1" 200 None
[batoto][error] An unexpected error occurred: AttributeError - 'NoneType' object has no attribute 'groups'. Please run gallery-dl again with the --verbose flag, copy its output and report this issue on https://github.com/mikf/gallery-dl/issues .
[batoto][debug] Traceback
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/gallery_dl/job.py", line 59, in run
    for msg in self.extractor:
  File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/gallery_dl/extractor/common.py", line 182, in items
    chapters = self.chapters(page)
  File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/gallery_dl/extractor/batoto.py", line 105, in chapters
    self.parse_chapter_string(data)
  File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/gallery_dl/extractor/batoto.py", line 69, in parse_chapter_string
    volume, chapter, data["chapter_minor"], title = match.groups()
AttributeError: 'NoneType' object has no attribute 'groups'

@mikf mikf closed this as completed in a794fff Jan 5, 2018
@mikf mikf added the bug label Jan 5, 2018
@mikf mikf changed the title Attribute Error [batoto] Attribute Error - Regex mismatch Jan 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants