mirror of
https://github.com/Jackett/Jackett
synced 2025-02-24 23:22:46 +00:00
parent
3dddb02cb4
commit
290a51ff56
3 changed files with 60 additions and 0 deletions
|
@ -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
|
||||
|
|
56
src/Jackett/Definitions/isohunt.yml
Normal file
56
src/Jackett/Definitions/isohunt.yml
Normal 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"
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue