Unable to extract JS player URL
See original GitHub issueChecklist
- I’m reporting a broken site support issue
- I’ve verified that I’m running youtube-dlc version 2020.10.26
- 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 bug reports including closed ones
- I’ve read bugs section in FAQ
Verbose log
youtube-dlc -v https://www.youtube.com/watch?v=rNlhTKTHgpo
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', 'https://www.youtube.com/watch?v=rNlhTKTHgpo']
[debug] Loading archive file None
[debug] Encodings: locale cp1252, fs utf-8, out utf-8, pref cp1252
[debug] youtube-dlc version 2020.10.26
[debug] Python version 3.8.6 (CPython) - Windows-10-10.0.18362-SP0
[debug] exe versions: ffmpeg 4.2.1, ffprobe 4.2.1
[debug] Proxy map: {}
[youtube] rNlhTKTHgpo: Downloading webpage
[youtube] rNlhTKTHgpo: Downloading embed webpage
ERROR: Unable to extract JS player URL; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dlc -U to update. Be sure to call youtube-dlc with the --verbose flag and include its complete output.
Traceback (most recent call last):
File "youtube_dlc\YoutubeDL.py", line 830, in extract_info
File "youtube_dlc\extractor\common.py", line 532, in extract
File "youtube_dlc\extractor\youtube.py", line 2065, in _real_extract
File "youtube_dlc\extractor\common.py", line 1010, in _search_regex
youtube_dlc.utils.RegexNotFoundError: Unable to extract JS player URL; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dlc -U to update. Be sure to call youtube-dlc with the --verbose flag and include its complete output.
Description
Unable to extract JS player URL error
Issue Analytics
- State:
- Created 3 years ago
- Reactions:11
- Comments:6 (2 by maintainers)
Top Results From Across the Web
[YouTube] Unable to extract JS player URL · Issue #13 - GitHub
ERROR: Unable to extract JS player URL; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type ......
Read more >youtube-dl - Unable to extract JS player URL : r/youtubedl
ERROR: Unable to extract JS player URL; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; ...
Read more >Discord py - ERROR: Unable to extract JS player URL
ERROR: Unable to extract JS player URL. The funny thing is that this does not happen everytime - 6/10 cases. What does my...
Read more >[fix] Unable to extract JS player URL · 6a82b63f29 ... - ZeroDream
[fix] Unable to extract JS player URL. Closes #12. An error occurred. pull/14/head. Dominika 2 years ago. parent. 8462b9408a. commit. 6a82b63f29.
Read more >youtube-dl ERROR: Unable to extract JS player URL; please report ...
I get this error when importing certain videos. How to solve this error? See More. View in GitHub. SOLVE ISSUE.
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
Not fixed here: https://github.com/blackjack4494/yt-dlc/releases/latest/download/youtube-dlc.exe Please undersdand that not everybody is able to compile the code.
I also see this often using version 2020.10.26, especially when using --cookies option and/or working within 65001 (UTF-8) code page (if I add
chcp 65001
command).