]> git.phdru.name Git - phdru.name/phdru.name.git/commitdiff
Feat(dotfiles2html): Stop processing `mplayer`
authorOleg Broytman <phd@phdru.name>
Mon, 15 Apr 2019 04:40:37 +0000 (07:40 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 15 Apr 2019 04:40:37 +0000 (07:40 +0300)
I've switched to `mpv`.

dotfiles2html/dotfiles2html.py

index 42c96aa14a3b68c73c6ad39ffa10f3532eab3ceb..7be4f5dd11ffdb7f55f1c6b1c236676c57e7fa56 100755 (executable)
@@ -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`"',