1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2024-12-30 19:58:39 +00:00

Isohunt: remove (dead)

This commit is contained in:
kaso17 2017-10-03 14:04:29 +02:00
parent d2d3dfbe77
commit ecc438b21e
3 changed files with 1 additions and 62 deletions

View file

@ -32,7 +32,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
* Horrible Subs
* Idope
* Il Corsaro Nero <!-- maintained by bonny1992 -->
* Isohunt
* KickAssTorrent
* KickAssTorrent (thekat.se clone)
* LimeTorrents

View file

@ -195,6 +195,7 @@ namespace Jackett.Updater
"Definitions/polishtracker.yml",
"Definitions/zetorrents.yml",
"Definitions/rapidetracker.yml",
"Definitions/isohunt.yml",
};
foreach (var oldFIle in oldFiles)

View file

@ -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"