mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
xider-torrent: removed. resolves #14877
This commit is contained in:
@@ -613,7 +613,6 @@ Prior versions of Jackett are no longer supported.
|
|||||||
* World-In-HD [![(invite needed)][inviteneeded]](#)
|
* World-In-HD [![(invite needed)][inviteneeded]](#)
|
||||||
* World-of-Tomorrow [![(invite needed)][inviteneeded]](#)
|
* World-of-Tomorrow [![(invite needed)][inviteneeded]](#)
|
||||||
* x-ite.me (XM)
|
* x-ite.me (XM)
|
||||||
* Xider-Torrent
|
|
||||||
* XSpeeds (XS)
|
* XSpeeds (XS)
|
||||||
* Xthor [![(invite needed)][inviteneeded]](#)
|
* Xthor [![(invite needed)][inviteneeded]](#)
|
||||||
* xTorrenty [![(invite needed)][inviteneeded]](#)
|
* xTorrenty [![(invite needed)][inviteneeded]](#)
|
||||||
|
@@ -1,161 +0,0 @@
|
|||||||
---
|
|
||||||
id: xider-torrent
|
|
||||||
name: Xider-Torrent
|
|
||||||
description: "Xider-Torrent is a HUNGARIAN Private Tracker for MOVIES / TV"
|
|
||||||
language: hu-HU
|
|
||||||
type: private
|
|
||||||
encoding: UTF-8
|
|
||||||
links:
|
|
||||||
- https://xider.eu/
|
|
||||||
|
|
||||||
caps:
|
|
||||||
categorymappings:
|
|
||||||
- {id: 56, cat: TV, desc: " Film Sorozat"}
|
|
||||||
- {id: 44, cat: Movies/SD, desc: "Film-Cam/Eng"}
|
|
||||||
- {id: 45, cat: Movies/SD, desc: "Film-Cam/Hun"}
|
|
||||||
- {id: 58, cat: Movies/DVD, desc: "Film-DVD/Eng"}
|
|
||||||
- {id: 59, cat: Movies/DVD, desc: "Film-DVD/Hun"}
|
|
||||||
- {id: 64, cat: Movies/HD, desc: "Film-HD"}
|
|
||||||
- {id: 60, cat: Movies/SD, desc: "Film-Xvid/Eng"}
|
|
||||||
- {id: 62, cat: Movies/SD, desc: "Film-Xvid/Hun"}
|
|
||||||
- {id: 53, cat: Audio/Audiobook, desc: "Hangoskönyv"}
|
|
||||||
- {id: 51, cat: Other, desc: "Hátterek-Képek"}
|
|
||||||
- {id: 55, cat: PC/Games, desc: "Játék-ISO"}
|
|
||||||
- {id: 54, cat: PC/Games, desc: "Játék-RIP"}
|
|
||||||
- {id: 43, cat: Books, desc: "Könyvek"}
|
|
||||||
- {id: 42, cat: PC/Mobile-Other, desc: "Mobilok"}
|
|
||||||
- {id: 39, cat: PC, desc: "Program"}
|
|
||||||
- {id: 72, cat: XXX, desc: "XXX-Film"}
|
|
||||||
- {id: 71, cat: XXX/ImageSet, desc: "XXX-Kép"}
|
|
||||||
- {id: 57, cat: Audio/MP3, desc: "Zene-MP3"}
|
|
||||||
|
|
||||||
modes:
|
|
||||||
search: [q]
|
|
||||||
tv-search: [q, season, ep]
|
|
||||||
movie-search: [q]
|
|
||||||
book-search: [q]
|
|
||||||
music-search: [q]
|
|
||||||
|
|
||||||
settings:
|
|
||||||
- name: username
|
|
||||||
type: text
|
|
||||||
label: Username
|
|
||||||
- name: password
|
|
||||||
type: password
|
|
||||||
label: Password
|
|
||||||
- name: freeleech
|
|
||||||
type: checkbox
|
|
||||||
label: Filter FreeLeech only
|
|
||||||
default: false
|
|
||||||
- name: sort
|
|
||||||
type: select
|
|
||||||
label: Sort requested from site
|
|
||||||
default: 4
|
|
||||||
options:
|
|
||||||
1: title
|
|
||||||
4: added
|
|
||||||
5: size
|
|
||||||
7: seeders
|
|
||||||
- name: type
|
|
||||||
type: select
|
|
||||||
label: Order requested from site
|
|
||||||
default: desc
|
|
||||||
options:
|
|
||||||
desc: desc
|
|
||||||
asc: asc
|
|
||||||
- name: info_tpp
|
|
||||||
type: info
|
|
||||||
label: Results Per Page
|
|
||||||
default: For best results, change the <b>Torrentek száma egy oldalon:</b> setting to <b>100</b> on your account profile.
|
|
||||||
- name: info_activity
|
|
||||||
type: info
|
|
||||||
label: Account Inactivity
|
|
||||||
default: "User profiles are automatically deleted after a long period of inactivity."
|
|
||||||
|
|
||||||
login:
|
|
||||||
path: login.php
|
|
||||||
method: post
|
|
||||||
inputs:
|
|
||||||
username: "{{ .Config.username }}"
|
|
||||||
password: "{{ .Config.password }}"
|
|
||||||
error:
|
|
||||||
- selector: table[width="920"]:contains("Hiba")
|
|
||||||
test:
|
|
||||||
path: index.php
|
|
||||||
selector: a[href^="logout.php"]
|
|
||||||
|
|
||||||
search:
|
|
||||||
paths:
|
|
||||||
- path: browse.php
|
|
||||||
inputs:
|
|
||||||
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
|
|
||||||
search: "{{ .Keywords }}"
|
|
||||||
# 0 active, 1 all, 2 deadonly, 3 my uploads, 4 seedless
|
|
||||||
incldead: 1
|
|
||||||
sort: "{{ .Config.sort }}"
|
|
||||||
type: "{{ .Config.type }}"
|
|
||||||
# does not support imdbid search or return imdbid in results.
|
|
||||||
|
|
||||||
rows:
|
|
||||||
selector: "tr.torrentDataRow{{ if .Config.freeleech }}:has(span[style^=\"font\"]:contains(\"0x\")){{ else }}{{ end }}"
|
|
||||||
|
|
||||||
fields:
|
|
||||||
_id:
|
|
||||||
selector: a[data-torrent-id]
|
|
||||||
attribute: data-torrent-id
|
|
||||||
category:
|
|
||||||
selector: a[href^="browse.php?cat="]
|
|
||||||
attribute: href
|
|
||||||
filters:
|
|
||||||
- name: querystring
|
|
||||||
args: cat
|
|
||||||
title:
|
|
||||||
selector: a[data-torrent-id]
|
|
||||||
attribute: title
|
|
||||||
filters:
|
|
||||||
- name: replace
|
|
||||||
args: ["Név: ", ""]
|
|
||||||
- name: replace
|
|
||||||
args: ["Első név: -", ""]
|
|
||||||
- name: replace
|
|
||||||
args: ["Második név: -", ""]
|
|
||||||
details:
|
|
||||||
text: "details.php?id={{ .Result._id }}"
|
|
||||||
download:
|
|
||||||
text: "download.php?torrent={{ .Result._id }}"
|
|
||||||
attribute: href
|
|
||||||
poster:
|
|
||||||
selector: a[href^="kepek/"]
|
|
||||||
attribute: href
|
|
||||||
date:
|
|
||||||
selector: td:nth-child(4) span
|
|
||||||
attribute: title
|
|
||||||
filters:
|
|
||||||
- name: append
|
|
||||||
args: " +01:00" # CET
|
|
||||||
- name: dateparse
|
|
||||||
args: "yyyy-MM-dd HH:mm:ss zzz"
|
|
||||||
size:
|
|
||||||
selector: td:nth-child(5)
|
|
||||||
grabs:
|
|
||||||
selector: td:nth-child(8)
|
|
||||||
seeders:
|
|
||||||
selector: td:nth-child(6)
|
|
||||||
leechers:
|
|
||||||
selector: td:nth-child(7)
|
|
||||||
description:
|
|
||||||
case:
|
|
||||||
span[style*="color:#ccc;"]: Verified
|
|
||||||
i.fa-question: Unverified
|
|
||||||
downloadvolumefactor:
|
|
||||||
case:
|
|
||||||
"span[style^=\"font\"]:contains(\"0x\")": 0
|
|
||||||
"*": 1
|
|
||||||
uploadvolumefactor:
|
|
||||||
case:
|
|
||||||
"span[style^=\"font\"]:last-child:contains(\"2x\")": 2
|
|
||||||
"*": 1
|
|
||||||
minimumseedtime:
|
|
||||||
# 2 days (as seconds = 2 x 24 x 60 x 60)
|
|
||||||
text: 172800
|
|
||||||
# Engine n/a
|
|
@@ -820,6 +820,7 @@ namespace Jackett.Updater
|
|||||||
"Definitions/xbit.yml",
|
"Definitions/xbit.yml",
|
||||||
"Definitions/xbytes2.yml",
|
"Definitions/xbytes2.yml",
|
||||||
"Definitions/xfsub.yml",
|
"Definitions/xfsub.yml",
|
||||||
|
"Definitions/xider-torrent.yml",
|
||||||
"Definitions/xktorrent.yml",
|
"Definitions/xktorrent.yml",
|
||||||
"Definitions/xperiencebytes-api.yml",
|
"Definitions/xperiencebytes-api.yml",
|
||||||
"Definitions/xtremefile.yml",
|
"Definitions/xtremefile.yml",
|
||||||
|
Reference in New Issue
Block a user