diff --git a/README.md b/README.md index ceb1fc268..cf807e8c6 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/ * Horrible Subs * Idope * Il Corsaro Nero - * Isohunt * KickAssTorrent * KickAssTorrent (thekat.se clone) * LimeTorrents diff --git a/src/Jackett.Updater/Program.cs b/src/Jackett.Updater/Program.cs index 37cb05dc5..5ee2dac3e 100644 --- a/src/Jackett.Updater/Program.cs +++ b/src/Jackett.Updater/Program.cs @@ -195,6 +195,7 @@ namespace Jackett.Updater "Definitions/polishtracker.yml", "Definitions/zetorrents.yml", "Definitions/rapidetracker.yml", + "Definitions/isohunt.yml", }; foreach (var oldFIle in oldFiles) diff --git a/src/Jackett/Definitions/isohunt.yml b/src/Jackett/Definitions/isohunt.yml deleted file mode 100644 index 46aaf03ec..000000000 --- a/src/Jackett/Definitions/isohunt.yml +++ /dev/null @@ -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"