Skip to content

Commit

Permalink
completion-path: .mp4 extension in is_movie
Browse files Browse the repository at this point in the history
  • Loading branch information
pyroscope committed Aug 28, 2017
1 parent 603006e commit f5d13eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/completion-path.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pattern = re.compile(
r"(?:[._ ](?P<codec>xvid|divx|avc|x264|h\.?264|hevc|h\.?265))"
r"(?:[._ ](?P<sound2>MP3|DD5.1|AC3|AAC(?:2.0)?|FLAC(?:2.0)?|DTS(?:-HD)?))?"
r"(?:[-.](?P<group>.+?))"
r"(?P<extension>\.avi|\.mkv|\.m4v)?$", re.I
r"(?P<extension>\.avi|\.mkv|\.mp4|\.m4v)?$", re.I
)
title = ' '.join(sys.argv[1:])
Expand Down

0 comments on commit f5d13eb

Please sign in to comment.