python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
youtube-dl "yt-dlp" How to download audios that have subtitles and ignore everything else
I've tried using the following command to filter out audios that have subtitles and ignore the ones without.
However, it still downloads videos that don't have subtitles. Any idea why?
yt-dlp https://...
Joey Joestar
Votes: 0
Answers: 0
Get video from Youtube-DL is not working properly
I'm trying to get youtube video by using youtube_dl and everything is working fine except for the fact that I only get the audio.
from youtube_dl import YoutubeDL
link = "SOME_YOUTUBE_VIDEO"...
std124_lf
Votes: 0
Answers: 1
Passing configs from `.txt` file into argparse? (Similar to youtube-dl's `--config-location`)
I have a program with ~20 configs, which I would like to be accessed from the command-line via argparse, either by something like --config_1 'This is the first config' or --config-location <path_to...
Wilan
Votes: 0
Answers: 2
How to download youtube video in current working directory with youtube-dl
How do I download files in the current working directory with youtube-dl?
I want something like youtube-dl -o pwd "https://www.youtube.com/watch?v=UGHVseYRXDo" to work.
My config currently l...
sdfsdf
Votes: 0
Answers: 1