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.
ERROR: Unsupported URL: https://metoperafree.brightcove.services/?videoId=6146555333001 #24668
Comments
|
Sucks.. these were working over the weekend. I did figure out the change though. The original URL was: Just put the video ID where the |
To do this automatically, add this extractor to brightcove.py and import it in extractors.py :
If anyone wants to make it a proper PR feel free. I might if I have the time. |
|
This seems to still be a problem with this URL: https://metoperafree.brightcove.services/?videoId=6146559234001 |
|
As of tonight, this no longer works :( "ERROR: The policy key provided does not permit this account or video, or the requested resource is inactive." |
|
Ah, it looks like the video number changed at some point. Able to get it now. |
|
This URL https://players.brightcove.net/102076671001/ShNTDWXQ_default/index.html?videoId=6194585151001 (only active for less than 24 hours from now) will load in the browser, but "no matches found" for ytdl. However, when I load the master m3u8 playlist from this URL https://metoperafree.brightcove-services.com/?videoId=6194585151001 I get: |
|
Because of the 403 errors, does one now have to apply the |
|
Nope, cookies did nothing either: |
Hi!
I'm trying to download from https://metoperafree.brightcove.services/?videoId=6146555333001.
I run the following script:
youtube-dl -v https://metoperafree.brightcove.services/?videoId=6146555333001
And this is the output:
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', 'https://metoperafree.brightcove.services/?videoId=6146555333001']
[debug] Encodings: locale cp65001, fs mbcs, out cp65001, pref cp65001
[debug] youtube-dl version 2020.03.24
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.17763
[debug] exe versions: ffmpeg git-2020-04-03-52523b6, ffprobe git-2020-04-03-52523b6
[debug] Proxy map: {}
[generic] ?videoId=6146555333001: Requesting header
WARNING: Falling back on generic information extractor.
[generic] ?videoId=6146555333001: Downloading webpage
[generic] ?videoId=6146555333001: Extracting information
ERROR: Unsupported URL: https://metoperafree.brightcove.services/?videoId=6146555333001
Traceback (most recent call last):
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpjwbwqymm\build\youtube_dl\YoutubeDL.py", line 797, in extract_info
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpjwbwqymm\build\youtube_dl\extractor\common.py", line 530, in extract
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpjwbwqymm\build\youtube_dl\extractor\generic.py", line 3352, in _real_extract
youtube_dl.utils.UnsupportedError: Unsupported URL: https://metoperafree.brightcove.services/?videoId=6146555333001
I am running V 2020.03.24 which I just downloaded a few days ago :)
Thanks in advance for the amazing work you all do!!