insaneracist

Results 4 comments of insaneracist

strange, this commit isn't showing up here. https://github.com/insaneracist/yt-dlc/commit/b2a462a24c217ce8b414a293c6d27bde03a28459 edit: that superfluous commit woke it up.

@blackjack4494, thanks, i was about to give up. the problem was not sending enough client information, it kept returning the initial piece of the playlist (but only for some types).

@SoneeJohn, the playlists starting with `RDCLAK5uy_` are special-cased, the reason is that they are from Youtube Music and have a playlist url. e.g. https://www.youtube.com/playlist?list=RDCLAK5uy_m_h-nx7OCFaq9AlyXv78lG0AuloqW_NUA the otherwise dynamically generated `RD` mixes...

The playlist data contains only localized title, whereas the video page contains both versions in different places. Perhaps `title_localized` should be added as output template option? ([See also.](https://old.reddit.com/r/youtubedl/comments/jog6av/how_to_use_a_videos_translated_english_title_as/)) In the...