Merge pull request #688 from lededev/4k

filter 4K
This commit is contained in:
Yoshiko2
2022-02-11 03:19:17 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,3 @@
import logging
import sys import sys
sys.path.append('../') sys.path.append('../')
import re import re

View File

@@ -4,7 +4,8 @@ import sys
import config import config
G_spat = re.compile( G_spat = re.compile(
"^22-sht\.me|-fhd|_fhd|^fhd_|^fhd-|-hd|_hd|^hd_|^hd-|-sd|_sd|-1080p|_1080p|-720p|_720p|^hhd800\.com@|-uncensored|_uncensored|-leak|_leak", "^22-sht\.me|-fhd|_fhd|^fhd_|^fhd-|-hd|_hd|^hd_|^hd-|-sd|_sd|-1080p|_1080p|-720p|_720p|"
"^hhd800\.com@|-uncensored|_uncensored|-leak|_leak|-4K|_4K",
re.IGNORECASE) re.IGNORECASE)