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

Python error with Dailymotion playlist #1524

Closed
iTux76 opened this issue Sep 29, 2013 · 1 comment
Closed

Python error with Dailymotion playlist #1524

iTux76 opened this issue Sep 29, 2013 · 1 comment

Comments

@iTux76
Copy link

@iTux76 iTux76 commented Sep 29, 2013

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

@jaimeMF jaimeMF closed this in 70922df Sep 29, 2013
@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Sep 29, 2013

Fixed, thanks for the report!, we weren't disabling the family filter.

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.