RuTube /plst/ playlists #25222

Open
opened 2026-02-21 13:42:34 -05:00 by deekerman · 6 comments
Owner

Originally created by @bolshukhin on GitHub (May 4, 2022).

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

Originally created by @bolshukhin on GitHub (May 4, 2022). 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
Author
Owner

@bolshukhin commented on GitHub (May 4, 2022):

Additionally doesn't work

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

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

@bolshukhin commented on GitHub (May 4, 2022): Additionally doesn't work https://www.xvideos.com/channels/tushy_com https://rt.pornhub.com/channels/tushy
Author
Owner

@dirkf commented on GitHub (May 4, 2022):

  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. ...

@dirkf commented on GitHub (May 4, 2022): 1. Please use the [template](https://github.com/ytdl-org/youtube-dl/issues/new?assignees=&labels=&template=1_broken_site.md). 2. Among other things you will be prompted to [read](https://github.com/ytdl-org/youtube-dl#user-content-bugs): >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. ...
Author
Owner

@tpimh commented on GitHub (May 5, 2022):

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

@tpimh commented on GitHub (May 5, 2022): RuTube is behaving really strangely lately. Not sure why, but there are a lot of weird issues which are mostly solved by retrying.
Author
Owner

@dirkf commented on GitHub (Jan 8, 2023):

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

@dirkf commented on GitHub (Jan 8, 2023): The extractor doesn't know about playlists like the problem URL.
Author
Owner

@dirkf commented on GitHub (Apr 17, 2024):

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

@dirkf commented on GitHub (Apr 17, 2024): The playlist API URL for these has `custom/{id}/videos` where existing playlists with `pl_id=`, `pl_type=` have `{pl_type}/{id}`.
Author
Owner

@dirkf commented on GitHub (Apr 25, 2024):

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
$
@dirkf commented on GitHub (Apr 25, 2024): And now: ```console $ 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 $ ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/youtube-dl-ytdl-org#25222
No description provided.