mirror of
https://github.com/Jackett/Jackett
synced 2024-12-30 19:58:39 +00:00
extremelymtorrents: refresh cats
add date TZ, MR and MST
This commit is contained in:
parent
c6556e0a74
commit
9184ed74cd
2 changed files with 12 additions and 4 deletions
|
@ -172,7 +172,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
|||
* Erzsebet
|
||||
* Erzsebet.pl
|
||||
* ExKinoRay
|
||||
* ExtremlymTorrents
|
||||
* ExtremlymTorrents (XTR)
|
||||
* Gay-Torrents.net
|
||||
* Gay-Torrents.org
|
||||
* HD Dolby
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
id: extremlymtorrents
|
||||
name: ExtremlymTorrents
|
||||
description: "ExtremlymTorrents is a Semi-Private tracker for MOVIES / TV / GENERAL"
|
||||
description: "ExtremlymTorrents (XTR) is a Semi-Private tracker for MOVIES / TV / GENERAL"
|
||||
language: en-us
|
||||
type: semi-private
|
||||
encoding: UTF-8
|
||||
|
@ -14,11 +14,12 @@ caps:
|
|||
- {id: 15, cat: Movies/HD, desc: "1080p HD"}
|
||||
- {id: 40, cat: Movies/UHD, desc: "4K UHD 2160p"}
|
||||
- {id: 12, cat: Movies/BluRay, desc: "BluRay"}
|
||||
- {id: 5, cat: Movies/DVD, desc: "DVDRip "}
|
||||
- {id: 5, cat: Movies/DVD, desc: "DVDRip"}
|
||||
- {id: 16, cat: Movies/3D, desc: "BluRay 3D"}
|
||||
- {id: 13, cat: TV/HD, desc: "HDTV"}
|
||||
- {id: 47, cat: XXX, desc: "Porn UHD 4K -[+18]- xXx"}
|
||||
- {id: 11, cat: XXX, desc: "Porn -[+18]- xXx"}
|
||||
- {id: 50, cat: XXX, desc: "xXx iMAGESET (+18)"}
|
||||
- {id: 41, cat: TV, desc: "TVRip"}
|
||||
- {id: 6, cat: Audio, desc: "Music Mp3 | FLAC"}
|
||||
- {id: 9, cat: TV, desc: "Kidz | Cartoons"}
|
||||
|
@ -153,8 +154,10 @@ search:
|
|||
date:
|
||||
selector: td:nth-last-child(1)
|
||||
filters:
|
||||
- name: append
|
||||
args: " +00:00" # auto adjusted by site account profile
|
||||
- name: dateparse
|
||||
args: "02.01.200615:04:05"
|
||||
args: "02.01.200615:04:05 -07:00"
|
||||
leechers:
|
||||
selector: td:nth-last-child(2)
|
||||
seeders:
|
||||
|
@ -167,4 +170,9 @@ search:
|
|||
"*": 1
|
||||
uploadvolumefactor:
|
||||
text: 1
|
||||
minimumratio:
|
||||
text: 1.0
|
||||
minimumseedtime:
|
||||
# 1 day (as seconds = 24 x 60 x 60)
|
||||
text: 86400
|
||||
# engine n/a
|
||||
|
|
Loading…
Reference in a new issue