From 113112f46b0ff47b5cd6946c34ad5bc715771079 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 15 Apr 2019 07:40:37 +0300 Subject: [PATCH] Feat(dotfiles2html): Stop processing `mplayer` I've switched to `mpv`. --- dotfiles2html/dotfiles2html.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/dotfiles2html/dotfiles2html.py b/dotfiles2html/dotfiles2html.py index 42c96aa..7be4f5d 100755 --- a/dotfiles2html/dotfiles2html.py +++ b/dotfiles2html/dotfiles2html.py @@ -84,8 +84,6 @@ def process_dotfile(i, fname, ftype, file_types): text = file.read() file.close() file = open(fname, 'w') - text = text.replace('mplay', 'mplayer') - text = text.replace('mplayerer', 'mplayer') if fname == 'mailcap': text = text.replace( '-a -n "`which smplayer 2>/dev/null`" -a -n "`which smplayer 2>/dev/null`"', -- 2.39.2