question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Sport5.co.il is broken

See original GitHub issue

Checklist

  • 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:open
  • Created 3 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Ghost93commented, Oct 9, 2022

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.

0reactions
dirkfcommented, Oct 9, 2022
  1. Existing test 1 has a clip ID as the value of the videoUrl query parameter.
  2. Existing test 2 has a video iframe whose src link contains a clip ID and leads to a JS player with the code for handling a clip ID.
  3. With code for these two cases in place we can get metadata for these two test URLs, but the actual media links from the m3u8 manifests give 404.
  4. There doesn’t appear to be any geo-blocking of these URLs in the UK.
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found