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 not working any more #1369
Comments
|
Fixed in youtube-dl v2013.09.04. Type |
Dailymotion video download appears to be broken since yesterday. This is what I get:
$ youtube-dl http://www.dailymotion.com/video/x13ss57_top-10-movie-terrorists_shortfilms
[dailymotion] x13ss57: Downloading webpage
[dailymotion] x13ss57: Extracting information
[dailymotion] x13ss57: Downloading embed page
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/usr/local/bin/youtube-dl/main.py", line 18, in
File "/usr/local/bin/youtube-dl/youtube_dl/init.py", line 666, in main
File "/usr/local/bin/youtube-dl/youtube_dl/init.py", line 650, in _real_main
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 573, in download
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 324, in extract_info
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 103, in extract
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/dailymotion.py", line 59, in _real_extract
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/init.py", line 326, in loads
return _default_decoder.decode(s)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 366, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 382, in raw_decode
obj, end = self.scan_once(s, idx)
ValueError: Expecting object: line 1 column 1948 (char 1948)
Anything from Dailymotion I have tried so far results in the same problem. That includes the videos that it was working two days ago.