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:
wheat4714
2024-05-18 21:23:45 +01:00
committed by GitHub
parent efa665abc3
commit 4cb1b2b7cd
4 changed files with 453 additions and 5 deletions

View File

@@ -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