yt-dlp: tele5 - new video player "hyogaplayer.com" not supported - not DRM issue
DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- I understand that I will be blocked if I intentionally remove or skip any mandatory* field
Checklist
- I’m reporting that yt-dlp is broken on a supported site
- I’ve verified that I’m running yt-dlp version 2023.07.06 (update instructions) or later (specify commit)
- I’ve checked that all provided URLs are playable in a browser with the same IP and same login details
- I’ve checked that all URLs and arguments with special characters are properly quoted or escaped
- I’ve searched known issues and the bugtracker for similar issues including closed ones. DO NOT post duplicates
- I’ve read the guidelines for opening an issue
- I’ve read about sharing account credentials and I’m willing to share it if required
Region
Germany
Provide a description that is worded well enough to be understood
tele5 is using a new video player “hyogaplayer.com”, which is not recognized by yt-dlp extractor.
The videos are NOT DRM protected. Tested by switching off the DRM support in Firefox (Settings -> General -> Play DRM-controlled content -> off). Video is played without problems in browser.
Example video: https://tele5.de/mediathek/star-trek-enterprise/in-guter-hoffnung
Tested for the following series (doesn’t represent all available series):
- Star Trek - Enterprise (https://tele5.de/mediathek/star-trek-enterprise/videos)
- Star Trek - Das nächste Jahrhundert (https://tele5.de/mediathek/star-trek-das-naechste-jahrhundert/videos)
- Star Trek - Raumschiff Enterprise (https://tele5.de/mediathek/raumschiff-enterprise/videos)
Provide verbose output that clearly demonstrates the problem
- Run your yt-dlp command with -vU flag added (
yt-dlp -vU <your command line>
) - If using API, add
'verbose': True
toYoutubeDL
params instead - Copy the WHOLE output (starting with
[debug] Command-line config
) and insert it below
Complete Verbose Output
[debug] Command-line config: ['-vU', 'https://tele5.de/mediathek/star-trek-enterprise/aufbruch-ins-unbekannte-teil-1']
[debug] User config "/home/REDACTED/.config/yt-dlp/config": ['-o', '~/REDACTED/%(title)s.%(ext)s']
[debug] Encodings: locale UTF-8, fs utf-8, pref UTF-8, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version stable@2023.07.06 [b532a3481]
[debug] Python 3.11.3 (CPython x86_64 64bit) - Linux-6.1.44-1-MANJARO-x86_64-with-glibc2.38 (OpenSSL 3.1.2 1 Aug 2023, glibc 2.38)
[debug] exe versions: ffmpeg 6.0 (setts), ffprobe 6.0, rtmpdump 2.4
[debug] Optional libraries: certifi-2023.07.22, mutagen-1.46.0, sqlite3-2.6.0
[debug] Proxy map: {}
[debug] Loaded 1855 extractors
[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp/releases/latest
Available version: stable@2023.07.06, Current version: stable@2023.07.06
yt-dlp is up to date (stable@2023.07.06)
[debug] Using fake IP 53.151.23.150 (DE) as X-Forwarded-For
[Tele5] Extracting URL: https://tele5.de/mediathek/star-trek-enterprise/aufbruch-ins-unbekannte-teil-1
[Tele5] aufbruch-ins-unbekannte-teil-1: Downloading webpage
ERROR: [Tele5] aufbruch-ins-unbekannte-teil-1: Unable to extract video player; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U
File "/usr/lib/python3.11/site-packages/yt_dlp/extractor/common.py", line 710, in extract
ie_result = self._real_extract(url)
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/yt_dlp/extractor/tele5.py", line 76, in _real_extract
player_element = self._search_regex(r'(<hyoga-player\b[^>]+?>)', webpage, 'video player')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/yt_dlp/extractor/common.py", line 1258, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
About this issue
- Original URL
- State: open
- Created 10 months ago
- Reactions: 1
- Comments: 15 (4 by maintainers)
The extractor needs a complete rewrite, and some
DiscoveryPlusBaseIE
changes are needed as well (as noted in #7530). I don’t have enough example URLs to properly PR this (all of the extractor tests are dead), but it would go something like this:@bashonly, an additional hint : “https://dmax.de/sendungen/goldrausch-in-alaska/vom-kind-zum-konkurrenten”
DMAX does also work again with the given patched build !
As example : “https://tele5.de/mediathek/star-trek-enterprise/im-schatten-von-pjem”, patched build did work “https://tele5.de/mediathek/pakt-der-rache”, patched build did work
@bashonly , well done !