diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-12-10 19:09:28 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-12-10 19:09:28 +0100 |
commit | 7bc3d4f13bad3a64196f7d6568cfe593c1308164 (patch) | |
tree | 6ea4abe6c4aa43892a07057b318062a71f3ac0cf /.local/bin/linkview | |
parent | Linkview can see thumbnails now (diff) | |
download | dotfiles-bsd-7bc3d4f13bad3a64196f7d6568cfe593c1308164.tar.gz dotfiles-bsd-7bc3d4f13bad3a64196f7d6568cfe593c1308164.tar.bz2 dotfiles-bsd-7bc3d4f13bad3a64196f7d6568cfe593c1308164.tar.xz dotfiles-bsd-7bc3d4f13bad3a64196f7d6568cfe593c1308164.tar.zst dotfiles-bsd-7bc3d4f13bad3a64196f7d6568cfe593c1308164.zip |
Emacs config update
Diffstat (limited to '.local/bin/linkview')
-rwxr-xr-x | .local/bin/linkview | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.local/bin/linkview b/.local/bin/linkview index 8d219d4..c7c0246 100755 --- a/.local/bin/linkview +++ b/.local/bin/linkview @@ -151,8 +151,7 @@ sub open_link '-u', 'low', '-t', '5000', 'download started', - ' fetching thumbnail for <b>'. $file_name . - '</b> to <b>/tmp</b>' + ' fetching thumbnail for <b>'. $file_name . '</b>' ); ($tmp, undef, $ret) = capture { system(YTDL_PATH, '--get-thumbnail', $url); @@ -164,8 +163,7 @@ sub open_link '-u', 'critical', '-t', '10000', 'failed to get thumbnail', - ' failed to get thumbail for <b>'. $file_name . - '</b> to <b>/tmp</b>' + ' failed to get thumbail for <b>'. $file_name . '</b>' ); exit 0; } |