summaryrefslogtreecommitdiff
path: root/get.pl
diff options
context:
space:
mode:
Diffstat (limited to 'get.pl')
-rwxr-xr-xget.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/get.pl b/get.pl
index c640ce0..42a7983 100755
--- a/get.pl
+++ b/get.pl
@@ -72,7 +72,7 @@ else {
$video_fn = chomp $1;
print ">>> $video_fn\n";
}
- if ($part =~ /\[download\] (.*) has already been downloaded and merged/) {
+ if ($part =~ /\[download\] (.*) has already been downloaded/) {
$video_fn = $1;
print ">>> $video_fn\n";
}