Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

embedded Viaplay #5102

Open
10 tasks done
M1Aston opened this issue Oct 1, 2022 · 0 comments
Open
10 tasks done

embedded Viaplay #5102

M1Aston opened this issue Oct 1, 2022 · 0 comments
Labels
site-request Request to support a new website triage Untriaged issue

Comments

@M1Aston
Copy link

M1Aston commented Oct 1, 2022

DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE

  • I understand that I will be blocked if I remove or skip any mandatory* field

Checklist

  • I'm reporting a new site support request
  • I've verified that I'm running yt-dlp version 2022.09.01 (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 none of provided URLs violate any copyrights or contain any DRM to the best of my knowledge
  • I've searched 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 am willing to share it if required

Region

Netherlands

Example URLs

https://www.destentor.nl/sport/woedende-verstappen-wk-leider-scheldt-over-boordradio-na-afbreken-kwalificatierondje~aa244062/
https://www.destentor.nl/sport/vloekende-max-verstappen-dit-is-natuurlijk-ongelooflijk-balen~a2114466/

Provide a description that is worded well enough to be understood

Unsupported URL

Provide verbose output that clearly demonstrates the problem

  • Run your yt-dlp command with -vU flag added (yt-dlp -vU <your command line>)
  • Copy the WHOLE output (starting with [debug] Command-line config) and insert it below

Complete Verbose Output

C:\Windows\system32> D:\SOFTWARE\MUZIEK\MPC-BE\yt-dlp.exe -vU https://www.destentor.nl/sport/woedende-verstappen-wk-leider-scheldt-over-boordradio-na-afbreken-kwalificatierondje~aa244062/
[debug] Command-line config: ['-vU', 'https://www.destentor.nl/sport/woedende-verstappen-wk-leider-scheldt-over-boordradio-na-afbreken-kwalificatierondje~aa244062/']
[debug] Encodings: locale cp1252, fs utf-8, pref cp1252, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version 2022.09.01 [5d7c7d6] (win32_exe)
[debug] Python 3.8.10 (CPython 64bit) - Windows-10-10.0.19044-SP0
[debug] Checking exe version: ffmpeg -bsfs
[debug] Checking exe version: ffprobe -bsfs
[debug] exe versions: none
[debug] Optional libraries: Cryptodome-3.15.0, brotli-1.0.9, certifi-2022.06.15, mutagen-1.45.1, sqlite3-2.6.0, websockets-10.3
[debug] Proxy map: {}
[debug] Loaded 1670 extractors
[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp/releases/latest
Latest version: 2022.09.01, Current version: 2022.09.01
yt-dlp is up to date (2022.09.01)
[debug] [generic] Extracting URL: https://www.destentor.nl/sport/woedende-verstappen-wk-leider-scheldt-over-boordradio-na-afbreken-kwalificatierondje~aa244062/
[generic] woedende-verstappen-wk-leider-scheldt-over-boordradio-na-afbreken-kwalificatierondje~aa244062: Downloading webpage
[redirect] Following redirect to https://myprivacy.dpgmedia.nl/consent?siteKey=Dl16ymCePojG0NiW&callbackUrl=https%3A%2F%2Fwww.destentor.nl%2Fprivacy-gate%2Faccept-tcf2%3FredirectUri%3D%252Fsport%252Fwoedende-verstappen-wk-leider-scheldt-over-boordradio-na-afbreken-kwalificatierondje~aa244062%252F
[debug] [generic] Extracting URL: https://myprivacy.dpgmedia.nl/consent?siteKey=Dl16ymCePojG0NiW&callbackUrl=https%3A%2F%2Fwww.destentor.nl%2Fprivacy-gate%2Faccept-tcf2%3FredirectUri%3D%252Fsport%252Fwoedende-verstappen-wk-leider-scheldt-over-boordradio-na-afbreken-kwalificatierondje~aa244062%252F
[generic] consent?siteKey=Dl16ymCePojG0NiW&callbackUrl=https://www.destentor: Downloading webpage
[redirect] Following redirect to https://www.destentor.nl/sport/woedende-verstappen-wk-leider-scheldt-over-boordradio-na-afbreken-kwalificatierondje~aa244062/
[debug] [generic] Extracting URL: https://www.destentor.nl/sport/woedende-verstappen-wk-leider-scheldt-over-boordradio-na-afbreken-kwalificatierondje~aa244062/
[generic] woedende-verstappen-wk-leider-scheldt-over-boordradio-na-afbreken-kwalificatierondje~aa244062: Downloading webpage
WARNING: [generic] Falling back on generic information extractor
[generic] woedende-verstappen-wk-leider-scheldt-over-boordradio-na-afbreken-kwalificatierondje~aa244062: Extracting information
[debug] Looking for Brightcove embeds
[debug] Looking for embeds
ERROR: Unsupported URL: https://www.destentor.nl/sport/woedende-verstappen-wk-leider-scheldt-over-boordradio-na-afbreken-kwalificatierondje~aa244062/
Traceback (most recent call last):
  File "yt_dlp\YoutubeDL.py", line 1459, in wrapper
  File "yt_dlp\YoutubeDL.py", line 1535, in __extract_info
  File "yt_dlp\extractor\common.py", line 670, in extract
  File "yt_dlp\extractor\generic.py", line 3078, in _real_extract
yt_dlp.utils.UnsupportedError: Unsupported URL: https://www.destentor.nl/sport/woedende-verstappen-wk-leider-scheldt-over-boordradio-na-afbreken-kwalificatierondje~aa244062/
@M1Aston M1Aston added site-request Request to support a new website triage Untriaged issue labels Oct 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
site-request Request to support a new website triage Untriaged issue
Projects
None yet
Development

No branches or pull requests

1 participant