1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-24 15:21:06 +00:00

Add Isohunt tracker

Based on 53666ebe73
This commit is contained in:
kaso17 2017-01-25 15:43:38 +01:00
parent 3dddb02cb4
commit 290a51ff56
3 changed files with 60 additions and 0 deletions

View file

@ -81,6 +81,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
* Immortalseed
* Infinity-T
* IPTorrents
* Isohunt
* LimeTorrents
* LinkoManija
* M-Team - TP

View file

@ -0,0 +1,56 @@
---
site: isohunt
name: Isohunt
language: en-us
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]
download:
selector: a.btn-download
search:
path: "{{if .Query.Keywords}}torrents/?ihq={{ .Query.Keywords}}/{{else}}/latest.php{{end}}"
rows:
selector: "#serps > table > tbody > tr"
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"

View file

@ -573,6 +573,9 @@
<Content Include="Definitions\2fast4you.yml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Definitions\isohunt.yml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<None Include="packages.config">
<SubType>Designer</SubType>
</None>