summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xget.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/get.pl b/get.pl
index 0a12a81..ac6d0bd 100755
--- a/get.pl
+++ b/get.pl
@@ -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";