--- id: divteam name: DivTeam description: "DivTeam is a SPANISH Private Torrent Tracker for MOVIES / GENERAL" language: es-es type: private encoding: UTF-8 links: - https://divteam.com/ caps: categorymappings: - {id: 60, cat: Movies/HD, desc: "MicroHD 720p"} - {id: 77, cat: Movies/HD, desc: "MicroHD 1080p"} - {id: 78, cat: Movies/HD, desc: "MicroHD 4K"} - {id: 64, cat: TV/HD, desc: "Pack Series"} - {id: 65, cat: TV/HD, desc: "Pack Series VOSE"} - {id: 80, cat: Movies/BluRay, desc: "BDRip X265 1080p"} - {id: 81, cat: Movies/UHD, desc: "UHDRip x265 4K"} - {id: 82, cat: Movies/WEBDL, desc: "Pelis Web-DL 1080"} - {id: 83, cat: Movies/WEBDL, desc: "Pelis Web-DL 720"} - {id: 84, cat: Movies/UHD, desc: "UHD Remux x265"} - {id: 23, cat: TV/Sport, desc: "Deportes"} - {id: 20, cat: TV/HD, desc: "Series"} - {id: 31, cat: TV/HD, desc: "Series VOSE"} - {id: 69, cat: Movies, desc: "Ciclo Cine Clasico"} - {id: 70, cat: Movies, desc: "Ciclo Clint Eastwood"} - {id: 71, cat: Movies, desc: "Ciclo Studio Ghibli"} - {id: 72, cat: Movies, desc: "Ciclo George A. Romero"} - {id: 73, cat: Movies, desc: "Saga Fast And Furious"} - {id: 74, cat: Movies, desc: "Saga Crepúsculo"} - {id: 75, cat: Movies, desc: "Saga The Purge"} - {id: 79, cat: Movies, desc: "Saga Star Wars"} - {id: 18, cat: Movies/BluRay, desc: "Video Full & Remux"} - {id: 76, cat: Movies, desc: "x-men saga"} - {id: 6, cat: Books/Ebook, desc: "EBooks"} - {id: 58, cat: Books/Ebook, desc: "Kiosko"} - {id: 24, cat: TV/Documentary, desc: "Documentales"} - {id: 32, cat: TV/Documentary, desc: "Documentales VOSE"} - {id: 49, cat: Books/Ebook, desc: "eLearning"} - {id: 68, cat: TV, desc: "eLearning Multimedia"} - {id: 16, cat: Movies/DVD, desc: "DVD-Rip"} - {id: 48, cat: Movies/BluRay, desc: "BR-Rip/HD-Rip"} - {id: 17, cat: Movies/BluRay, desc: "BD-Rip"} - {id: 5, cat: TV/Anime, desc: "Anime"} - {id: 34, cat: PC/Games, desc: "Juegos PC"} - {id: 7, cat: PC/0day, desc: "Software PC"} - {id: 35, cat: Console, desc: "Juegos Sony"} - {id: 36, cat: PC/Games, desc: "Juegos Microsoft"} - {id: 37, cat: Console/NDS, desc: "Juegos Nintendo"} - {id: 45, cat: Audio/MP3, desc: "Music MP3"} - {id: 44, cat: Audio/Lossless, desc: "Music FLAC"} modes: search: [q] tv-search: [q, season, ep] movie-search: [q] music-search: [q] settings: - name: cookie type: text label: Cookie - name: info_cookie type: info label: How to get the Cookie default: "
  1. Login to this tracker with your browser
  2. Open the DevTools panel by pressing F12
  3. Select the Network tab
  4. Click on the Doc button
  5. Refresh the page by pressing F5
  6. Select the Headers tab
  7. Find 'cookie:' in the Request Headers section
  8. Select and Copy the whole cookie string (everything after 'cookie: ') and Paste here.
" - name: sort type: select label: Sort requested from site default: "3" options: "3": "created" "5": "seeders" "4": "size" "2": "title" - name: type type: select label: Order requested from site default: "2" options: "2": "desc" "1": "asc" - name: info_results type: info label: Results Per Page default: For best results, change the Torrents per page: setting to 100 on your account profile. login: method: cookie inputs: cookie: "{{ .Config.cookie }}" test: path: index.php search: paths: # https://divteam.com/index.php?page=torrents&search=daredevil&category=20;23;31;65;64;60;63;69;70;71;72;73;74;75;76;77;78;80;81;82;83;84&active=1 - path: index.php inputs: page: "torrents" category: "{{ range .Categories }}{{.}};{{end}}" search: "{{ .Keywords }}" # 0 all 1 activeonly 2 deadonly active: 0 # 0 title 1 title&desc 2 descr 3 uploaders 5 gold 6 silver 9 2x 10 3x 11 4x options: 0 order: "{{ .Config.sort }}" by: "{{ .Config.type }}" # does not support imdbid search and does not supply imdb link in results. rows: selector: table.table.table-bordered > tbody > tr:has(a[href^="download.php?id="]) fields: download: selector: a[href^="download.php?id="] attribute: href title: selector: a[href^="index.php?page=torrent-details"][onmouseover]:contains("VOSE") optional: true filters: - name: append args: " [English]" title: selector: a[href^="index.php?page=torrent-details"][onmouseover]:not(:contains("VOSE")) optional: true filters: - name: append args: " [Spanish] [English]" banner: selector: a[onmouseover][href^="index.php?page=torrent-details"] attribute: onmouseover filters: - name: regexp args: "src=(.*?) " category: selector: a[href^="index.php?page=torrents&category="] attribute: href filters: - name: querystring args: category details: selector: a[href^="index.php?page=torrent-details"] attribute: href size: selector: td:nth-child(4) date: selector: td:nth-child(6) filters: - name: dateparse args: "02/01/2006" seeders: selector: td:nth-last-child(4) leechers: selector: td:nth-last-child(3) grabs: selector: td:nth-last-child(2) downloadvolumefactor: case: img[src="images/freeleech.gif"]: 0 img[src="images/gold.png"]: 0 img[src="images/silver.png"]: 0.5 "*": 1 uploadvolumefactor: case: img[src="images/2x.png"]: 2 img[src="images/3x.png"]: 3 img[src="images/4x.png"]: 4 img[src="images/5x.png"]: 5 "*": 1 # xbtit customised