mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 19:58:38 +00:00
uniongang: handle date after groups
This commit is contained in:
parent
f8f30aa2d6
commit
2c96799e6e
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ search:
|
|||
- name: split
|
||||
args: ["|", 1]
|
||||
date:
|
||||
selector: td:has(a[href^="userdetails.php?id="]) ~ td
|
||||
selector: td:has(a[href^="userdetails.php?id="]) ~ td, td:has(a[href^="browse.php?gr="]) ~ td
|
||||
remove: a
|
||||
filters:
|
||||
- name: re_replace
|
||||
|
|
Loading…
Add table
Reference in a new issue