Unable to download from CBS local sites that use the Anvato embedded player
See original GitHub issueChecklist
- I’m reporting a broken site support
- I’ve verified that I’m running youtube-dl version 2021.01.03
- I’ve checked that all provided URLs are alive and playable in a browser
- I’ve checked that all URLs and arguments with special characters are properly quoted or escaped
- I’ve searched the bugtracker for similar issues including closed ones
Verbose log
C:\FFAStrans\Processors\ffmpeg>youtube-dl.exe --verbose https://denver.cbslocal.com/2020/05/07/coronavirus-boulder-valley-school-district-imapct-education-food-bank
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--verbose', 'https://denver.cbslocal.com/2020/05/07/coronavirus-boulder-valley-school-district-imapct-education-food-bank']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2021.01.03
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.17763
[debug] exe versions: none
[debug] Proxy map: {}
[CBSLocalArticle] coronavirus-boulder-valley-school-district-imapct-education-food-bank: Downloading webpage
ERROR: Unable to extract Anvato player data; 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 "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp7n_m4vnl\build\youtube_dl\YoutubeDL.py", line 803, in wrapper
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp7n_m4vnl\build\youtube_dl\YoutubeDL.py", line 824, in __extract_info
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp7n_m4vnl\build\youtube_dl\extractor\common.py", line 532, in extract
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp7n_m4vnl\build\youtube_dl\extractor\cbslocal.py", line 107, in _real_extract
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp7n_m4vnl\build\youtube_dl\extractor\anvato.py", line 365, in _extract_anvato_videos
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp7n_m4vnl\build\youtube_dl\extractor\common.py", line 1019, in _html_search_regex
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp7n_m4vnl\build\youtube_dl\extractor\common.py", line 1010, in _search_regex
youtube_dl.utils.RegexNotFoundError: Unable to extract Anvato player data; 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
Can’t download from CBS local sites that use the embedded anvato player.
Issue Analytics
- State:
- Created 3 years ago
- Comments:7
Top Results From Across the Web
The Top 4 Ways to Download Embedded Videos
Here's how to download embedded video online. Step 1. Go to Chrome Web Store and install Video DownloadHelper on your device.
Read more >youtube-dl - Linux Mint - Community
Youtube-dl is a small command-line program to download videos from YouTube.com and other sites that don't provide direct links to the videos served....
Read more >youtube-dl: Supported sites
Here's is the list of all the supported sites, ordered alphabetically: ... cbsnews:livevideo: CBS News Live Videos; cbssports; cbssports:embed; CCMA ...
Read more >Debian -- Details of package youtube-dl in bullseye
downloader of videos from YouTube and other sites. ... CBS, CBSInteractive, CBSLocal, CBSLocalArticle, cbsnews, cbsnews:embed, cbsnews:livevideo, CBSSports, ...
Read more >How To Watch TV Shows Offline With Download & Play ... - CBS
CBS All Access subscribers already have the best in streaming entertainment, with more than 10,000 television episodes available on demand ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
play the video and press F12 on your keyboard, the debug menu shows, go to network - media - type m3u8 in the search box and look for prog.m3u8, copy the link and feed it into youtube-dl to download the video.
Indeed… thanks. I’m not sure what I was doing wrong but whatever it was, I’m not proud of it! Was able to successfully download the video using the master m3u8 file.