summaryrefslogtreecommitdiff
path: root/get.pl
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-16 19:29:50 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-16 19:29:50 +0200
commit6bdcb683942c0c17445ed6b0840b9958ac9845d9 (patch)
treebd67e6c09634c3e1887e44706fb37d9151ef2e7a /get.pl
parent9888b8b629e1f976043b91d24629c772d76b17e8 (diff)
get
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";
}