Off Topic How to download YT Membership Videos?

Deleted member 5463773

Member
Deleted Account
Newbie
Dec 23, 2023
21
206
Do you have ffmpeg installed. Also if you can, provide the command arguments you are using to download the video. If you are running yt-dlp with -f mp4, then try using -S vcodec:h264,res,acodec:m4a instead.
 
  • Medal
Reactions: Sexy Npc
3 Comments
I
Imhereforresearch commented
I just use yt-dlp --cookies-from-browser chrome (url)
 
D
Deleted member 5463773 commented
I see, still try adding -S vcodec:h264,res,acodec:m4a. So the entire command would then look like this
Code:
yt-dlp --cookies-from-browser chrome -S vcodec:h264,res,acodec:m4a <url>
 
I
Imhereforresearch commented
Thanks, I also had to add this flag -disable-features=LockProfileCookieDatabase to my chrome.exe but it worked in the end