--- site: 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] settings: - name: cookie type: text label: Cookie - name: info type: info label: How to get the Cookie default: "
  1. Login to this tracker in 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. Copy & paste the whole cookie string to here
" 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: "{{if .Keywords }}{{.Keywords}}{{else}}{{end}}" active: 0 options: 0 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"] 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/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"