2019-07-27 21:02:59 +00:00
---
2020-05-11 19:59:28 +00:00
id : idope
2023-08-02 21:38:49 +00:00
name : iDope
2020-05-10 20:05:19 +00:00
description : "iDope is a Public torrent search engine presenting direct magnet links"
2021-09-07 23:09:51 +00:00
language : en-US
2020-05-10 20:05:19 +00:00
type : public
encoding : UTF-8
2022-11-05 20:45:19 +00:00
requestDelay : 2
2020-05-10 20:05:19 +00:00
links :
- https://idope.se/
2020-05-12 19:15:11 +00:00
legacylinks :
2020-05-10 20:05:19 +00:00
- https://idope.black-mirror.xyz/
- https://idope.unblocked.casa/
- https://idope.proxyportal.fun/
- https://idope.uk-unblock.xyz/
- https://idope.ind-unblock.xyz/
2020-09-08 19:08:50 +00:00
- https://idope.unblocked.bar/
- https://idope.proxyportal.pw/
- https://idope.uk-unblock.pro/
2021-01-07 13:56:42 +00:00
- https://idope.unblocked.rest/
2021-04-20 19:22:59 +00:00
- https://idope.unblocked.monster/
2019-07-27 21:02:59 +00:00
2020-05-10 20:05:19 +00:00
caps :
categorymappings :
2020-11-04 01:16:30 +00:00
- {id: 0, cat: Other, desc : Others}
- {id: 1, cat: Movies, desc : Movies}
- {id: 2, cat: Other, desc : Video}
- {id: 3, cat: TV, desc : TV}
- {id: 4, cat: TV/Anime, desc : Anime}
- {id: 5, cat: XXX, desc : XXX}
- {id: 6, cat: Audio, desc : Music}
- {id: 7, cat: PC/Games, desc : Games}
- {id: 8, cat: PC, desc : Apps}
- {id: 9, cat: Books, desc : Books}
2019-07-27 21:02:59 +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]
2019-07-27 21:02:59 +00:00
2020-05-10 20:05:19 +00:00
settings :
- name : itorrents-links
type : checkbox
label : Add download links via itorrents.org
default : false
- name : info
type : info
label : ITorrents Note
default : Without the itorrents option only magnet links will be provided.
- name : sort
type : select
label : Sort requested from site (Applies only to search with Keywords)
2020-11-04 01:16:30 +00:00
default : -3
2020-05-10 20:05:19 +00:00
options :
2020-11-04 01:16:30 +00:00
-3 : "created desc"
-1 : "seeders desc"
-2 : "size desc"
3 : "created asc"
1 : "seeders asc"
2 : "size asc"
2021-01-12 23:12:14 +00:00
- name : flaresolverr
type : info
label : FlareSolverr
2022-04-17 06:20:52 +00:00
default : This site may use Cloudflare DDoS Protection, therefore Jackett requires <a href="https://github.com/Jackett/Jackett#configuring-flaresolverr" target="_blank">FlareSolverr</a> to access it.
2019-07-27 21:02:59 +00:00
2020-05-10 20:05:19 +00:00
search :
paths :
# present trending results if there are no search parms supplied
# sort torrent-list by age in descending order
2020-11-04 01:16:30 +00:00
- path : "{{ if .Keywords }}torrent-list/{{ .Keywords }}?o={{ .Config.sort }}&c={{ range .Categories }}{{.}}{{end}}{{ else }}browse.html{{ end }}"
- path : "{{ if .Keywords }}torrent-list/{{ .Keywords }}?p=2&o={{ .Config.sort }}&c={{ range .Categories }}{{.}}{{end}}{{ else }}browse.html?&p=2{{ end }}"
2020-01-18 05:26:04 +00:00
2020-05-10 20:05:19 +00:00
rows :
selector : div.resultdiv
2020-01-18 05:26:04 +00:00
2020-05-10 20:05:19 +00:00
fields :
category :
2020-05-10 20:57:50 +00:00
selector : div.resultdivbotton div.resultdivbottoncategory
2023-04-05 02:41:14 +00:00
optional : true
default : 0
2020-05-10 20:05:19 +00:00
case :
":contains(\"Others\")": 0
":contains(\"Movies\")": 1
":contains(\"Video\")": 2
":contains(\"TV\")": 3
":contains(\"Anime\")": 4
":contains(\"XXX\")": 5
":contains(\"Music\")": 6
":contains(\"Games\")": 7
":contains(\"Apps\")": 8
":contains(\"Books\")": 9
2020-11-04 01:16:30 +00:00
title :
selector : div.resultdivtop a div.resultdivtopname
2020-05-10 20:05:19 +00:00
details :
selector : div.resultdivtop a
attribute : href
2022-07-19 07:18:10 +00:00
download_itorrents :
2020-05-10 20:05:19 +00:00
selector : div.resultdivbotton div.hideinfohash
filters :
- name : toupper
- name : prepend
args : http://itorrents.org/torrent/
- name : append
args : ".torrent"
download :
2022-07-19 07:18:10 +00:00
text : "{{ if .Config.itorrents-links }}{{ .Result.download_itorrents }}{{ else }}{{ end }}"
2020-11-04 01:16:30 +00:00
infohash :
2020-05-10 20:05:19 +00:00
selector : div.resultdivbotton div.hideinfohash
date :
selector : div.resultdivbotton div.resulttime div.resultdivbottontime
filters :
- name : timeago
size :
selector : div.resultdivbotton div.resultlength div.resultdivbottonlength
2020-11-04 01:16:30 +00:00
files :
selector : div.resultdivbotton div.resultfile div.resultdivbottonfiles
2020-05-10 20:05:19 +00:00
seeders :
selector : div.resultdivbotton div.resultseed div.resultdivbottonseed
leechers :
text : 0
downloadvolumefactor :
text : 0
uploadvolumefactor :
text : 1
2020-01-18 05:26:04 +00:00
# engine n/a