1
0
mirror of https://github.com/Prowlarr/Indexers.git synced 2026-04-25 19:08:06 +01:00
Files
Indexers/definitions/v10/bootytape.yml
Servarr df9284d1ae jackett indexers as of ed9bbeae4f32a290f0452b611f1bb66a613fd153 [2025-03-18T09:13:33Z]
Added Indexers: definitions/v10/rastastugan-api.yml

Modified Indexers: definitions/v10/animeworld-api.yml
definitions/v10/arabafenice.yml
definitions/v10/bibliotik.yml
definitions/v10/bithumen.yml
definitions/v10/bitspyder.yml
definitions/v10/bootytape.yml
definitions/v10/cinemageddon.yml
definitions/v10/concertos.yml
definitions/v10/crabpt.yml
definitions/v10/deildu.yml
definitions/v10/diablotorrent.yml
definitions/v10/girotorrent.yml
definitions/v10/hdvideo.yml
definitions/v10/huntorrent.yml
definitions/v10/ilcorsaroblu.yml
definitions/v10/ilolicon.yml
definitions/v10/indietorrents.yml
definitions/v10/karagarga.yml
definitions/v10/keepfriends.yml
definitions/v10/laidbackmanor.yml
definitions/v10/linkomanija.yml
definitions/v10/locadora.yml
definitions/v10/losslessclub.yml
definitions/v10/lst.yml
definitions/v10/madsrevolution.yml
definitions/v10/majomparade.yml
definitions/v10/matrix.yml
definitions/v10/megamixtracker.yml
definitions/v10/mesevilag.yml
definitions/v10/metalguru.yml
definitions/v10/metaltracker.yml
definitions/v10/mnv.yml
definitions/v10/mvgroupforum.yml
definitions/v10/mvgroupmain.yml
definitions/v10/nordicquality.yml
definitions/v10/ntelogo.yml
definitions/v10/okpt.yml
definitions/v10/opencd.yml
definitions/v10/polishtracker-api.yml
definitions/v10/portugas-api.yml
definitions/v10/privatesilverscreen-api.yml
definitions/v10/ptchina.yml
definitions/v10/pterclub.yml
definitions/v10/ptfiles.yml
definitions/v10/pthome.yml
definitions/v10/ptvicomo.yml
definitions/v10/puntotorrent.yml
definitions/v10/qingwa.yml
definitions/v10/r3vwtf.yml
definitions/v10/redstartorrent.yml
definitions/v10/rockbox.yml
definitions/v10/rockethd.yml
definitions/v10/romanianmetaltorrents.yml
definitions/v10/rudub.yml
definitions/v10/speedmasterhd.yml
definitions/v10/spiritofrevolution.yml
definitions/v10/tasmanit.yml
definitions/v10/tekno3d.yml
definitions/v10/thecrazyones.yml
definitions/v10/thefallingangels.yml
definitions/v10/thegeeks.yml
definitions/v10/thekitchen.yml
definitions/v10/theoccult.yml
definitions/v10/theoldschool-api.yml
definitions/v10/thepiratedship.yml
definitions/v10/theplace.yml
definitions/v10/theshow.yml
definitions/v10/thevault.yml
definitions/v10/tormac.yml
definitions/v10/torrentbd.yml
definitions/v10/torrentdd.yml
definitions/v10/torrenteros-api.yml
definitions/v10/torrenting.yml
definitions/v10/totheglory.yml
definitions/v10/totheglory2fa.yml
definitions/v10/trancetraffic.yml
definitions/v10/trezzor.yml
definitions/v10/trezzorcookie.yml
definitions/v10/turkseed-api.yml
definitions/v10/ubits.yml
definitions/v10/vsttorrents.yml
definitions/v10/wihd.yml
definitions/v11/mvgroupforum.yml
definitions/v11/mvgroupmain.yml
definitions/v11/newheaven.yml
definitions/v11/seedpool-api.yml
2025-03-18 11:13:33 +02:00

137 lines
3.0 KiB
YAML

---
id: bootytape
name: BootyTape
description: "BootyTape is a Semi-Private Torrent Tracker for 3X"
language: en-US
type: semi-private
encoding: UTF-8
requestDelay: 3
links:
- https://ssl.bootytape.com/
caps:
categorymappings:
- {id: 70, cat: XXX, desc: "Animation"}
- {id: 22, cat: XXX, desc: "Girl on Girl"}
- {id: 43, cat: XXX, desc: "Images"}
- {id: 52, cat: XXX, desc: "Straight"}
- {id: 82, cat: XXX, desc: "X Play Hard"}
- {id: 92, cat: XXX, desc: "X Play Soft"}
modes:
search: [q]
settings:
- name: username
type: text
label: Username
- name: password
type: password
label: Password
- name: freeleech
type: checkbox
label: Search freeleech only
default: false
- name: sort
type: select
label: Sort requested from site
default: 4
options:
4: created
7: seeders
5: size
1: title
- name: type
type: select
label: Order requested from site
default: desc
options:
desc: desc
asc: asc
- 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:
path: login.php
method: post
inputs:
take_login: 1
username: "{{ .Config.username }}"
password: "{{ .Config.password }}"
error:
- selector: td.mainouter2:has(h1:contains("Failed"))
test:
path: my.php
selector: a[href="logout.php"]
search:
paths:
# https://ssl.bootytape.com/torrents.php?search=onlyfans&tagsearch=&cat=0&tags=1
- path: torrents.php
inputs:
search: "{{ .Keywords }}"
tagsearch: ""
# 0 all
cat: 0
freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
# tags search mode: 1 AND, 2 OR
tags: 1
# incldead=2 for search unseeded
# descr=1 for search description
# double=1 for search double seed bonus
sort: "{{ .Config.sort }}"
type: "{{ .Config.type }}"
rows:
selector: table.red > tbody > tr:not(:has(th))
fields:
category:
selector: a[href^="torrents.php?cat="]
attribute: href
filters:
- name: querystring
args: cat
title:
selector: a[href^="details.php?id="]
details:
selector: a[href^="details.php?id="]
attribute: href
download:
selector: a[href^="download.php?id="]
attribute: href
description:
selector: div.specg
poster:
selector: img[src*="/thbx/imgx/"]
attribute: src
files:
selector: a[href$="filelist=1"]
optional: true
default: 1
size:
selector: td:nth-child(3)
optional: true
default: 0
seeders:
selector: a[href$="toseeders=1"]
optional: true
default: 0
leechers:
selector: a[href$="todlers=1"]
optional: true
default: 0
date:
text: now
downloadvolumefactor:
case:
"img[src$=\"pic/freedownload.gif\"]": 0
"*": 1
uploadvolumefactor:
case:
"img[src$=\"pic/double-upload.gif\"]": 2
"*": 1
# engine n/a