Top "Youtube-dl" questions

youtube-dl is an opensource, small command-line program, written in Python, to download videos from YouTube.

How to download 1080p + best audio using youtube-dl?

I'm trying to download 1920x1080 video with 192kb/s audio but I'm unable to extract both. For example: format code …

youtube youtube-dl
Batch script to convert, youtube-dl webm file to mp3 with ffmpeg

I'm using youtube-dl to extract the best possible audio quality from youtube videos. However the best quality audio usually turns …

batch-file ffmpeg mp3 webm youtube-dl
Youtube-dl add metadata during audio conversion

Sorry if this question is misguided. I'm using youtube-dl to download song videos as mp3's before adding them to …

python mp3 youtube-dl
youtube-dl download location

I am trying to save youtube videos as MP3's in my downloads folder. However, this ends up saving files …

youtube youtube-dl
Youtube-dl downloading channel from vimeo

Does YouTube-dl allows to download all videos(not individual file) from a channel from sites other than YouTube. (Vimeo, daily …

youtube-dl
Youtubedl CERTIFICATE_VERIFY_FAILED

I ran this code in Python: from __future__ import unicode_literals import youtube_dl ydl_opts = { 'format': 'bestaudio/best', 'postprocessors': [{ …

python youtube-dl
Flask send_file not sending file

I'm using Flask with send_file() to have people download a file off the server. My current code is as …

python flask ffmpeg youtube-dl
How to get & set the video format in youtube-dl?

getaudio.php <?php $youtubeUrl = $_GET['url']; $content = shell_exec("youtube-dl -j $youtubeUrl "); $meta=json_decode($content); $file= $meta->{…

php unix youtube-dl
Update youtube-dl on mac OS X

I tried to update latest release on youtube-dl but I can't update and while I tried got the error like "…

macos homebrew osx-elcapitan youtube-dl
Can I use youtube-dl to provide the direct links and use other means to download them?

Specifically, I would like to use DownloadThemAll. Can I use youtube-dl to just give me the direct link I need?

youtube-dl