mirror of
https://github.com/Jackett/Jackett
synced 2025-02-24 23:22:46 +00:00
GAYtorrent.ru: fix date
This commit is contained in:
parent
8b501403e1
commit
9610965979
1 changed files with 3 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
# Update by LA5T based on the orignial 'gaytorrentru.yml'
|
# Update by LA5T based on the orignial 'gaytorrentru.yml'
|
||||||
# 27.07.2018 13:00 UTC+2
|
# 29.07.2018 23:02 UTC+2
|
||||||
#
|
#
|
||||||
site: gaytorrentru
|
site: gaytorrentru
|
||||||
name: GAYtorrent.ru
|
name: GAYtorrent.ru
|
||||||
|
@ -130,11 +130,9 @@
|
||||||
selector: .tadded
|
selector: .tadded
|
||||||
filters:
|
filters:
|
||||||
- name: re_replace
|
- name: re_replace
|
||||||
args: ["(\\d{4}-\\d{2}-\\d{2})(\\d{2}:\\d{2}:\\d{2})(?:.*)", "$1 $2"]
|
args: ["(\\d{4}-\\d{2}-\\d{2})(\\d{2}:\\d{2}:\\d{2}).*", "$1 $2"]
|
||||||
- name: append
|
|
||||||
args: " +01:00"
|
|
||||||
- name: dateparse
|
- name: dateparse
|
||||||
args: "2006-01-02 15:04:05 -07:00"
|
args: "2006-01-02 15:04:05"
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
case:
|
case:
|
||||||
"td:nth-child(3) > div > nobr > font[color=\"yellow\"]": 0
|
"td:nth-child(3) > div > nobr > font[color=\"yellow\"]": 0
|
||||||
|
|
Loading…
Reference in a new issue