2 new suffixes in the wild

Started to run into "WRTEAM" and "CAPTCHA" in the wild.
pull/177/head
Gabe 4 years ago committed by GitHub
parent cd1b7058d8
commit 8b66eea140
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -52,6 +52,8 @@ fwp = re.sub('(?i)\[eztv\]\.nzb$', '.nzb', fwp)
fwp = re.sub('(?i)\[TGx\]\.nzb$', '.nzb', fwp)
fwp = re.sub('(?i)\[TGx\]-xpost\.nzb$', '.nzb', fwp)
fwp = re.sub('(?i)\[ettv\]\.nzb$', '.nzb', fwp)
fwp = re.sub('(?i)\-WRTEAM\.nzb$', '.nzb', fwp)
fwp = re.sub('(?i)\-CAPTCHA\.nzb$', '.nzb', fwp)
if fwp:
print('[NZB] NZBNAME=', fwp, sep='')

Loading…
Cancel
Save