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

BBC athletics which is not on iplayer cannot be downloaded by youtube-dl currently #22203

Open
lesshaste opened this issue Aug 24, 2019 · 1 comment

Comments

@lesshaste
Copy link

@lesshaste lesshaste commented Aug 24, 2019

Checklist

  • I'm reporting a new site support request
  • I've verified that I'm running youtube-dl version 2019.08.13
  • I've checked that all provided URLs are alive and playable in a browser
  • I've checked that none of provided URLs violate any copyrights
  • I've searched the bugtracker for similar site support requests including closed ones

Example URLs

Description

This is 2hr 20min of athletics as covered by the BBC. It is not available currently on the iPlayer so only via this web page.

YouTube-dl does not know how to parse the page.

youtube-dl https://www.bbc.co.uk/sport/live/athletics/49397903[bbc] 49397903: Downloading webpageERROR: no suitable InfoExtractor for URL https://www.bbc.co.uk/programmes/None

@lesshaste lesshaste changed the title BBC athletics, not on iplayer BBC athletics which not on iplayer cannot be downloaded by youtube-dl currently Aug 24, 2019
@lesshaste lesshaste changed the title BBC athletics which not on iplayer cannot be downloaded by youtube-dl currently BBC athletics which is not on iplayer cannot be downloaded by youtube-dl currently Aug 24, 2019
@lesshaste
Copy link
Author

@lesshaste lesshaste commented Aug 24, 2019

With verbose:

youtube-dl --verbose https://www.bbc.co.uk/sport/live/athletics/49397903
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'--verbose', u'https://www.bbc.co.uk/sport/live/athletics/49397903']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2019.08.13
[debug] Python version 2.7.14 (CPython) - Linux-2.6.32-754.15.3.el6.x86_64-x86_64-with-centos-6.10-Final
[debug] exe versions: none
[debug] Proxy map: {}
[bbc] 49397903: Downloading webpage
ERROR: no suitable InfoExtractor for URL https://www.bbc.co.uk/programmes/None
File "/home/linux/.local/bin/youtube-dl", line 11, in
sys.exit(main())
File "/home/linux/.local/lib/python2.7/site-packages/youtube_dl/init.py", line 474, in main
_real_main(argv)
File "/home/linux/.local/lib/python2.7/site-packages/youtube_dl/init.py", line 464, in _real_main
retcode = ydl.download(all_urls)
File "/home/linux/.local/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 2010, in download
url, force_generic_extractor=self.params.get('force_generic_extractor', False))
File "/home/linux/.local/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 807, in extract_info
return self.process_ie_result(ie_result, download, extra_info)
File "/home/linux/.local/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 868, in process_ie_result
extra_info=extra_info)
File "/home/linux/.local/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 830, in extract_info
self.report_error('no suitable InfoExtractor for URL %s' % url)
File "/home/linux/.local/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 624, in report_error
self.trouble(error_message, tb)
File "/home/linux/.local/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 586, in trouble
tb_data = traceback.format_list(traceback.extract_stack())

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
1 participant
You can’t perform that action at this time.