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.
Python error with Dailymotion playlist #1524
Comments
|
Fixed, thanks for the report!, we weren't disabling the family filter. |
Thank you for your time ;)
"youtube-dl --version" return "2013.09.24.2"
"python --version" return "Python 2.7.2"
My operating system is Mac OS X 10.8.5 (x64 on a MacBook Pro early 2011).
I use this command : "youtube-dl http://www.dailymotion.com/playlist/xld2u_zulmastr_retrogame-tv/"
Here is the result for the same command with "--verbose" option :
[debug] System config: []
[debug] User config: ['-t', '--prefer-free-formats', '--console-title']
[debug] Command-line args: ['--verbose', 'http://www.dailymotion.com/playlist/xld2u_zulmastr_retrogame-tv/']
[debug] youtube-dl version 2013.09.24.2
[debug] Python version 2.7.2 - Darwin-12.5.0-x86_64-i386-64bit
[debug] Proxy map: {}
[dailymotion:playlist] xld2u_zulmastr_retrogame-tv: Downloading webpage
[dailymotion:playlist] xld2u_zulmastr_retrogame-tv: Downloading page 1
[dailymotion:playlist] xld2u_zulmastr_retrogame-tv: Downloading page 2
[dailymotion:playlist] xld2u_zulmastr_retrogame-tv: Downloading page 3
[dailymotion:playlist] xld2u_zulmastr_retrogame-tv: Downloading page 4
[dailymotion:playlist] xld2u_zulmastr_retrogame-tv: Downloading page 5
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 687, in main
File "/usr/local/bin/youtube-dl/youtube_dl/init.py", line 671, in _real_main
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 584, in download
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 334, 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 144, in _real_extract
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/dailymotion.py", line 129, in _extract_entries
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/re.py", line 177, in findall
return _compile(pattern, flags).findall(string)
TypeError: expected string or buffer