Sport5.co.il is broken
See original GitHub issueChecklist
- I’m reporting a broken site support
- I’ve verified that I’m running youtube-dl version 2020.12.12
- 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
> youtube-dl --version
2020.12.12
> youtube-dl --verbose "https://vod.sport5.co.il/?Vc=10195&Vi=355711"
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--verbose', 'https://vod.sport5.co.il/?Vc=10195&Vi=355711']
[debug] Encodings: locale UTF-8, fs utf-8, out utf-8, pref UTF-8
[debug] youtube-dl version 2020.12.12
[debug] Python version 3.9.0 (CPython) - Linux-5.9.13-arch1-1-x86_64-with-glibc2.32
[debug] exe versions: ffmpeg 4.3.1, ffprobe 4.3.1, rtmpdump 2.4
[debug] Proxy map: {}
[Sport5] 355711: Downloading webpage
ERROR: Unable to extract video id; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/youtube_dl/YoutubeDL.py", line 803, in wrapper
return func(self, *args, **kwargs)
File "/usr/lib/python3.9/site-packages/youtube_dl/YoutubeDL.py", line 824, in __extract_info
ie_result = ie.extract(url)
File "/usr/lib/python3.9/site-packages/youtube_dl/extractor/common.py", line 532, in extract
ie_result = self._real_extract(url)
File "/usr/lib/python3.9/site-packages/youtube_dl/extractor/sport5.py", line 44, in _real_extract
video_id = self._html_search_regex(r'clipId=([\w-]+)', webpage, 'video id')
File "/usr/lib/python3.9/site-packages/youtube_dl/extractor/common.py", line 1019, in _html_search_regex
res = self._search_regex(pattern, string, name, default, fatal, flags, group)
File "/usr/lib/python3.9/site-packages/youtube_dl/extractor/common.py", line 1010, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract video id; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Description
Hey Sport5.co.il extractor is not working. See log attached.
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Sport5.co.il is broken · Issue #5182 · yt-dlp/yt-dlp · GitHub
Checklist · I'm reporting a broken site · I've verified that I'm running yt-dlp version 2022.10. · I've checked that all provided URLs...
Read more >ספורט 5 - חדשות ספורט, תוצאות, תקצירים ושידורים מישראל ומהעולם
ספורט 5 - אתר הספורט המוביל בישראל! תוצאות לייב, חדשות הספורט, תקצירי וידאו של משחקים, טבלאות וסיקור נרחב של ליגות הכדורגל, הכדורסל וכל...
Read more >Top 10 sport5.co.il Competitors - SimilarWeb
Analyze sites like sport5.co.il ranked by keyword and audience similarity for ... results and events. get breaking news, photos, and video of your...
Read more >radio.sport5 / qa.radio.sport5 - Forum - Adblock Plus
which breaks your angular script. Code: Select all qa.radio.sport5.co.il/watchVideoSite/js/angulartics-google-analytics.js.
Read more >Hapoel Jerusalem won 75:80 over Maccabi Tel Aviv – voila ...
They broke the drought: Hapoel Jerusalem beat Maccabi Tel Aviv 75:80 Walla! ... Tel Aviv Hapoel Jerusalem – round 7 playbasket.sport5.co.il ...
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
Both test cases fail at the original site (sport5), an error message shows “video unavailable”. I guess it’s because they are too old (from 2014). I can provide recent videos as tests if needed.
videoUrl
query parameter.src
link contains a clip ID and leads to a JS player with the code for handling a clip ID.