diff --git a/definitions/v11/axeltorrents.yml b/definitions/v11/axeltorrents.yml deleted file mode 100644 index 255a5c329..000000000 --- a/definitions/v11/axeltorrents.yml +++ /dev/null @@ -1,155 +0,0 @@ ---- -id: axeltorrents -name: AXEL Torrents -description: "AXEL Torrents is a BULGARIAN Semi-Private Torrent Tracker for MOVIES / TV / GENERAL" -language: bg-BG -type: semi-private -encoding: windows-1251 -links: - - https://axelbg.net/ - -caps: - categorymappings: - - {id: 10, cat: TV/Anime, desc: "Anime"} - - {id: 44, cat: Books/EBook, desc: "Books"} - - {id: 42, cat: Books/Comics, desc: "Cartoons"} - - {id: 43, cat: Books/Comics, desc: "Comics"} - - {id: 45, cat: Other, desc: "Education"} - - {id: 2, cat: Console, desc: "Games"} - - {id: 9, cat: Other, desc: "MISC"} - - {id: 8, cat: Movies/DVD, desc: "Movies/DVD-R"} - - {id: 49, cat: Movies/HD, desc: "Movies/Hi-Res"} - - {id: 3, cat: Movies/SD, desc: "Movies/VHS"} - - {id: 7, cat: Movies/SD, desc: "Movies/XviD"} - - {id: 4, cat: Audio, desc: "Music"} - - {id: 47, cat: Audio/Video, desc: "Music Videos"} - - {id: 46, cat: Audio/Lossless, desc: "Music/Lossless"} - - {id: 48, cat: Movies, desc: "Pictures"} - - {id: 1, cat: PC, desc: "Software"} - - {id: 5, cat: TV, desc: "TV Episodes"} - - {id: 50, cat: TV/HD, desc: "TV/Hi-Res"} - - {id: 6, cat: XXX, desc: "XXX"} - - 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: Search freeleech only - default: false - - name: sort - type: select - label: Sort requested from site - default: 4 - options: - 4: created - 7: seeders - 5: size - 1: 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 100 on your account profile. - - name: ip_filtering - type: info - label: "IP Filtering" - default: "AXEL Torrents blocks Non-Bulgarian IP addresses. No results likely means your IP was not accepted. Test by accessing AXEL Torrents WEB site with your browser." - -login: - path: login.php - method: post - inputs: - username: "{{ .Config.username }}" - password: "{{ .Config.password }}" - error: - - selector: div.login-note - test: - path: / - selector: a[href="/logout.php"] - -search: - paths: - - path: browse.php - inputs: - $raw: "{{ range .Categories }}cat{{.}}=1&{{end}}" - search: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}" - # 0 active, 1 incldead, 2 onlydead, 3 onlyfree, 4 only BGAudio, 5 only BGSubs - incldead: "{{ if .Config.freeleech }}3{{ else }}1{{ end }}" - # intitle, everywhere - place: "{{ if .Query.IMDBID }}everywhere{{ else }}intitle{{ end }}" - sort: "{{ .Config.sort }}" - type: "{{ .Config.type }}" - - rows: - selector: table > tbody > tr.rollout:has(div.rPreview) - - fields: - category: - selector: a[href^="browse.php?cat="] - attribute: href - filters: - - name: querystring - args: cat - title: - selector: a[href^="details.php?id="] - details: - selector: a[href^="details.php?id="] - attribute: href - download: - selector: a[href*="download.php"] - attribute: href - poster: - #
- selector: div.rPreview - attribute: onmouseover - filters: - - name: regexp - args: (?=http)(.+?)\' - files: - selector: td:nth-last-child(7) - date: - # 2026-02-22
11:23:43 - selector: td:nth-last-child(5) - filters: - - name: append - args: " +02:00" # EET - - name: dateparse - args: "yyyy-MM-ddHH:mm:ss zzz" - size: - selector: td:nth-last-child(4) - grabs: - selector: td:nth-last-child(3) - seeders: - selector: td:nth-last-child(2) - leechers: - selector: td:nth-last-child(1) - downloadvolumefactor: - case: - img[src="/images/free.gif"]: 0 - "*": 1 - uploadvolumefactor: - text: 1 - minimumseedtime: - # 1 day (as seconds = 24 x 60 x 60) - text: 86400 - description: - selector: em -# engine n/a (based on NexusPHP) diff --git a/definitions/v11/bitpalace.yml b/definitions/v11/bitpalace.yml index 97925dbab..e9c0a6daa 100644 --- a/definitions/v11/bitpalace.yml +++ b/definitions/v11/bitpalace.yml @@ -5,6 +5,8 @@ description: "Bitpalace is a HUNGARIAN Private Torrent Tracker for MOVIES / TV / language: hu-HU type: private encoding: UTF-8 +certificates: + - 87c00996262837ea785a43f1f1fc0a7b31956182 # using cert for .hu domain links: - https://bitpalace.cc/ legacylinks: diff --git a/definitions/v11/mircrew.yml b/definitions/v11/mircrew.yml index 22b51d1dd..c607b4af4 100644 --- a/definitions/v11/mircrew.yml +++ b/definitions/v11/mircrew.yml @@ -153,7 +153,8 @@ search: $raw: "{{ range .Categories }}&fid[]={{.}}{{end}}" headers: - User-Agent: ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203"] + # site blocks Jackett's User-Agents, so use a slightly altered Windows Jackett UA here (e.g. Safari/537.36 > Safari/537.35) + User-Agent: ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.35"] rows: selector: li.row diff --git a/definitions/v11/tangmen.yml b/definitions/v11/tangmen.yml index 2964bfcee..0552315b6 100644 --- a/definitions/v11/tangmen.yml +++ b/definitions/v11/tangmen.yml @@ -28,19 +28,11 @@ caps: music-search: [q] settings: - - name: username + - name: cookie type: text - label: Username - - name: password - type: password - label: Password - - name: 2facode - type: text - label: 2FA code - - name: info_2fa - type: info - label: "About 2FA code" - default: "Only fill in the 2FA code box if you have enabled 2FA on the Tangmen Web Site. Otherwise just leave it empty." + label: Cookie + - name: info_cookie + type: info_cookie - name: freeleech type: checkbox label: Search freeleech only @@ -71,26 +63,10 @@ settings: default: "Account retention rules:
  1. Veteran User and above will be retained forever
  2. Elite User and above will not have their account deleted after parking (in the control panel)
  3. Users with a parked account will be deleted if they do not log in for 400 consecutive days
  4. Users with a non-parked account will be deleted if they do not log in for 150 consecutive days
  5. Users who have no traffic (i.e. upload/download data are both 0) will be deleted if they do not log in for 100 consecutive days.
