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.
Unable to download video from PBS #21984
Comments
|
Try using https://www.pbs.org/video/the-planets-inner-worlds-jhasvd/ instead |
|
(Most probably) Duplicate of #21884 |
|
Also having this issue
|
|
@ryansonshine: The NOVA branding is a subset of the PBS video library that the youtube-dl PBS extractor does not immediately support; given that this issue has been communicated to the app maintainers some time ago, and no action has been taken thus far, signals that they either don't have the inclination or simply the time to deal with it - this is no criticism expressed on my part, just the harsh reality of a small team of devs having to deal and maintain a plethora of extractors - every community member with Python-fu is free to submit a PR fixing this issue... As I had already posted just above your last comment, this issue is a duplicate of a previous one, and details of how to apply a workaround can be found here; it just took me 2min to locate the equivalent plain (not NOVA) PBS link for the episode you're after, https://www.pbs.org/wgbh/nova/video/why-bridges-collapse/ => https://www.pbs.org/video/why-bridges-collapse-ym374u/ perhaps from now on you could do the same for future NOVA episodes you'd like to fetch? Best regards |
Checklist
Verbose log
youtube-dl --verbose "https://www.pbs.org/wgbh/nova/video/the-planets-inner-worlds"
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'--verbose', u'https://www.pbs.org/wgbh/nova/video/the-planets-inner-worlds']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2019.08.02
[debug] Python version 2.7.10 (CPython) - Darwin-16.7.0-x86_64-i386-64bit
[debug] exe versions: ffmpeg 3.3.4, ffprobe 3.3.4
[debug] Proxy map: {}
[debug] Using fake IP 3.88.126.194 (US) as X-Forwarded-For.
[pbs] Downloading JSON metadata
[pbs] the-planets-inner-worlds: Downloading webpage
[pbs] Downloading widget/partnerplayer page
[pbs] Downloading portalplayer page
ERROR: No video formats found; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 796, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 530, in extract
ie_result = self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/pbs.py", line 661, in _real_extract
self._sort_formats(formats)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 1327, in _sort_formats
raise ExtractorError('No video formats found')
ExtractorError: No video formats found; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Description
WRITE DESCRIPTION HERE