mirror of
https://github.com/Jackett/Jackett
synced 2024-12-30 19:58:39 +00:00
The Pirate Bay: fix date parsing for old torrents
This commit is contained in:
parent
5052613c96
commit
e5142d9b3f
1 changed files with 4 additions and 0 deletions
|
@ -53,6 +53,10 @@
|
|||
filters:
|
||||
- name: regexp
|
||||
args: "Uploaded (.+?),"
|
||||
- name: replace
|
||||
args: ["\xA0", " "]
|
||||
- name: dateparse
|
||||
args: "01-02 2006"
|
||||
seeders:
|
||||
selector: td:nth-child(3)
|
||||
leechers:
|
||||
|
|
Loading…
Reference in a new issue