" login: - path: login.php - method: form - form: form[action="takelogin.php"] - captcha: - type: image - selector: img[alt="CAPTCHA"] - input: imagestring + # using cookie method because site does a JS call to API/Challenge via JQuery to load response parm required for takelogin.php + method: cookie inputs: - secret: "" - username: "{{ .Config.username }}" - password: "{{ .Config.password }}" - two_step_code: "{{ .Config.2facode }}" - logout: "" - securelogin: "" - ssl: yes - trackerssl: yes - error: - - selector: td.embedded:has(h2:contains("失败")) - message: - selector: td.text + cookie: "{{ .Config.cookie }}" test: path: index.php selector: a[href="logout.php"] diff --git a/definitions/v11/torrentqq.yml b/definitions/v11/torrentqq.yml index 27a9fc170..18c4e3ebb 100644 --- a/definitions/v11/torrentqq.yml +++ b/definitions/v11/torrentqq.yml @@ -8,9 +8,8 @@ encoding: UTF-8 followredirect: true links: - https://torrentqq408.com/ - - https://torrentegg86.com/ + - https://torrentegg87.com/ legacylinks: - - https://torrentegg71.com/ - https://torrentegg72.com/ - https://torrentegg73.com/ - https://torrentegg74.com/ @@ -22,14 +21,15 @@ legacylinks: - https://torrentegg80.com/ - https://torrentegg81.com/ - https://torrentegg82.com/ + - https://torrentegg83.com/ + - https://torrentegg84.com/ + - https://torrentegg85.com/ + - https://torrentegg86.com/ + - https://torrentqq397.com/ - https://torrentqq393.com/ - https://torrentqq394.com/ - https://torrentqq395.com/ - - https://torrentegg83.com/ - https://torrentqq396.com/ - - https://torrentegg84.com/ - - https://torrentqq397.com/ - - https://torrentegg85.com/ - https://torrentqq398.com/ - https://torrentqq399.com/ - https://torrentqq400.com/