yt-dlp icon indicating copy to clipboard operation
yt-dlp copied to clipboard

dumpert.nl

Open M1Aston opened this issue 2 years ago • 3 comments

DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE

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

Checklist

  • [X] I'm reporting a new site support request
  • [X] I've verified that I'm running yt-dlp version 2022.09.01 (update instructions) or later (specify commit)
  • [X] I've checked that all provided URLs are playable in a browser with the same IP and same login details
  • [X] I've checked that none of provided URLs violate any copyrights or contain any DRM to the best of my knowledge
  • [X] I've searched the bugtracker for similar issues including closed ones. DO NOT post duplicates
  • [X] I've read the guidelines for opening an issue
  • [X] I've read about sharing account credentials and am willing to share it if required

Region

Netherlands

Example URLs

Main website: https://www.dumpert.nl/

Example: https://www.dumpert.nl/?selectedId=100042031_5ae4fe60

Provide a description that is worded well enough to be understood

Unsupported URL

Provide verbose output that clearly demonstrates the problem

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

Complete Verbose Output

[debug] Command-line config: ['-vU', 'https://www.dumpert.nl/?selectedId=100042031_5ae4fe60']
[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.dumpert.nl/?selectedId=100042031_5ae4fe60
[generic] ?selectedId=100042031_5ae4fe60: Downloading webpage
WARNING: [generic] Falling back on generic information extractor
[generic] ?selectedId=100042031_5ae4fe60: Extracting information
[debug] Looking for Brightcove embeds
[debug] Looking for embeds
ERROR: Unsupported URL: https://www.dumpert.nl/?selectedId=100042031_5ae4fe60
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.dumpert.nl/?selectedId=100042031_5ae4fe60

M1Aston avatar Sep 25 '22 14:09 M1Aston

The site is/was already supported, but seems like the url has changed.

Upstream PR that may fix it: https://github.com/ytdl-org/youtube-dl/pull/30985

coletdjnz avatar Sep 26 '22 02:09 coletdjnz

Yes, some URLs have been added and the one in the given example here is the default when left-clicking to open a video. My PR should fix that but upstream went inactive. Do I need to do anything to get the changes in here sooner? Last activity on this issue has been four months ago.

DataGhost avatar Jan 25 '23 16:01 DataGhost

Ideally, you can get it merged upstream and I'll pull it down. Otherwise, you may directly open a PR here

pukkandan avatar Jan 25 '23 16:01 pukkandan