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

Error in extracting videos from BBC 4 #6381

Closed
Pat38 opened this issue Jul 27, 2015 · 1 comment
Closed

Error in extracting videos from BBC 4 #6381

Pat38 opened this issue Jul 27, 2015 · 1 comment

Comments

@Pat38
Copy link

@Pat38 Pat38 commented Jul 27, 2015

Hi everybody,

Since a few days, it's become impossible to download any videos from the BBC.

Here is the command line :
youtube-dl --verbose http://www.bbc.co.uk/iplayer/episode/p02vf6z5/partners-in-crime-1-the-secret-adversary-part-one

Here is the result :
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'--verbose', u'http://www.bbc.co.uk/iplayer/episode/p02vf6z5/partners-in-crime-1-the-secret-adversary-part-one']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.07.21
[debug] Python version 2.7.10 - Darwin-14.4.0-x86_64-i386-64bit
[debug] exe versions: ffmpeg 2.7.2, ffprobe 2.7.2, rtmpdump 2.4
[debug] Proxy map: {}
[bbc.co.uk] p02vf6z5: Downloading video page
[bbc.co.uk] b06496b6: Downloading media selection XML
Traceback (most recent call last):
File "/opt/local/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 "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/opt/local/bin/youtube-dl/main.py", line 19, in
File "/opt/local/bin/youtube-dl/youtube_dl/init.py", line 410, in main
File "/opt/local/bin/youtube-dl/youtube_dl/init.py", line 400, in _real_main
File "/opt/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1503, in download
File "/opt/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 656, in extract_info
File "/opt/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 275, in extract
File "/opt/local/bin/youtube-dl/youtube_dl/extractor/bbccouk.py", line 361, in _real_extract
File "/opt/local/bin/youtube-dl/youtube_dl/extractor/bbccouk.py", line 281, in _download_media_selector
File "/opt/local/bin/youtube-dl/youtube_dl/extractor/bbccouk.py", line 218, in _extract_video
TypeError: int() argument must be a string or a number, not 'NoneType'

Is there a way to solve the problem ?

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jul 27, 2015

This issue is already fixed and will be available in the next version of youtube-dl. Until new version is released you can run youtube-dl from sources as described in developer instuctions.

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.