summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xurlopen.py4
1 files 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"];