--- id: hdgalaktik name: HDGalaKtik description: "HDGalaKtik is a RUSSIAN Semi-Private tracker for MOVIES / TV / GENERAL" language: ru-RU type: semi-private encoding: UTF-8 links: - https://www.trackerpmr.com/ - https://freetmd.com/ - https://kinoradiomagia.tv/ legacylinks: - https://hdgalaktik.com/ caps: categorymappings: - {id: 13, cat: Movies, desc: "Фильмы (Movies)"} - {id: 6, cat: TV, desc: "Мультфильмы (Cartoons)"} - {id: 10, cat: Audio, desc: "Музыка (Music)"} - {id: 26, cat: PC, desc: "Программы (Programs)"} - {id: 5, cat: Console, desc: "Игры (Games)"} - {id: 25, cat: Other, desc: "Картинки (Pictures)"} - {id: 11, cat: TV, desc: "Сериалы (TV Series)"} - {id: 12, cat: TV/Anime, desc: "Аниме (Anime)"} - {id: 16, cat: Books, desc: "Книги (Books)"} - {id: 18, cat: Audio/Video, desc: "Клипы / Ролики (Clips / Trailers)"} - {id: 22, cat: TV, desc: "ТВ / Передачи (TV)"} - {id: 27, cat: PC/Mobile-Other, desc: "Игры - Мобила / КПК (Mobile)"} - {id: 1, cat: PC/ISO, desc: "Образы (ISO)"} - {id: 4, cat: Other, desc: "Другое (Other)"} modes: search: [q] tv-search: [q, season, ep] movie-search: [q] music-search: [q] book-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 with your browser
  2. Open the DevTools panel by pressing F12
  3. Select the Network tab
  4. Click on the Doc button (Chrome Browser) or HTML button (FireFox)
  5. Refresh the page by pressing F5
  6. Click on the first row entry
  7. Select the Headers tab on the Right panel
  8. Find 'cookie:' in the Request Headers section
  9. Select and Copy the whole cookie string (everything after 'cookie: ') and Paste here.
" - name: stripcyrillic type: checkbox label: Strip Cyrillic Letters default: false - name: addrussiantotitle type: checkbox label: Add RUS to end of all titles to improve language detection by Sonarr and Radarr. Will cause English-only results to be misidentified. default: false - name: freeleech type: checkbox label: Search freeleech only default: false - name: sort type: select label: Sort requested from site default: 4 options: 4: created 1: title 5: size 8: seeders - 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 100 on your account profile. login: method: cookie inputs: cookie: "{{ .Config.cookie }}" test: path: / selector: a[href="mybonus.php"] search: # https://www.trackerpmr.com/browse.php?search=&stype=0&s=0&cat=0&gr=0&kp=0&im=0&incldead=1&sort=0&type=desc paths: - path: browse.php inputs: $raw: "{{ range .Categories }}c{{.}}=1&{{end}}" search: "{{ .Keywords }}" # 0 title, 1 descr, 2 filename, 4 infohash stype: 0 # 0 AND 1 OR s: 0 # release group gr: 0 # ratings kp: 0 # 1 active, 2 dead, 3 gold, 4 sticky, lots of others incldead: "{{ if .Config.freeleech }}3{{ else }}1{{ end }}" sort: "{{ .Config.sort }}" type: "{{ .Config.type }}" keywordsfilters: - name: re_replace # S01 to сезон 1 args: ["(?i)\\bS0*(\\d+)\\b", "сезон $1"] - name: re_replace # E02 to сери 1 args: ["(?i)\\bE0*(\\d+)\\b", "сери $1"] - name: re_replace # S01E02 to сезон 1 сери 2 args: ["(?i)\\bS0*(\\d+)E0*(\\d+)\\b", "сезон $1 сери $2"] - name: re_replace # replace special characters with "%" (wildcard) args: ["[^a-zA-Z0-9]+", "%"] rows: selector: table.embedded > tbody > tr.torcontduo fields: category_default: selector: td:nth-child(1) optional: true filters: - name: replace args: ["---", 4] category: selector: a[href^="browse.php?cat="] attribute: href optional: true default: "{{ .Result.category_default }}" filters: - name: querystring args: cat title: selector: a.alink attribute: onmouseover filters: - name: regexp args: \'>(.+?)»]", ""] - name: re_replace args: ["^[\\s&,\\.!\\?\\+\\-_\\|\\/':]+", ""] - name: re_replace args: ["(?i)^\\(\\s*([SE]\\d+.*?)\\s*\\)[\\s\\/\\|]*(.+)", "$2 $1"] - name: append args: "{{ if .Config.addrussiantotitle }} RUS{{ else }}{{ end }}" details: selector: a.alink attribute: href download: selector: a.alink attribute: href filters: - name: replace args: ["details", "download"] imdbid: selector: a[href^="browse.php?imdb="] attribute: href filters: - name: querystring args: imdb size: selector: td:nth-child(4) seeders: selector: td:nth-child(6) filters: - name: split args: ["|", 0] leechers: selector: td:nth-child(6) filters: - name: split args: ["|", 1] date_today: # Сегодня в 18:22 selector: a[href^="browse.php?date="]:contains("Сегодня") optional: true filters: - name: regexp args: "(Сегодня в \\d{2}:\\d{2})" - name: replace args: ["Сегодня в", "Today"] - name: fuzzytime date_yday: # Вчера в 20:52 selector: a[href^="browse.php?date="]:contains("Вчера") optional: true filters: - name: regexp args: "(Вчера в \\d{2}:\\d{2})" - name: replace args: ["Вчера в", "Yesterday"] - name: fuzzytime date_year: # 23:48 24/07 selector: a[href^="browse.php?date="]:contains("/") optional: true filters: - name: regexp args: "(\\d{2}:\\d{2} \\d{2}/\\d{2})" - name: append args: " +03:00" # MSK - name: dateparse args: "HH:mm dd/MM zzz" date: text: "{{ if or .Result.date_year .Result.date_today .Result.date_yday }}{{ or .Result.date_year .Result.date_today .Result.date_yday }}{{ else }}now{{ end }}" downloadvolumefactor: case: img[src="/pic/freedownload.gif"]: 0 "*": 1 uploadvolumefactor: text: 1 minimumratio: text: 1.0 description: selector: a.alink attribute: title # engine n/a