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

Support for piped.simpleprivacy.fr

Open RetroAbstract opened this issue 1 year ago • 11 comments

DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE

  • [X] I understand that I will be blocked if I intentionally 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 2023.07.06 (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 known issues and 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

Any (to my knowledge)

Example URLs

Single video: https://piped.simpleprivacy.fr/watch?v=QwIlhuR_N2g Playlist: https://piped.simpleprivacy.fr/playlist?list=PL8mG-RkN2uTx9Er8AqFDnD6mFvje5fybs

Provide a description that is worded well enough to be understood

This is a request to add support for the SimplePrivacy Piped Instance.

Provide verbose output that clearly demonstrates the problem

  • [X] Run your yt-dlp command with -vU flag added (yt-dlp -vU <your command line>)
  • [ ] If using API, add 'verbose': True to YoutubeDL params instead
  • [X] Copy the WHOLE output (starting with [debug] Command-line config) and insert it below

Complete Verbose Output

[debug] Command-line config: ['-vU', 'https://piped.simpleprivacy.fr/watch?v=QwIlhuR_N2g']
[debug] Encodings: locale cp1252, fs utf-8, pref cp1252, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version [email protected] [b532a3481] (win_exe)
[debug] Python 3.8.10 - Windows-10
[debug] exe versions: ffmpeg N-109562-g0431f9805e-20230110 (setts), ffprobe N-109562-g0431f9805e-20230110
[debug] Optional libraries: Cryptodome-3.18.0, brotli-1.0.9, certifi-2023.05.07, mutagen-1.46.0, sqlite3-2.6.0, websockets-11.0.3
[debug] Proxy map: {}
[debug] Loaded 1855 extractors
[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp/releases/latest
Available version: [email protected], Current version: [email protected]
Current Build Hash: 5ff3e702171a50175c34397494e2d18ce35d771c2110b1e59bd173ec2fb352aa
yt-dlp is up to date ([email protected])
[generic] Extracting URL: https://piped.simpleprivacy.fr/watch?v=QwIlhuR_N2g
[generic] watch?v=QwIlhuR_N2g: Downloading webpage
WARNING: [generic] Falling back on generic information extractor
[generic] watch?v=QwIlhuR_N2g: Extracting information
[debug] Looking for embeds
ERROR: Unsupported URL: https://piped.simpleprivacy.fr/watch?v=QwIlhuR_N2g
Traceback (most recent call last):
  File "yt_dlp\YoutubeDL.py", line 1560, in wrapper
  File "yt_dlp\YoutubeDL.py", line 1688, in __extract_info
  File "yt_dlp\extractor\common.py", line 710, in extract
  File "yt_dlp\extractor\generic.py", line 2568, in _real_extract
yt_dlp.utils.UnsupportedError: Unsupported URL: https://piped.simpleprivacy.fr/watch?v=QwIlhuR_N2g

RetroAbstract avatar Jul 07 '23 22:07 RetroAbstract