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

"RegexNotFoundError: Unable to extract title" for some bandcamp album page #4721

Closed
Ezwen opened this issue Jan 16, 2015 · 2 comments
Closed

"RegexNotFoundError: Unable to extract title" for some bandcamp album page #4721

Ezwen opened this issue Jan 16, 2015 · 2 comments

Comments

@Ezwen
Copy link

@Ezwen Ezwen commented Jan 16, 2015

There seems to be an issue when trying to extract the title of the songs of this bandcamp page: http://benprunty.bandcamp.com/album/ftl-advanced-edition-soundtrack

I obtain this error: "RegexNotFoundError: Unable to extract title"

Here is the complete output:

[xxx@yyy tmp]$ youtube-dl --verbose -o "%(autonumber)s - %(title)s.%(ext)s" --autonumber-size 2 --audio-format vorbis http://benprunty.bandcamp.com/album/ftl-advanced-edition-soundtrack
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', '-o', '%(autonumber)s - %(title)s.%(ext)s', '--autonumber-size', '2', '--audio-format', 'vorbis', 'http://benprunty.bandcamp.com/album/ftl-advanced-edition-soundtrack']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.01.11
[debug] Python version 3.4.2 - Linux-3.18.2-2-ARCH-x86_64-with-arch
[debug] exe versions: ffmpeg 2.5.3, ffprobe 2.5.3, rtmpdump 2.4
[debug] Proxy map: {}
[Bandcamp:album] ftl-advanced-edition-soundtrack: Downloading webpage
ERROR: Unable to extract title; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
  File "/usr/lib/python3.4/site-packages/youtube_dl/YoutubeDL.py", line 600, in extract_info
    ie_result = ie.extract(url)
  File "/usr/lib/python3.4/site-packages/youtube_dl/extractor/common.py", line 260, in extract
    return self._real_extract(url)
  File "/usr/lib/python3.4/site-packages/youtube_dl/extractor/bandcamp.py", line 164, in _real_extract
    title = self._search_regex(r'album_title : "(.*?)"', webpage, 'title')
  File "/usr/lib/python3.4/site-packages/youtube_dl/extractor/common.py", line 516, in _search_regex
    raise RegexNotFoundError('Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract title; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

And thanks again for youtube-dl, it's awesome :)

@phihag phihag closed this in cce81f1 Jan 16, 2015
@phihag
Copy link
Contributor

@phihag phihag commented Jan 16, 2015

Thank you for the report. I believe this issue to be fixed in youtube-dl 2015.01.16. See our FAQ if you need help updating.

@Ezwen
Copy link
Author

@Ezwen Ezwen commented Jan 16, 2015

Great, I'll test that as soon as the update reaches me. Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.