ytdl-org / youtube-dl

Command-line program to download videos from YouTube.com and other video sites
http://ytdl-org.github.io/youtube-dl/
The Unlicense
131.04k stars 9.91k forks source link

RuTube /plst/ playlists #30917

Open bolshukhin opened 2 years ago

bolshukhin commented 2 years ago

An error has occurred: WARNING: Falling back on generic information extractor. ERROR: Unsupported URL: https://rutube.ru/plst/25168/ Download start: May 4, 2022, 4:23:39 PM Download end: May 4, 2022, 4:23:57 PM

Can you help me? Thanks

bolshukhin commented 2 years ago

Additionally doesn't work

https://www.xvideos.com/channels/tushy_com

https://rt.pornhub.com/channels/tushy

dirkf commented 2 years ago
  1. Please use the template.
  2. Among other things you will be prompted to read:

    Some of our users seem to think there is a limit of issues they can or should open. There is no limit of issues they can or should open. ...

tpimh commented 2 years ago

RuTube is behaving really strangely lately. Not sure why, but there are a lot of weird issues which are mostly solved by retrying.

dirkf commented 1 year ago

The extractor doesn't know about playlists like the problem URL.

dirkf commented 4 months ago

The playlist API URL for these has custom/{id}/videos where existing playlists with pl_id=, pl_type= have {pl_type}/{id}.

dirkf commented 4 months ago

And now:

$ python -m youtube_dl --flat-playlist 'https://rutube.ru/plst/25168/'
[download] Downloading playlist: 25168
[rutube:playlist] 25168/videos: Downloading page 1
[rutube:playlist] 25168/videos: Downloading page 2
[rutube:playlist] 25168/videos: Downloading page 3
[rutube:playlist] 25168/videos: Downloading page 4
[rutube:playlist] 25168/videos: Downloading page 5
[rutube:playlist] 25168/videos: Downloading page 6
[rutube:playlist] 25168/videos: Downloading page 7
[rutube:playlist] 25168/videos: Downloading page 8
[rutube:playlist] 25168/videos: Downloading page 9
[rutube:playlist] 25168/videos: Downloading page 10
[rutube:playlist] 25168/videos: Downloading page 11
[rutube:playlist] 25168/videos: Downloading page 12
[rutube:playlist] playlist 25168: Downloading 231 videos
[download] Downloading video 1 of 231
[download] Downloading video 2 of 231
[download] Downloading video 3 of 231
[download] Downloading video 4 of 231
[download] Downloading video 5 of 231
[download] Downloading video 6 of 231
[download] Downloading video 7 of 231
[download] Downloading video 8 of 231
[download] Downloading video 9 of 231
[download] Downloading video 10 of 231
...
[download] Downloading video 221 of 231
[download] Downloading video 222 of 231
[download] Downloading video 223 of 231
[download] Downloading video 224 of 231
[download] Downloading video 225 of 231
[download] Downloading video 226 of 231
[download] Downloading video 227 of 231
[download] Downloading video 228 of 231
[download] Downloading video 229 of 231
[download] Downloading video 230 of 231
[download] Downloading video 231 of 231
[download] Finished downloading playlist: 25168
$