mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-02-01 15:20:49 +01:00
Improvement/TAoE Improvements (#59)
- Added numerous TAoE groups - Fixed up regex to parse for multiple trackers. Now works for most of usenet, 1337x, TL, Aither, FNP and Huno. - Added TAoE Tests Co-authored-by: wheat4714.usedwhensimpleloginisbanned@gmail.com <wheat4714.usedwhensimpleloginisbanned@gmail.com> Co-authored-by: santiagosayshey <sayheysantiago@proton.me>
This commit is contained in:
@@ -3,6 +3,7 @@ from roku import roku
|
||||
from h265verify import h265
|
||||
from qxr import qxr
|
||||
from utr import utr
|
||||
from taoe import taoe
|
||||
from ralphy import Ralphy
|
||||
# ... import other test functions
|
||||
|
||||
@@ -19,6 +20,7 @@ def run_tests():
|
||||
("h265 Verified Groups", h265),
|
||||
("QxR Groups", qxr),
|
||||
("UTR Groups", utr),
|
||||
("TAoE Groups", taoe),
|
||||
("Ralphy", Ralphy)
|
||||
|
||||
# ... add other test functions
|
||||
|
||||
Reference in New Issue
Block a user