Skip to content

Tag: youtube-dl

how do I skip a private video, with this python code

the Package how do I skip a private video with this code I tried the optons (rejecttitle ignore-errors) I looked at YoutubeDL.py at github for option and i have no access to the video is of a Playlist ERROR: [youtube] FvnQJZnnXXo: Private video. Sign in if you’ve been granted access to this video Output…

Get URL of downloaded video in youtube_dl progress hook

How can I get the URL of a video that I’m downloading using youtube_dl? I can use progress hooks to get other characteristics of the download, like the file path: I also want to get the URL that the file came from. I can’t figure out how to do that. Something like url = response[“url”]…