Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
DailyMotion view count extraction error #1944
Comments
|
Sorry for the error, it's already fixed in the repo (it was reported in #1940), you'll have to wait for a new release or build the version from the repo. |
|
I believe this bug to be fixed in youtube-dl 2013.12.11 and newer. Type |
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://www.dailymotion.com/playlist/x2k81e_greendude33_season-1-an-unearthly-child-001/1#video=xyms3o']
[debug] youtube-dl version 2013.12.10
[debug] Python version 2.7.5 - Darwin-13.0.0-x86_64-i386-64bit
[debug] Proxy map: {}
[dailymotion:playlist] x2k81e_greendude33_season-1-an-unearthly-child-001: Downloading webpage
[dailymotion:playlist] x2k81e_greendude33_season-1-an-unearthly-child-001: Downloading page 1
[download] Downloading playlist: Season 1 - An Unearthly Child (001)
[dailymotion:playlist] playlist 'Season 1 - An Unearthly Child (001)': Collected 5 video ids (downloading 5 of them)
[download] Downloading video #1 of 5
[dailymotion] xyms3o: Downloading webpage
[dailymotion] xyms3o: Extracting information
WARNING: unable to extract video uploader; please report this issue on http://yt-dl.org/bug
[dailymotion] xyms3o: Downloading embed page
ERROR: Unable to extract view count; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
Traceback (most recent call last):
File "/
/youtube-dl/youtube_dl/YoutubeDL.py", line 471, in extract_info/youtube-dl/youtube_dl/extractor/common.py", line 134, in extractie_result = ie.extract(url)
File "/
return self._real_extract(url)
File "/
/youtube-dl/youtube_dl/extractor/dailymotion.py", line 151, in _real_extract/youtube-dl/youtube_dl/extractor/common.py", line 303, in _search_regexr'video_views_value[^>]+>([\d.,]+)<', webpage, u'view count'))
File "/
raise RegexNotFoundError(u'Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract view count; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.