diff --git a/src/Jackett.Common/Definitions/pornbay.yml b/src/Jackett.Common/Definitions/pornbay.yml index 175c24c52..2c1bb4379 100644 --- a/src/Jackett.Common/Definitions/pornbay.yml +++ b/src/Jackett.Common/Definitions/pornbay.yml @@ -1,8 +1,7 @@ -# Pornbay is based on Gazelle, but I used the Empornium definition as a base. --- id: pornbay name: Pornbay -description: "Pornbay is a Private Torrent Tracker for XXX" +description: "Pornbay is a Private Torrent Tracker for 3X" language: en-us type: private encoding: UTF-8 @@ -22,6 +21,7 @@ caps: - {id: 32, cat: XXX, desc: "Classic"} - {id: 8, cat: XXX, desc: "Clips"} - {id: 9, cat: XXX, desc: "Creampie"} + - {id: 10, cat: XXX, desc: "DVD-R"} - {id: 11, cat: XXX, desc: "Feature"} - {id: 12, cat: XXX, desc: "Fetish"} - {id: 13, cat: XXX, desc: "Foreign"} @@ -36,6 +36,7 @@ caps: - {id: 22, cat: XXX, desc: "Lesbian"} - {id: 23, cat: XXX, desc: "Mature"} - {id: 47, cat: XXX, desc: "Megapack"} + - {id: 49, cat: XXX, desc: "Old+Young"} - {id: 24, cat: XXX, desc: "Orgy"} - {id: 25, cat: XXX, desc: "Other"} - {id: 26, cat: XXX, desc: "Pics"} @@ -46,12 +47,33 @@ caps: - {id: 28, cat: XXX, desc: "Straight"} - {id: 29, cat: XXX, desc: "Teen"} - {id: 51, cat: XXX, desc: "VR Porn"} + - {id: 33, cat: XXX, desc: "Transsexual"} modes: search: [q] tv-search: [q] movie-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: info_grid + type: info + label: GRID view + default: This indexer does not support the GRID view on the torrent search page. Change the GRID setting to OFF on your account profile. If set to ON will cause no results to be returned. + - name: info_tpp + type: info + label: Results Per Page + default: For best results, change the Torrents per page: setting to 100 on your account profile. The default is 25. + login: path: login.php method: form @@ -70,14 +92,19 @@ search: - path: torrents.php inputs: $raw: "{{range .Categories}}filter_cat[{{.}}]=1&{{end}}" - title: "{{ .Query.Keywords }}" + searchtext: "" + title: "{{ .Keywords }}" order_by: time order_way: desc - action: basic - searchsubmit: 1 + action: advanced + filter_freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}" + filelist: "" + taglist: "" + rows: # exclude redbar torrents selector: table#torrent_table > tbody > tr[class^="torrent row"] + fields: download: selector: a[href^="torrents.php?action=download&id="] @@ -112,7 +139,7 @@ search: attribute: title filters: - name: append - args: " +00:00" + args: " +00:00" # GMT - name: dateparse args: "Jan 02 2006, 15:04 -07:00" size: @@ -126,8 +153,8 @@ search: downloadvolumefactor: case: span.icon[title*="Freeleech"]: 0 - "img[alt=\"Freeleech\"]": "0" - "*": "1" + img[alt="Freeleech"]: 0 + "*": 1 uploadvolumefactor: - case: - "*": "1" + text: 1 +# Gazelle