1
0
mirror of https://github.com/Prowlarr/Indexers.git synced 2026-04-26 03:18:24 +01:00
Files
Indexers/definitions/v1/zooqle.yml
bakerboy448 8253361d8a jackett indexers as of 0356dd7fae9fdc1db3f91702ce79703726cc2bef
jackett indexers as of  48595ac8cd7b0244fcd3aa204af01f8c4af90468

jackett indexers as of  bd896d809622b79423bce52489d0c7e5c1943515

jackett indexers as of  02367a8a6f20526e97cc64fe6b04b629bc028486

jackett indexers as of  bc23cee85250208d540723cc3ecac8c5515d112a

jackett indexers as of  6c97d186a62c46338ced28302a3842ce5f272a67

jackett indexers as of  0ef8f372a36b7b1db763f43f96a12c771a884bc5

jackett indexers as of  39c6f8ca1639591148121167e4edd5685862a138

jackett indexers as of  f3f0647d7e65b184b58fa68257ee64bc1b367e59

jackett indexers as of  5fa9664097a6088244353913a3e8e241bb5abd6a

jackett indexers as of  0b59cd670ffbf4444814c475a3c925cf4a21d77d

jackett indexers as of  41ef4d1f555cc5f6307287dae2ad37e2e98c62ac

jackett indexers as of  480a5d0bf05f3d4f047478a138d01db20db7249a

jackett indexers as of  7b09f07c6c91585864d8dd321779b6eeed7352e3
2021-10-10 12:18:15 -05:00

163 lines
4.3 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
id: zooqle
name: Zooqle
description: "Zooqle is a Public torrent index providing a huge database of verified torrents"
language: en-US
type: public
encoding: UTF-8
followredirect: true
links:
- https://zooqle.com/
- https://zooqle.unblockninja.com/
- https://zooqle.unblockit.kim/
- https://zooqle.nocensor.work/
legacylinks:
- https://zooqle.unblockit.pro/
- https://zooqle.unblockit.one/
- https://zooqle.black-mirror.xyz/
- https://zooqle.unblocked.casa/
- https://zooqle.proxyportal.fun/
- https://zooqle.uk-unblock.xyz/
- https://zooqle.ind-unblock.xyz/
- https://zooqle.unblockit.me/
- https://zooqle.unblockit.pw/
- https://zooqle.unblockit.id/
- https://zooqle.unblockit.win/
- https://zooqle.unblocked.bar/
- https://zooqle.proxyportal.pw/
- https://zooqle.uk-unblock.pro/
- https://zooqle.unblockit.top/
- https://zooqle.unblockit.lat/
- https://zooqle.unblockit.app/
- https://zooqle.unblocked.rest/
- https://zooqle.unblockit.dev/
- https://zooqle.unblockit.ltd/
- https://zooqle.unblockit.link/
- https://zooqle.unblockit.buzz/
- https://zooqle.unblocked.monster/
- https://zooqle.unblockit.club/
- https://zooqle.unblockit.onl/
- https://zooqle.unblockit.li/
- https://zooqle.unblockit.uno/
- https://zooqle.unblockit.ch/
- https://zooqle.nocensor.space/
- https://zooqle.unblockit.ws/
caps:
categorymappings:
- {id: anime, cat: TV/Anime, desc: Anime}
- {id: app, cat: PC, desc: App}
- {id: book, cat: Books, desc: Book}
- {id: files, cat: Other/Misc, desc: Files}
- {id: game, cat: PC/Games, desc: Game}
- {id: movies, cat: Movies, desc: Movies}
- {id: music, cat: Audio, desc: Music}
- {id: other, cat: Other, desc: Other}
- {id: tv, cat: TV, desc: TV}
modes:
search: [q]
tv-search: [q, season, ep]
movie-search: [q]
music-search: [q]
book-search: [q]
settings:
- name: sort
type: select
label: Sort requested from site
default: dt
options:
dt: created
ns: seeders
sz: size
- name: type
type: select
label: Order requested from site
default: d
options:
d: desc
a: asc
search:
# includes only verified torrents
paths:
- path: "search?s={{ .Config.sort }}&v=t&sd={{ .Config.type }}&q={{ if .Keywords }}{{ .Keywords }}{{ else }} *{{ end }}{{ if .Categories }} category:{{ range .Categories }}{{.}},{{end}}{{ else }}{{ end }}"
rows:
selector: tr:has(td[class^="text-muted3"])
filters:
- name: andmatch
fields:
title:
selector: td:nth-child(2) a
category:
selector: td:nth-child(2) > i
attribute: class
filters:
# extract the second class
- name: split
args: [" ", 1]
# remove zqf- prefix
- name: replace
args: ["zqf-", ""]
details:
selector: td:nth-child(2) a
attribute: href
download:
# .torrent urls can be missing
optional: true
selector: a[title^="Generate .torrent"]
attribute: href
magnet:
# magnets urls can be missing
optional: true
selector: a[title^="Magnet link"]
attribute: href
date:
selector: td:nth-child(5)
filters:
# a date of 'long ago' causes the timeago filter to return '0m ago' which is contra
- name: replace
args: ["long ago", "99 years"]
# a date of 'yesterday' causes the timeago filter to return '0m ago' which is contra
- name: replace
args: ["yesterday", "1 day"]
- name: timeago
size:
selector: td:nth-child(4)
filters:
# a size of ' N/A ' causes Jackett to reject the row with an error
- name: replace
args: [" N/A ", "0 Bytes"]
seeders:
text: 0
seeders:
# seeders can be missing
optional: true
selector: td:nth-child(6) div
attribute: title
filters:
- name: split
args: [" ", 1]
- name: replace
args: [",", ""]
leechers:
text: 0
leechers:
# leechers can be missing
optional: true
selector: td:nth-child(6) div
attribute: title
filters:
- name: split
args: [" ", 4]
- name: replace
args: [",", ""]
downloadvolumefactor:
text: 0
uploadvolumefactor:
text: 1
# engine n/a