mirror of
https://github.com/YGGverse/qBt_SE.git
synced 2025-01-18 02:30:00 +00:00
regex fix
This commit is contained in:
parent
8d454625f8
commit
534a83a5b7
@ -46,7 +46,7 @@ def rng(t):
|
|||||||
|
|
||||||
PATTERNS = (r'(\d{1,3})\s<span',
|
PATTERNS = (r'(\d{1,3})\s<span',
|
||||||
r'bold"\shref="(viewtopic\.php\?t=\d+)">(.+?)</a.+?(dl\.php\?t=\d+)'
|
r'bold"\shref="(viewtopic\.php\?t=\d+)">(.+?)</a.+?(dl\.php\?t=\d+)'
|
||||||
r'">(.+?)\s&.+?data-ts_text="(.+?)">.+?Личи">(\d+)</.+?data-ts_'
|
r'" >(.+?)\s&.+?data-ts_text="(.+?)">.+?Личи">(\d+)</.+?data-ts_'
|
||||||
r'text="(\d+)"', '%s/tracker.php?nm=%s&c=%s', "%s&start=%s")
|
r'text="(\d+)"', '%s/tracker.php?nm=%s&c=%s', "%s&start=%s")
|
||||||
|
|
||||||
FILENAME = __file__[__file__.rfind('/') + 1:-3]
|
FILENAME = __file__[__file__.rfind('/') + 1:-3]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user