Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/commit/8b66eea1408a7348080612c5c890b3d8e393fcee?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

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,7 +52,9 @@ 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='')
sys.exit(POSTPROCESS_SUCCESS)
sys.exit(POSTPROCESS_SUCCESS)
Loading…
Cancel
Save