--- id: devilsplayground name: Devils-Playground description: "Devils-Playground (Nbytez) is a Private Torrent Tracker for MOVIES / TV / GENERAL" language: en-GB type: private encoding: UTF-8 links: - http://devils-playground.org/ legacylinks: - https://devils-playground.org/ - https://nbytez.me/ - http://nbytez.me/ caps: categorymappings: - {id: 3, cat: PC, desc: "Apps"} - {id: 4, cat: Books/EBook, desc: "Ebooks"} - {id: 22, cat: PC/Games, desc: "Games"} - {id: 15, cat: Movies, desc: "Movies"} - {id: 19, cat: Movies/UHD, desc: "Movies/Bluray"} - {id: 20, cat: Movies, desc: "Movies/Packs"} - {id: 17, cat: Movies/WEB-DL, desc: "Movies/Webrip"} - {id: 16, cat: Movies/HD, desc: "Movies/x265"} - {id: 18, cat: Movies/SD, desc: "Movies/XVID"} - {id: 10, cat: Audio, desc: "Music/"} - {id: 12, cat: Audio/Lossless, desc: "Music/FLAC"} - {id: 11, cat: Audio/MP3, desc: "Music/MP3"} - {id: 14, cat: Audio, desc: "Music/Packs"} - {id: 13, cat: Audio, desc: "Music/Top UK 40"} - {id: 5, cat: TV, desc: "TV"} - {id: 9, cat: TV, desc: "TV/Packs"} - {id: 6, cat: TV/HD, desc: "TV/x254"} - {id: 7, cat: TV/HD, desc: "TV/x255"} - {id: 8, cat: TV/SD, desc: "TV/XVID"} modes: search: [q] tv-search: [q, season, ep, imdbid] movie-search: [q, imdbid] music-search: [q] book-search: [q] settings: - name: username type: text label: Username - name: password type: password label: Password - name: freeleech type: checkbox label: Filter freeleech only default: false - name: sort default: added options: added: created seeders: seeders size: size name: 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 Torrents per page: setting to 40 on your account profile. The default is 15. login: path: takelogin.php method: post inputs: username: "{{ .Config.username }}" password: "{{ .Config.password }}" error: - selector: table:has(a[href*="login.php?error=1"]) message: text: "ERROR: Incorrect username!" - selector: table:has(a[href*="login.php?error=4"]) message: text: "ERROR: Incorrect password!" - selector: table:has(a[href*="login.php?error="]) message: text: "ERROR: Something went wrong during login!" test: path: index.php selector: a[href*="logout.php?logouthash="] search: paths: - path: browse.php inputs: do: search # does not support multi categories so defaulting to ALL category: 0 # yes incldead, no activeonly include_dead_torrents: yes keywords: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}" # t_name, t_description, t_both, t_uploader, t_genre search_type: "{{ if .Query.IMDBID }}t_genre{{ else }}t_name{{ end }}" sort: "{{ .Config.sort }}" order: "{{ .Config.type }}" # does not return imdb link in results keywordsfilters: - name: re_replace # replace special characters with "%" (wildcard) args: ["[^a-zA-Z0-9]+", "%"] rows: selector: "table#sortabletable tbody tr:has(a[href*=\"download.php?id=\"]){{ if .Config.freeleech }}:has(img[src$=\"/freedownload.gif\"]){{ else }}{{ end }}" fields: category: selector: a[href*="browse.php?category="] attribute: href filters: - name: querystring args: category title_default: # is often abbreviated selector: a[href*="details.php?id="] title_optional: # usually longer than details title selector: div[id^="port-content-"] div optional: true title: text: "{{ if .Result.title_optional }}{{ .Result.title_optional }}{{ else }}{{ .Result.title_default }}{{ end }}" details: selector: a[href*="details.php?id="] attribute: href download: selector: a[href*="download.php?id="] attribute: href poster: selector: div[id^="port-content-"] img attribute: src date: selector: td:nth-child(2) > div:last-child filters: - name: regexp args: (\d{2}-\d{2}-\d{4} \d{2}:\d{2}) - name: append args: " +00:00" # auto adjusted by site account profile - name: dateparse args: "02-01-2006 15:04 -07:00" size: selector: td:nth-child(5) grabs: selector: td:nth-child(6) seeders: selector: td:nth-child(7) leechers: selector: td:nth-child(8) downloadvolumefactor: case: img[src$="/freedownload.gif"]: 0 img[src$="/silverdownload.gif"]: 0.5 "*": 1 uploadvolumefactor: case: img[src$="/x2.gif"]: 2 "*": 1 # TBD, Rules and FAQ do not cover this yet # minimumratio: # text: 1.0 # minimumseedtime: # # 2 days (as seconds = 2 x 24 x 60 x 60) # text: 172800 # TS Special Edition v.7.5