From 274a4f43dda5ace78f70d499c64eacf1e436c84c Mon Sep 17 00:00:00 2001 From: daniel-Jones Date: Wed, 9 May 2018 13:27:18 +0930 Subject: added jpeg as an image --- urlopen.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/urlopen.py b/urlopen.py index 23aaa53..c5b700c 100755 --- a/urlopen.py +++ b/urlopen.py @@ -25,8 +25,8 @@ def run(process, arg): os.spawnvpe(os.P_NOWAIT, L[0], L, os.environ) def main(args): - images = ["jpg", "png"]; imageapp = ["feh"]; - videos = ["gif", "gifv", "webm", "mp4"]; videoapp = ["mpv", "--ytdl-format=22", "--loop"]; #--yt-dlformat=22 + images = ["jpg", "jpeg", "png"]; imageapp = ["feh"]; + videos = ["gif", "gifv", "webm", "mp4"]; videoapp = ["mpv", "--loop"]; #--yt-dlformat=22 videourls = ["youtube.com", "youtu.be", "streamable.com"]; pdf = ["pdf"]; pdfapp = ["mupdf"]; defaultapp = ["/home/daniel_j/compiled/waterfox/waterfox"]; -- cgit v1.2.3