october262
october262
> ## Description > I need to get subtitles from this site which uses videojs player but the subtitle file is hidden and can't be found anywhere in developer tools...
> > > ## Description > > > I need to get subtitles from this site which uses videojs player but the subtitle file is hidden and can't be found...
> @dirkf Thank you so much! I think I have gotten it to work, with a lot of fiddling. > > Though `_parse_html5_media_entries` does not do the trick because of...
this works - youtube-dl -o '%(title).20s' --no-part --restrict-filenames --user-agent "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36" --add-header "Cookie:tstc=p; Expires=Tue, 01 Feb 2033 08:39:34 GMT; Path=/; HttpOnly;" --referer...
see here - https://www.reddit.com/r/youtubedl/comments/yc6tlt/output_template_how_can_i_write_video_quality_in/ and try with --write-info-json https://www.reddit.com/r/youtubedl/comments/lace27/using_the_output_template_o/
right click on the 3 dots ... next to where it says FOLLOW and select copy link address and feed it into yt-dlp to download the video.
try updating / upgrading your version of python.
the video is DRM protected.
try again with yt-dlp -o '%(title).20s' "https://www.youtube.com/watch?v=9NUbUWF_6iw"
the same video at paramount + https://www.paramountplus.com/shows/video/YxlqOUdP1zZaIs7FGXCaS1dJi7gGzxG_/ works with yt-dlp & ytdl-patched but does not work with youtube-dl. and this test link https://www.paramountplus.com/movies/video/wQH9yE_y_Dt4ekDYm3yelhhY2KXvOra_/ says it's DRM protected.