1
0
mirror of https://github.com/Prowlarr/Indexers.git synced 2026-04-27 20:03:28 +01:00
Files
Indexers/definitions/v1/p2pbg.yml
bakerboy448 62cb46cf32 jackett indexers as of 795ca74df72609cbdc29894cf09ae7f2d28352dc
jackett indexers as of  e51ee147db715a137d795d9f1c47ed7cc3c40734

jackett indexers as of  da12938163ef6c66cb3fe63932104bec91eed69c

jackett indexers as of  cd2b2749ce8386b1f3ecc9a24adebfc0695b1d0c

jackett indexers as of  98ce2811a85fed442b67e6fc6ceb0589b803aae4

jackett indexers as of  2d6c420431cd65adf4bb939e2f79f631d49db17a

jackett indexers as of  47b7d6a588692c138b73e16901f3d2d8bea01d82

jackett indexers as of  e3b87467e6a99594febc67acd040ff40e48c9460

jackett indexers as of  f8aa313b957624cc1b62f968450c0989c4372428

jackett indexers as of 53f0d90976bac11d32232f5b5a3a46505c04b780
2021-10-03 17:37:09 -05:00

204 lines
5.9 KiB
YAML

---
id: p2pbg
name: P2PBG
description: "P2PBG is a BULGARIAN Private Torrent Tracker for 0DAY / GENERAL"
language: bg-BG
type: private
encoding: UTF-8
links:
- http://p2pbg.com/ # site does not support https ERR_CONNECTION_REFUSED
caps:
categorymappings:
# movies
- {id: 1, cat: Movies/SD, desc: "Movies-XviD"}
- {id: 55, cat: Movies/3D, desc: "Movies-3D"}
- {id: 16, cat: Movies/HD, desc: "Movies-x264"}
- {id: 11, cat: Movies/DVD, desc: "Movies-DVD"}
- {id: 17, cat: Movies/HD, desc: "Movies-MPEG2"}
- {id: 18, cat: Movies/BluRay, desc: "Movies-BR/HD-DVD"}
- {id: 7, cat: TV/Documentary, desc: "Movies-Documentaries"}
- {id: 35, cat: Movies, desc: "Movies-GSM"}
- {id: 34, cat: Movies, desc: "Movies-BG"}
- {id: 24, cat: TV/SD, desc: "TV-BG"}
- {id: 14, cat: TV, desc: "TV-Shows"}
- {id: 15, cat: TV, desc: "TV-Boxset"}
- {id: 38, cat: TV/Anime, desc: "TV-Cartoons"}
# music
- {id: 2, cat: Audio/MP3, desc: "Music-Song"}
- {id: 28, cat: Audio, desc: "Music-Album"}
- {id: 29, cat: Audio, desc: "Music-Discography"}
- {id: 3, cat: Audio/Video, desc: "Music-DVD"}
- {id: 19, cat: Audio/Video, desc: "Music-Video"}
# games
- {id: 8, cat: PC/Games, desc: "Games-PC ISO"}
- {id: 9, cat: PC/Games, desc: "Games-PC Rips"}
- {id: 33, cat: Console/Wii, desc: "Games-Wii"}
- {id: 12, cat: Console/PS3, desc: "Games-PS2"}
- {id: 23, cat: Console/PS3, desc: "Games-PS3"}
- {id: 20, cat: Console/PSP, desc: "Games-PSP"}
- {id: 21, cat: Console/XBox, desc: "Games-XboX"}
- {id: 22, cat: Console/XBox 360, desc: "Games-X360"}
# appz
- {id: 26, cat: PC/ISO, desc: "Appz PC-ISO"}
- {id: 31, cat: PC/0day, desc: "Appz Ripped"}
- {id: 30, cat: PC, desc: "Appz-Linux"}
- {id: 49, cat: PC/Mac, desc: "Appz MacOS"}
- {id: 27, cat: PC, desc: "Appz-GSM"}
# sports
- {id: 5, cat: TV/Sport, desc: "Sport F1"}
- {id: 51, cat: TV/Sport, desc: "Sport"}
# other
- {id: 6, cat: Books, desc: "Books"}
- {id: 4, cat: Other, desc: "Other"}
- {id: 37, cat: Other/Misc, desc: "Pictures"}
- {id: 39, cat: Other, desc: "e-Learning"}
- {id: 52, cat: PC/Mobile-Other, desc: "Mobile-GSM"}
- {id: 40, cat: PC/Mobile-iOS, desc: "Mobile-iPhone"}
# 3x
- {id: 13, cat: XXX, desc: "XXX"}
- {id: 54, cat: XXX/x264, desc: "XXX HD"}
- {id: 32, cat: XXX/ImageSet, desc: "XXX Pictures"}
- {id: 48, cat: XXX, desc: "XXX BG Amateurs"}
- {id: 53, cat: XXX, desc: "XXX Hentai"}
- {id: 56, cat: XXX, desc: "XXX 3D"}
modes:
search: [q]
tv-search: [q, season, ep]
movie-search: [q]
music-search: [q]
book-search: [q]
settings:
- name: username
type: text
label: Username
- name: password
type: password
label: Password
- name: info_results
type: info
label: "Search results"
default: For best results, change the <b>Torrents per page:</b> setting to <b>100</b> on your account profile.
- name: sort
type: select
label: Sort requested from site
default: data
options:
data: created
size: size
- name: type
type: select
label: Order requested from site
default: DESC
options:
DESC: desc
ASC: asc
login:
path: index.php?page=login
method: form
form: form[action="index.php?page=login"]
inputs:
uid: "{{ .Config.username }}"
pwd: "{{ .Config.password }}"
error:
- selector: td.lista span[style="color:#FF0000;"]
test:
path: index.php
selector: a[href="logout.php"]
search:
paths:
# http://p2pbg.com/index.php?page=torrents&search=%D0%9A%D0%B0%D1%82%D0%BE&category=0&active=0
- path: index.php
inputs:
page: torrents
category: "{{ if .Categories }}{{ range .Categories }}{{.}};{{end}}{{ else }}0;{{ end }}"
search: "{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ end }}"
# 0 all 1, active, 2 dead
active: 0
order: "{{ .Config.sort }}"
by: "{{ .Config.type }}"
rows:
selector: table.lista tr td table.lista tr:has(a[href^="index.php?page=torrent-details"])
fields:
title:
selector: td a[onclick]
attribute: title
filters:
- name: replace
args: ["View details: ", ""]
- name: replace
args: ["Преглед на детайли: ", ""]
- name: replace
args: ["Преглед на детайли: ", ""]
details:
selector: td a[href*="id="]
attribute: href
category:
selector: td a[href*="category="]
attribute: href
filters:
- name: querystring
args: category
download:
selector: td a[href*="id="]
attribute: href
filters:
- name: querystring
args: id
- name: prepend
args: "download.php?id="
- name: append
args: "&f={{.Result.title}}.torrent"
poster:
selector: td img[src="/torrentimg/pic.png"]
attribute: onmouseover
filters:
- name: regexp
args: "src=(.+?) width="
# two flavours
date:
# Yesterday
# Вчера
selector: td:nth-child(6):not(:contains("/"))
optional: true
filters:
- name: replace
args: ["сейчас", "now"]
- name: replace
args: ["сегодня", "Today"]
- name: replace
args: ["вчера", "Yesterday"]
date:
# 14/03/2019
selector: td:nth-child(6):contains("/")
optional: true
filters:
- name: append
args: " +00:00" # auto adjusted by site account profile
- name: dateparse
args: "02/01/2006 -07:00"
size:
selector: td:nth-child(7)
seeders:
selector: td:nth-child(8)
leechers:
selector: td:nth-child(9)
grabs:
selector: td:nth-child(10)
filters:
- name: replace
args: ["---", "0"]
downloadvolumefactor:
text: 1
uploadvolumefactor:
text: 1
minimumratio:
text: 1.0
# xbtit customised