dirkf
dirkf
Before I merge it, please test it further if you can. Only a few URLs were used to develop the new extractor functions.
These metadata fields are in the hydration JSON for, eg, https://www.xvideos.com/video64379435/verification_video: ``` 'uploader_id': 505962135, 'uploader': 'tianmeichuanmei', ``` #30689 is supposed to >* extract uploader, uploader_id and uploader_url I guess this...
Surely your format selection is equivalent to `(bestvideo+bestaudio/best)[height >=? 720]` Post the full verbose log including the URL: perhaps use `--playlist-items 12` to get the problem item directly, if only...
You may not have installed the working code, which gives this: ```console $ python -m youtube_dl --flat-playlist 'https://www.xvideos.com/models/lizvicious1#_tabVideos' [XVideosChannel] lizvicious1: Downloading webpage [download] Downloading playlist: Lizvicious - Pornstar page (videos,all)...
After checking out the code, you can run it from the `youtube-dl` directory (that contains `youtube_dl`) using `python -m youtube_dl ...`, where you would normally have `youtube-dl ...`, so `make`...
You mean like https://github.com/yt-dlp/yt-dlp/pull/9502 ?
If anyone would like to document the site changes with regard to the various types of pages that the site supports and the PR extractor is meant to support, that...
Live streams have media links in the options JSON like this: ```py 'live_streams': { 'hls': [ { 'GeoIP_TZ': '+3', 'is_audio': true, 'is_video': true, 'is_dvr': false, 'url': 'https://bl.rutube.ru/livestream/c58f502c7bb34a8fcdd976b221fca292/index.m3u8?s=vWu6JmRePbIDtRVEc1h6EA&e=1713480461&scheme=https' } ] },...
And now from UK: ```console $ python -m youtube_dl --list-subs 'https://rutube.ru/video/056cb59f2836e6d0c1a137c1dbb370f8/' [rutube] 056cb59f2836e6d0c1a137c1dbb370f8: Downloading video JSON [rutube] 056cb59f2836e6d0c1a137c1dbb370f8: Downloading options JSON [rutube] In addition to the below, consider --geo-verification-proxy. ERROR:...
And now (Первый канал. Прямой эфир): ```console $ python -m youtube_dl -vF 'https://rutube.ru/live/video/c58f502c7bb34a8fcdd976b221fca292/' [debug] System config: [] [debug] User config: [] [debug] Custom config: [] [debug] Command-line args: [u'-vF', u'https://rutube.ru/live/video/c58f502c7bb34a8fcdd976b221fca292/']...