diff options
-rwxr-xr-x | .local/bin/linkview | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/linkview b/.local/bin/linkview index 8e8f6e5..94f6e66 100755 --- a/.local/bin/linkview +++ b/.local/bin/linkview @@ -33,7 +33,7 @@ use constant { }; my %func_list = ( - 'play' => \&play, + 'vid' => \&vid, 'img' => \&img_pdf, 'dl' => \&dl, 'audio' => \&audio, @@ -53,7 +53,7 @@ use constant QUAL_LIST => "" . "240" . "\n" . "144" . "\n"; -sub play +sub vid { my ($url, $article_name) = @_; my $pid; |