1
0
mirror of https://github.com/Prowlarr/Indexers.git synced 2026-04-25 19:08:06 +01:00
Files
Indexers/definitions/v2/ourbits.yml
bakerboy448 3cdbeb7062 jackett indexers as of b312cf0b72ace2360537ba8c5f1d0f847dc4bc1a
jackett indexers as of  4f91793a847006400eaa803ed96b54c1af2a0a64

jackett indexers as of  9da7c9b17839e3f463e961d494067f66330fc026

jackett indexers as of  1c599ed3fffc5bde51e24a337a9a530476ee74cc

jackett indexers as of  fe381cc98371f7fe462917566a72983053320901

jackett indexers as of  cece6cf02475802057002c6b8f7dcc108417f172

jackett indexer as of b3f4e41c72c96c1871d329d4bc39cf27c0a9e91e

jackett indexers as of eef7b27ad1557dd8d43acea6e022191fcb6a638a

jackett indexers as of  70c46dcc3648b7a27128267fac469f60085ef359

jackett indexers as of  02058dd3ff2e845e0403056f4c8bb85b9d9bd4e7

jackett indexers as of  5822194133b61203bff7490811349b4c4f4742c0

jackett indexers as of  a605a2935a0d8df61fed935fba242c2714ac1151

jackett indexers as of  2816a5d35acde63600e9ca7426300162ee8ea27f

jackett indexers as of  ef224a5293f66d7bd91b07838a64c5323365124b

jackett indexers as of  97c86ced965ccad275139d03bff7e78f5761f195

jackett indexers as of  a01c42c79f87e1bffd06247a69f9d286a415a40c

jackett indexers as of  b5608f8c730059a4eedfa54148da0d8d296b8378

jackett indexers as of  6ce4124549e8175632dc0904a280d0d1742cf603

jackett indexers as of  346064857825429778b6ee6df861eb62af3095d8

jackett indexers as of 5f63670f2d29ec57516ebd5d3e55b803d46bb9fd

jackett indexers as of  9babd96062ac934c616047402a3fb71ca71aa1e8

jackett indexers as of  ee92aa68882c317780b4f9a2a354b55068de85b3

jackett indexers as of  0958c3b50aa424d79fb4290110c74181e14ef1da
2021-11-04 23:34:41 -05:00

142 lines
4.4 KiB
YAML

---
id: ourbits
name: Ourbits
description: "Ourbits (HDPter) is a CHINESE Private Torrent Tracker for HD MOVIES / TV / GENERAL"
language: zh-CN
type: private
encoding: UTF-8
links:
- https://ourbits.club/
caps:
categorymappings:
- {id: 401, cat: Movies, desc: "Movies"}
- {id: 402, cat: Movies/3D, desc: "Movies 3D"}
- {id: 405, cat: TV, desc: "TV Packs"}
- {id: 410, cat: TV/Documentary, desc: "Documentaries"}
- {id: 411, cat: TV/Anime, desc: "Animations"}
- {id: 412, cat: TV, desc: "TV Episodes"}
- {id: 413, cat: TV, desc: "TV Shows"}
- {id: 414, cat: Audio/Video, desc: "Music Videos"}
- {id: 415, cat: TV/Sport, desc: "Sports"}
- {id: 416, cat: Audio, desc: "Music"}
- {id: 419, cat: TV, desc: "Concert"}
modes:
search: [q]
tv-search: [q, season, ep, imdbid]
movie-search: [q, imdbid]
music-search: [q]
settings:
- name: cookie
type: text
label: Cookie
- name: info
type: info
label: How to get the Cookie
default: "<ol><li>Login to this tracker with your browser<li>Open the <b>DevTools</b> panel by pressing <b>F12</b><li>Select the <b>Network</b> tab<li>Click on the <b>Doc</b> button (Chrome Browser) or <b>HTML</b> button (FireFox)<li>Refresh the page by pressing <b>F5</b><li>Click on the first row entry<li>Select the <b>Headers</b> tab on the Right panel<li>Find <b>'cookie:'</b> in the <b>Request Headers</b> section<li><b>Select</b> and <b>Copy</b> the whole cookie string <i>(everything after 'cookie: ')</i> and <b>Paste</b> here.</ol>"
- name: freeleech
type: checkbox
label: Search freeleech only
default: false
- name: info_tpp
type: info
label: Results Per Page
default: For best results, change the <b>Torrents per page:</b> setting to <b>100</b> on your account profile.
login:
method: cookie
inputs:
cookie: "{{ .Config.cookie }}"
test:
path: index.php
selector: a[href="logout.php"]
search:
paths:
- path: torrents.php
inputs:
$raw: "{{ range .Categories }}cat{{.}}=1&{{end}}"
search: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}"
# 0=incldead, 1=active, 2=dead
incldead: 0
# show promotions: 0=all, 1=normal, 2=free, 3=2x, 4=2xFree, 5=50%, 6=2x50%, 7=30%
spstate: "{{ if .Config.freeleech }}2{{ else }}0{{ end }}"
# 0=title, 1=descr, 3=uploader, 4=imdb URL
search_area: "{{ if .Query.IMDBID }}4{{ else }}0{{ end }}"
# 0=AND, 1=OR, 2=Exact
search_mode: 0
rows:
selector: table.torrents > tbody > tr:has(table.torrentname)
fields:
title_default:
selector: a[href^="details.php?id="]
title_optional:
optional: true
selector: a[title][href^="details.php?id="]
attribute: title
title:
text: "{{ if .Result.title_optional }}{{ .Result.title_optional }}{{ else }}{{ .Result.title_default }}{{ end }}"
category:
selector: a[href^="?cat="]
attribute: href
filters:
- name: querystring
args: cat
details:
selector: a[href^="details.php?id="]
attribute: href
download:
selector: a[href^="download.php?id="]
attribute: href
date_elapsed:
# time type: time elapsed (default)
selector: td.rowfollow:nth-child(4) > span[title]
attribute: title
optional: true
filters:
- name: append
args: " +08:00" # CST
- name: dateparse
args: "2006-01-02 15:04:05 -07:00"
date_added:
# time added
selector: td.rowfollow:nth-child(4):not(:has(span))
optional: true
filters:
- name: append
args: " +08:00" # CST
- name: dateparse
args: "2006-01-0215:04:05 -07:00"
date:
text: "{{ if or .Result.date_elapsed .Result.date_added }}{{ or .Result.date_elapsed .Result.date_added }}{{ else }}now{{ end }}"
size:
selector: td.rowfollow:nth-child(5)
seeders:
selector: td.rowfollow:nth-child(6)
leechers:
selector: td.rowfollow:nth-child(7)
grabs:
selector: td.rowfollow:nth-child(8)
downloadvolumefactor:
case:
img.pro_free: 0
img.pro_free2up: 0
img.pro_50pctdown: 0.5
img.pro_50pctdown2up: 0.5
img.pro_30pctdown: 0.3
"*": 1
uploadvolumefactor:
case:
img.pro_50pctdown2up: 2
img.pro_free2up: 2
img.pro_2up: 2
"*": 1
description:
selector: td.rowfollow:nth-child(2)
remove: a, img
# NexusPHP Standard v1.5 Beta 4