X-Git-Url: https://git.camperquake.de/gitweb.cgi?p=videosite.git;a=blobdiff_plain;f=videosite-dl.pl;h=769ab43d198d154a4bf53d5a2a319e9c76355fee;hp=3a711f1d1de6032001fd80b74dc557b37db4dd42;hb=3e72db83fd003843f1880e12d5c706f47e151f97;hpb=1bc44dd403d1b6430a94adf9c6050d396bd89463 diff --git a/videosite-dl.pl b/videosite-dl.pl index 3a711f1..769ab43 100755 --- a/videosite-dl.pl +++ b/videosite-dl.pl @@ -23,10 +23,10 @@ sub link_callback { foreach (keys(%{$m})) { printf("%s: %s\n", $_, defined($m->{$_})?$m->{$_}:'(undef)'); } - return 0; + return 1; } else { print("Downloading $m->{'TITLE'}\n"); - return 1; + return 0; } }