diff options
Diffstat (limited to '.local/bin')
-rwxr-xr-x | .local/bin/linkview | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/linkview b/.local/bin/linkview index 3653f42..ccdef7c 100755 --- a/.local/bin/linkview +++ b/.local/bin/linkview @@ -98,7 +98,7 @@ sub open_link ' <b>'. $file_name . '</b> started downloading' ); $ret = -1; - if ($a eq "fetch") { + if ($a eq "youtube-dl") { (undef, undef, $ret) = capture { system(YTDL_PATH, $url); }; |