From c95d6f2a1e61295ac0f00a5641be36ab2e4130e6 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sat, 31 Oct 2020 19:24:19 +1300 Subject: [PATCH] firebit: add date TZ code tidy --- src/Jackett.Common/Definitions/firebit.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/Jackett.Common/Definitions/firebit.yml b/src/Jackett.Common/Definitions/firebit.yml index 5a457f143..871ccbb1d 100644 --- a/src/Jackett.Common/Definitions/firebit.yml +++ b/src/Jackett.Common/Definitions/firebit.yml @@ -64,8 +64,8 @@ search: # http://firebit.net/%D1%84%D0%B8%D0%BB%D1%8C%D0%BC/ # movies # http://firebit.net/%D1%81%D0%B5%D1%80%D0%B8%D0%B0%D0%BB/ # tv paths: - - path: "{{ if .Keywords }}index.php?do=search&type=simple&q={{ .Keywords }}{{else}}%D1%84%D0%B8%D0%BB%D1%8C%D0%BC/{{end}}" - - path: "{{ if .Keywords }}index.php?do=search&type=simple&q=abcd1234{{else}}%D1%81%D0%B5%D1%80%D0%B8%D0%B0%D0%BB/{{end}}" + - path: "{{ if .Keywords }}index.php?do=search&type=simple&q={{ .Keywords }}{{ else }}%D1%84%D0%B8%D0%BB%D1%8C%D0%BC/{{ end }}" + - path: "{{ if .Keywords }}index.php?do=search&type=simple&q=abcd1234{{ else }}%D1%81%D0%B5%D1%80%D0%B8%D0%B0%D0%BB/{{ end }}" rows: selector: "{{ if .Keywords }}table.torrents tbody tr{{ else }}div[id^=\"post-id-\"]{{ end }}" @@ -97,8 +97,10 @@ search: date: selector: td:nth-child(5), li.meta-date filters: + - name: append + args: " +03:00" # MSK - name: dateparse - args: "02.01.2006 15:04:05" + args: "02.01.2006 15:04:05 -07:00" seeders: selector: td.l1, li.meta-sead leechers: