2017-12-13 03:19:41 +00:00
|
|
|
---
|
2020-05-11 19:59:28 +00:00
|
|
|
id: isohunt2
|
2020-05-10 20:05:19 +00:00
|
|
|
name: Isohunt2
|
|
|
|
description: "Isohunt2 is a Public torrent search engine for MOVIES / TV / GENERAL"
|
|
|
|
language: en-us
|
|
|
|
type: public
|
|
|
|
encoding: UTF-8
|
|
|
|
links:
|
|
|
|
- https://isohunt.nz/
|
2020-10-26 05:09:22 +00:00
|
|
|
- https://isohunt.fun/
|
2020-08-14 19:09:12 +00:00
|
|
|
- https://isohunt.tv/
|
2020-10-26 05:09:22 +00:00
|
|
|
- https://isohunt.ch/
|
2020-05-30 19:20:35 +00:00
|
|
|
legacylinks:
|
|
|
|
- https://isohunt2.net/
|
2017-12-13 03:19:41 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
caps:
|
|
|
|
categorymappings:
|
|
|
|
- {id: 1, cat: TV/Anime, desc: "Anime"}
|
|
|
|
- {id: 2, cat: PC/0day, desc: "Software"}
|
|
|
|
- {id: 3, cat: PC/Games, desc: "Games"}
|
|
|
|
- {id: 4, cat: XXX, desc: "Adult"}
|
|
|
|
- {id: 5, cat: Movies, desc: "Movies"}
|
|
|
|
- {id: 6, cat: Audio, desc: "Music"}
|
|
|
|
- {id: 7, cat: Other, desc: "Other"}
|
|
|
|
- {id: 8, cat: TV, desc: "Series & TV"}
|
|
|
|
- {id: 9, cat: Books, desc: "Books"}
|
2017-12-13 03:19:41 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
modes:
|
|
|
|
search: [q]
|
|
|
|
tv-search: [q, season, ep]
|
|
|
|
movie-search: [q]
|
|
|
|
music-search: [q]
|
2020-10-17 04:50:47 +00:00
|
|
|
book-search: [q]
|
2017-12-13 03:19:41 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
settings:
|
|
|
|
- name: category
|
|
|
|
type: select
|
|
|
|
label: Category Filter
|
2020-10-23 18:37:49 +00:00
|
|
|
default: 0
|
2020-05-10 20:05:19 +00:00
|
|
|
options:
|
2020-10-23 18:37:49 +00:00
|
|
|
0: All
|
|
|
|
1: Anime
|
|
|
|
2: Software
|
|
|
|
3: Games
|
|
|
|
4: Adult
|
|
|
|
5: Movies
|
|
|
|
6: Music
|
|
|
|
7: Other
|
|
|
|
8: "Series & TV"
|
|
|
|
9: Books
|
2020-05-10 20:05:19 +00:00
|
|
|
- name: sort
|
|
|
|
type: select
|
|
|
|
label: Sort requested from site
|
2020-10-23 18:37:49 +00:00
|
|
|
default: created_at
|
2020-05-10 20:05:19 +00:00
|
|
|
options:
|
2020-10-23 18:37:49 +00:00
|
|
|
created_at: created
|
|
|
|
seeders: seeders
|
|
|
|
size: size
|
2017-12-13 03:19:41 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
download:
|
|
|
|
selector: a.btn-magnet
|
|
|
|
attribute: href
|
|
|
|
filters:
|
|
|
|
- name: querystring
|
|
|
|
args: url
|
|
|
|
search:
|
|
|
|
paths:
|
|
|
|
- path: torrents
|
|
|
|
inputs:
|
|
|
|
ihq: "{{ .Keywords }}"
|
|
|
|
iht: "{{ .Config.category }}"
|
|
|
|
age: 0
|
|
|
|
Torrent_sort: "{{ .Config.sort }}"
|
2019-12-17 05:38:47 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
rows:
|
|
|
|
selector: table > tbody > tr[data-key="0"]
|
2019-12-17 05:38:47 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
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
|
|
|
|
filters:
|
|
|
|
- name: re_replace
|
|
|
|
args: ["(\\d+).(?=\\d{3}(\\D|$))", "$1"]
|
|
|
|
seeders:
|
|
|
|
selector: td.sn
|
|
|
|
date:
|
|
|
|
selector: td.date-row
|
|
|
|
category:
|
|
|
|
selector: td.category-row > span
|
|
|
|
case:
|
|
|
|
"span[title=\"anime\"]": 1
|
|
|
|
"span[title=\"software\"]": 2
|
|
|
|
"span[title=\"games\"]": 3
|
|
|
|
"span[title=\"adult\"]": 4
|
|
|
|
"span[title=\"movies\"]": 5
|
|
|
|
"span[title=\"music\"]": 6
|
|
|
|
"span[title=\"other\"]": 7
|
|
|
|
"span[title=\"seriestv\"]": 8
|
|
|
|
"span[title=\"books\"]": 9
|
|
|
|
downloadvolumefactor:
|
|
|
|
text: 0
|
|
|
|
uploadvolumefactor:
|
|
|
|
text: 1
|
2020-01-18 05:26:04 +00:00
|
|
|
# engine n/a
|