diff --git a/ytv/ytv b/ytv/ytv index 7c7af22..2e8e1e3 100755 --- a/ytv/ytv +++ b/ytv/ytv @@ -77,6 +77,7 @@ map { $before{$_} = -M $_ } <*>; for my $url (@ARGV) { if(not fork()) { # Download in the background + system(qw(youtube-dl --all-subs --skip-download), @tor,$url); system(qw(youtube-dl -f best), @tor,$url); exit; }