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

yahoo.com: Add support for live videos (was: KeyError: u'streams') #3779

Closed
deathstroke14 opened this issue Sep 16, 2014 · 6 comments
Closed
Labels

Comments

@deathstroke14
Copy link

[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', 'http://screen.yahoo.com/coheed-cambria-live-c
oncert-130000485.html']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2014.09.16
[debug] Python version 2.7.8 - Windows-XP-5.1.2600-SP3
[debug] Proxy map: {}
[Yahoo] 130000485: Downloading webpage
[Yahoo] f87a720d-7bc4-3ac2-aa20-d02a89dbc3d8: Downloading video info
Traceback (most recent call last):
File "main.py", line 18, in
File "youtube_dl__init__.pyo", line 428, in main
File "youtube_dl__init__.pyo", line 418, in _real_main
File "youtube_dl\YoutubeDL.pyo", line 1066, in download
File "youtube_dl\YoutubeDL.pyo", line 524, in extract_info
File "youtube_dl\extractor\common.pyo", line 178, in extract
File "youtube_dl\extractor\yahoo.pyo", line 85, in _real_extract
File "youtube_dl\extractor\yahoo.pyo", line 103, in _get_info
KeyError: u'streams'

@nehrwert
Copy link

here is another log for [npo.nl] with the same error, and the same calls as rutgervanwilligen had.

youtube-dl --verbose "http://www.npo.nl/tegenlicht/25-02-2013/VPWON_1169289"
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://www.npo.nl/tegenlicht/25-02-2013/VPWON_1169289']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.09.16.1
[debug] Python version 2.7.3 - Linux-3.2.0-68-generic-x86_64-with-Ubuntu-12.04-precise
[debug] Proxy map: {}
[npo.nl] VPWON_1169289: Downloading JSON metadata
[npo.nl] VPWON_1169289: Downloading token
[npo.nl] VPWON_1169289: Downloading adaptive streams info
[npo.nl] VPWON_1169289: Downloading adaptive stream info
[npo.nl] VPWON_1169289: Downloading webpage
[npo.nl] VPWON_1169289: Downloading h264_bb streams info
[npo.nl] VPWON_1169289: Downloading h264_bb stream info
[npo.nl] VPWON_1169289: Downloading h264_sb streams info
[npo.nl] VPWON_1169289: Downloading h264_sb stream info
[npo.nl] VPWON_1169289: Downloading h264_std streams info
[npo.nl] VPWON_1169289: Downloading h264_std stream info
[npo.nl] VPWON_1169289: Downloading wmv_bb streams info
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/usr/bin/youtube-dl/main.py", line 18, in
File "/usr/bin/youtube-dl/youtube_dl/init.py", line 429, in main
File "/usr/bin/youtube-dl/youtube_dl/init.py", line 419, in _real_main
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1066, in download
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 524, in extract_info
File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 178, in extract
File "/usr/bin/youtube-dl/youtube_dl/extractor/npo.py", line 52, in _real_extract
KeyError: u'streams'

@jaimeMF
Copy link
Collaborator

jaimeMF commented Sep 17, 2014

@rutgervanwilligen @nehrwert open a new issue for the npo.nl problem, it's unrelated to the yahoo problem.

@rutgervanwilligen
Copy link

Thanks for your reply, will do.

@jaimeMF
Copy link
Collaborator

jaimeMF commented Sep 17, 2014

@deathstroke14 It works fine here, did you try to download the video when it was live?

@deathstroke14
Copy link
Author

@jaimeMF yes but every time I got the same error... finally I could download with ffmpeg using .m3u8 http://s30.postimg.org/ik8wbg4b5/ffmpeg.jpg

@jaimeMF
Copy link
Collaborator

jaimeMF commented Sep 17, 2014

Ok, we'll need to add support for live videos.

@jaimeMF jaimeMF changed the title KeyError: u'streams' yahoo.com: Add support for live videos (was: KeyError: u'streams') Sep 17, 2014
meunierd referenced this issue in meunierd/youtube-dl Feb 13, 2020
- add support for live streams(closes #3597)(closes #3779)(closes #22178)
- bypass cookie consent page for european domains(closes #16948)(closes #22576)
- add generic support for embeds(closes #20332)
pareronia referenced this issue in pareronia/youtube-dl Jun 22, 2020
- add support for live streams(closes #3597)(closes #3779)(closes #22178)
- bypass cookie consent page for european domains(closes #16948)(closes #22576)
- add generic support for embeds(closes #20332)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants