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

When trying to download video off ARD: "Unable to extract title" #3067

Closed
jorenverspeurt opened this issue Jun 11, 2014 · 2 comments
Closed

When trying to download video off ARD: "Unable to extract title" #3067

jorenverspeurt opened this issue Jun 11, 2014 · 2 comments

Comments

@jorenverspeurt
Copy link

@jorenverspeurt jorenverspeurt commented Jun 11, 2014

I recently tried to download a video off ardmediathek.de, which should be supported, but it gives this error:

Traceback (most recent call last):
  File "/usr/lib/python3.4/site-packages/youtube_dl/YoutubeDL.py", line 516, in extract_info
    ie_result = ie.extract(url)
  File "/usr/lib/python3.4/site-packages/youtube_dl/extractor/common.py", line 163, in extract
    return self._real_extract(url)
  File "/usr/lib/python3.4/site-packages/youtube_dl/extractor/ard.py", line 41, in _real_extract
    r'<h1(?:\s+class="boxTopHeadline")?>(.*?)</h1>', webpage, 'title')
  File "/usr/lib/python3.4/site-packages/youtube_dl/extractor/common.py", line 389, in _html_search_regex
    res = self._search_regex(pattern, string, name, default, fatal, flags)
  File "/usr/lib/python3.4/site-packages/youtube_dl/extractor/common.py", line 379, in _search_regex
    raise RegexNotFoundError(u'Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract title;

I used the following URL: (I tried different variations)
http://www.ardmediathek.de/tv/Dokumentation-und-Reportage/Weniger-essen-laenger-leben/rbb-Fernsehen/Video?documentId=21414506

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jun 11, 2014

I think you are using an outdated version (It seems to be the same error as #3006). It seems you are using pip, so you need to run sudo pip install -U youtube_dl to upgrade.

If you still have the problem with the last version, please post the full output of youtube-dl --verbose http://www.ardmediathek.de/tv/Dokumentation-und-Reportage/Weniger-essen-laenger-leben/rbb-Fernsehen/Video?documentId=21414506 and I will reopen the issue.

@jaimeMF jaimeMF closed this Jun 11, 2014
@jorenverspeurt
Copy link
Author

@jorenverspeurt jorenverspeurt commented Jun 13, 2014

Thank you for your time, I looked at the other report and it was exactly what I had (I wonder why I didn't find that issue, I searched for ARD but didn't see it...), updating to the latest version fixed it for me, apparently the package repository for my Linux distro was behind about 3 weeks or so so I didn't get the latest version through there until today. It works now, I've successfully downloaded the video.

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.