Private GIT

Skip to content
Snippets Groups Projects
Commit 160ef3dd authored by p00chie's avatar p00chie Committed by miigotu
Browse files

Update tags.py

parent 9a9bc6c7
Branches
No related tags found
No related merge requests found
......@@ -16,8 +16,9 @@ dvd = re.compile(r'(?P<hd>hd)?dvd(?P<rip>rip|mux)?', re.I)
web = re.compile(r'(web(?P<type>rip|mux|hd|.?dl|\b))', re.I)
bluray = re.compile(r'(blue?-?ray|b[rd](?:rip|mux))', re.I)
sat = re.compile(r'(dsr|satrip)', re.I)
itunes = re.compile(r'(itunes)', re.I)
itunes = re.compile(r'itunes(hd|uhd)', re.I)
netflix = re.compile(r'netflix(hd|uhd)', re.I)
amazon = re.compile(r'amazon(hd|uhd)', re.I)
# Codecs
avc = re.compile(r'([xh].?26[45])', re.I)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment