diff options
| author | jules@lens <julescarbon@gmail.com> | 2018-06-19 08:54:02 +0200 |
|---|---|---|
| committer | jules@lens <julescarbon@gmail.com> | 2018-06-19 08:54:02 +0200 |
| commit | 90e5c9aef2df5c26d62d88fd2e267ed34903678a (patch) | |
| tree | d5100d45aab66c5c24fcd018642c590caa7672c7 | |
| parent | 8bbdf4cec3af41e719d9c64c4d54de866ab60e1e (diff) | |
print yt output
| -rwxr-xr-x | get.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ if ($s =~ /(mov|mp4|webm|avi|mpe?g)$/i) { else { print "youtube-dl $s\n"; my $yt = `youtube-dl -o "%(title)s.%(ext)s" $s`; - # print $yt; + print $yt; my @partz = split("\n", $yt); foreach $part (@partz) { print "$part\n"; |
