Skip to content

Commit

Permalink
completion-path: add 'flac2.0' tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
pyroscope committed Aug 25, 2017
1 parent 7a91539 commit 2061159
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 @@ -44,7 +44,7 @@ pattern = re.compile(
r"(?:[._ ](?P<release>UNRATED|REPACK|INTERNAL|PROPER|LIMITED|RERiP))*"
r"(?:[._ ](?P<format>480p|576p|720p|1080p|1080i|2160p))?"
r"(?:[._ ](?P<source>BDRip|BRRip|HDRip|DVDRip|PAL|NTSC|WebRip|WEB-DL|Blu-ray|BluRay|BD25|BD50))"
r"(?:[._ ](?P<sound1>MP3|AC3|AAC|FLAC|DTS(?:-HD)?))?"
r"(?:[._ ](?P<sound1>MP3|AC3|AAC|FLAC(?:2.0)?|DTS(?:-HD)?))?"
r"(?:[._ ](?P<codec>xvid|divx|avc|x264|hevc|h265))"
r"(?:[._ ](?P<sound2>MP3|AC3|AAC|FLAC|DTS(?:-HD)?))?"
r"(?:[-.](?P<group>.+?))"
Expand Down

0 comments on commit 2061159

Please sign in to comment.