2020-01-11 06:33:49 +00:00
|
|
|
---
|
|
|
|
site: ibit
|
|
|
|
name: IBit
|
|
|
|
description: "IBit is a Public Verified Torrent Search Engine"
|
|
|
|
language: en-us
|
|
|
|
type: public
|
|
|
|
encoding: UTF-8
|
|
|
|
links:
|
|
|
|
- https://ibit.to/
|
|
|
|
- https://ibit.uno/
|
|
|
|
- https://ibit.am/
|
|
|
|
legacylinks:
|
|
|
|
- https://ibit.ws/ # this is the ibit blog site not the search engine
|
|
|
|
|
|
|
|
caps:
|
|
|
|
categories:
|
|
|
|
Movies: Movies
|
|
|
|
TV: TV
|
|
|
|
Music: Audio
|
|
|
|
Games: PC/Games
|
|
|
|
Software: PC
|
|
|
|
Anime: TV/Anime
|
|
|
|
Books: Books
|
|
|
|
Other: Other
|
2020-05-01 21:36:27 +00:00
|
|
|
Tutorials: Other
|
2020-01-11 06:33:49 +00:00
|
|
|
|
|
|
|
modes:
|
|
|
|
search: [q]
|
|
|
|
tv-search: [q, season, ep]
|
|
|
|
movie-search: [q]
|
2020-04-21 21:01:58 +00:00
|
|
|
music-search: [q]
|
2020-01-11 06:33:49 +00:00
|
|
|
|
|
|
|
settings:
|
2020-02-14 18:05:32 +00:00
|
|
|
- name: sortby
|
2020-01-11 06:33:49 +00:00
|
|
|
type: select
|
|
|
|
label: Sort requested from site (applies only to Keyword searches)
|
2020-02-14 18:05:32 +00:00
|
|
|
default: "uploaded_at"
|
2020-01-11 06:33:49 +00:00
|
|
|
options:
|
2020-02-14 18:05:32 +00:00
|
|
|
"uploaded_at": "created"
|
|
|
|
"seeders": "seeders"
|
|
|
|
"size": "size"
|
|
|
|
- name: order
|
|
|
|
type: select
|
|
|
|
label: Order requested from site
|
|
|
|
default: "desc"
|
|
|
|
options:
|
|
|
|
"desc": "desc"
|
|
|
|
"asc": "asc"
|
2020-01-11 06:33:49 +00:00
|
|
|
|
|
|
|
download:
|
|
|
|
selector: script:contains("magnet:?xt=")
|
|
|
|
filters:
|
|
|
|
- name: regexp
|
|
|
|
args: "play\\('(.+?)'"
|
|
|
|
- name: re_replace
|
|
|
|
args: ["X-X", ""]
|
|
|
|
- name: prepend
|
|
|
|
args: "magnet:?xt=urn:btih:"
|
|
|
|
- name: append
|
|
|
|
args: "&dn={{ re_replace .DownloadUri.PathAndQuery \"\\/torrent\\/(.+?)\\/\" \"$1\"}}&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&tr=udp%3A%2F%2Fexodus.desync.com%3A6969&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Fopen.demonii.si%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&tr=udp%3A%2F%2Fipv4.tracker.harry.lu%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.cyberia.is%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.to%3A2710%2Fannounce&tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce"
|
|
|
|
|
|
|
|
search:
|
|
|
|
paths:
|
2020-04-20 00:18:44 +00:00
|
|
|
# https://ibit.to/torrent-search/2020/all/uploaded_at:desc/1/
|
|
|
|
- path: "torrent-search/{{ if .Keywords }}{{ .Keywords }}{{else}}{{ .Today.Year }}{{end}}/all/{{ .Config.sortby }}:{{ .Config.order }}/1/"
|
2020-01-11 06:33:49 +00:00
|
|
|
|
|
|
|
rows:
|
|
|
|
selector: table.striped > tbody > tr
|
|
|
|
filters:
|
|
|
|
- name: andmatch
|
|
|
|
|
|
|
|
fields:
|
|
|
|
title:
|
|
|
|
selector: a[href^="/torrent/"]
|
|
|
|
details:
|
|
|
|
selector: a[href^="/torrent/"]
|
|
|
|
attribute: href
|
|
|
|
download:
|
|
|
|
selector: a[href^="/torrent/"]
|
|
|
|
attribute: href
|
|
|
|
category:
|
|
|
|
selector: a[href^="/torrent-search/"]
|
|
|
|
attribute: title
|
|
|
|
date:
|
|
|
|
selector: td:nth-child(4)
|
|
|
|
filters:
|
|
|
|
- name: timeago
|
|
|
|
size:
|
|
|
|
selector: td:nth-child(5)
|
2020-02-06 00:39:43 +00:00
|
|
|
filters:
|
|
|
|
- name: replace
|
|
|
|
args: ["-", "0 B"]
|
2020-01-11 06:33:49 +00:00
|
|
|
seeders:
|
|
|
|
selector: td:nth-child(6)
|
|
|
|
filters:
|
|
|
|
- name: replace
|
|
|
|
args: [",", ""]
|
|
|
|
leechers:
|
|
|
|
selector: td:nth-child(7)
|
|
|
|
filters:
|
|
|
|
- name: replace
|
|
|
|
args: [",", ""]
|
|
|
|
downloadvolumefactor:
|
|
|
|
text: 0
|
|
|
|
uploadvolumefactor:
|
|
|
|
text: 1
|
|
|
|
# engine n/a
|