mirror of
https://github.com/Jackett/Jackett
synced 2025-01-02 13:16:16 +00:00
Isohunt: remove (dead)
This commit is contained in:
parent
d2d3dfbe77
commit
ecc438b21e
3 changed files with 1 additions and 62 deletions
|
@ -32,7 +32,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
||||||
* Horrible Subs
|
* Horrible Subs
|
||||||
* Idope
|
* Idope
|
||||||
* Il Corsaro Nero <!-- maintained by bonny1992 -->
|
* Il Corsaro Nero <!-- maintained by bonny1992 -->
|
||||||
* Isohunt
|
|
||||||
* KickAssTorrent
|
* KickAssTorrent
|
||||||
* KickAssTorrent (thekat.se clone)
|
* KickAssTorrent (thekat.se clone)
|
||||||
* LimeTorrents
|
* LimeTorrents
|
||||||
|
|
|
@ -195,6 +195,7 @@ namespace Jackett.Updater
|
||||||
"Definitions/polishtracker.yml",
|
"Definitions/polishtracker.yml",
|
||||||
"Definitions/zetorrents.yml",
|
"Definitions/zetorrents.yml",
|
||||||
"Definitions/rapidetracker.yml",
|
"Definitions/rapidetracker.yml",
|
||||||
|
"Definitions/isohunt.yml",
|
||||||
};
|
};
|
||||||
|
|
||||||
foreach (var oldFIle in oldFiles)
|
foreach (var oldFIle in oldFiles)
|
||||||
|
|
|
@ -1,61 +0,0 @@
|
||||||
---
|
|
||||||
site: isohunt
|
|
||||||
name: Isohunt
|
|
||||||
language: en-us
|
|
||||||
type: public
|
|
||||||
encoding: UTF-8
|
|
||||||
links:
|
|
||||||
- https://isohunt.to/
|
|
||||||
|
|
||||||
caps:
|
|
||||||
categories:
|
|
||||||
"series+&+tv": TV
|
|
||||||
"movies": Movies
|
|
||||||
"other": Other/Misc
|
|
||||||
"music": Audio
|
|
||||||
"games": PC/Games
|
|
||||||
"software": PC/0day
|
|
||||||
"anime": TV/Anime
|
|
||||||
"adult": XXX
|
|
||||||
"books": Other
|
|
||||||
|
|
||||||
modes:
|
|
||||||
search: [q]
|
|
||||||
tv-search: [q, season, ep]
|
|
||||||
|
|
||||||
settings: []
|
|
||||||
|
|
||||||
download:
|
|
||||||
selector: a.btn-download
|
|
||||||
|
|
||||||
search:
|
|
||||||
path: "{{if .Query.Keywords}}torrents/{{else}}latest.php{{end}}"
|
|
||||||
inputs:
|
|
||||||
ihq: "{{ .Keywords }}"
|
|
||||||
rows:
|
|
||||||
selector: "#serps > table > tbody > tr:has(td.title-row)"
|
|
||||||
fields:
|
|
||||||
title:
|
|
||||||
selector: td.title-row > a[href^="/"] > span
|
|
||||||
details:
|
|
||||||
selector: td.title-row > a[href^="/"]
|
|
||||||
attribute: href
|
|
||||||
download:
|
|
||||||
selector: td.title-row > a[href^="/"]
|
|
||||||
attribute: href
|
|
||||||
size:
|
|
||||||
selector: td.size-row
|
|
||||||
seeders:
|
|
||||||
selector: td.sy, td.sn
|
|
||||||
date:
|
|
||||||
selector: td.date-row
|
|
||||||
filters:
|
|
||||||
- name: append
|
|
||||||
args: " ago"
|
|
||||||
category:
|
|
||||||
selector: td.category-row > span
|
|
||||||
attribute: title
|
|
||||||
downloadvolumefactor:
|
|
||||||
text: "0"
|
|
||||||
uploadvolumefactor:
|
|
||||||
text: "1"
|
|
Loading…
Reference in a new issue