diff --git a/definitions/v11/axelbg.yml b/definitions/v11/axeltorrents.yml similarity index 66% rename from definitions/v11/axelbg.yml rename to definitions/v11/axeltorrents.yml index 715e69350..0ad1ae845 100644 --- a/definitions/v11/axelbg.yml +++ b/definitions/v11/axeltorrents.yml @@ -1,9 +1,9 @@ --- -id: axelbg -name: AxelBg -description: "AxelBg is a BULGARIAN Public Torrent Tracker for 0DAY / GENERAL" +id: axeltorrents +name: AXEL Torrents +description: "AXEL Torrents is a BULGARIAN Semi-Private Torrent Tracker for MOVIES / TV / GENERAL" language: bg-BG -type: public +type: semi-private encoding: windows-1251 links: - https://axelbg.net/ @@ -32,12 +32,22 @@ caps: modes: search: [q] - tv-search: [q, season, ep] - movie-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 @@ -54,21 +64,37 @@ settings: 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: "AxelBg blocks Non-Bulgarian IP addresses. No results likely means your IP was not accepted. Test by accessing AxelBg WEB site with your browser." + 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: "{{ .Keywords }}" + search: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}" # 0 active, 1 incldead, 2 onlydead, 3 onlyfree, 4 only BGAudio, 5 only BGSubs - incldead: 1 + incldead: "{{ if .Config.freeleech }}3{{ else }}1{{ end }}" # intitle, everywhere - place: intitle + place: "{{ if .Query.IMDBID }}everywhere{{ else }}intitle{{ end }}" sort: "{{ .Config.sort }}" type: "{{ .Config.type }}" @@ -116,7 +142,14 @@ search: leechers: selector: td:nth-last-child(1) downloadvolumefactor: - text: 0 + case: + img[src="/images/free.gif"]: 0 + "*": 1 uploadvolumefactor: text: 1 -# engine n/a + 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/c411.yml b/definitions/v11/c411.yml index 88bddb3a5..e93fd0bb3 100644 --- a/definitions/v11/c411.yml +++ b/definitions/v11/c411.yml @@ -13,15 +13,19 @@ legacylinks: caps: categorymappings: # from https://c411.org/api/torznab?apikey=YOUR-API-KEY&t=caps - - {id: 1000, cat: Console, desc: "Jeux Vidéo & Emulation"} + - {id: 1000, cat: Console, desc: "Jeux Vidéo & Emulation & VR"} - {id: 1030, cat: Console/Wii, desc: "Nintendo"} - - {id: 1040, cat: Console/XBox, desc: "Xbox"} + - {id: 1040, cat: Console/XBox, desc: "Microsoft"} - {id: 1080, cat: Console/PS4, desc: "Sony"} - {id: 1090, cat: Console/Other, desc: "Jeux Autre & ROM/ISO"} - {id: 2000, cat: Movies, desc: "Films & Vidéos"} - - {id: 2060, cat: Movies/Other, desc: "Animation Films & Vidéo-clips"} + - {id: 2010, cat: Movies/Other, desc: "Films Collection"} + - {id: 2030, cat: Movies/Foreign, desc: "Films Foreign"} + - {id: 2050, cat: Movies/Other, desc: "Vidéo-clips"} + - {id: 2060, cat: Movies/Other, desc: "Films Animation"} - {id: 2070, cat: Movies, desc: "Films Documentaire"} - - {id: 2090, cat: Movies/Other, desc: "Films Concert & Spectacle"} + - {id: 2080, cat: Movies/Other, desc: "Films Spectacle"} + - {id: 2090, cat: Movies/Other, desc: "Films Concert"} - {id: 3000, cat: Audio, desc: "Audio"} - {id: 3010, cat: Audio/MP3, desc: "Musique"} - {id: 3030, cat: Audio/Audiobook, desc: "Audiobooks"} @@ -36,7 +40,7 @@ caps: - {id: 5060, cat: TV/Sport, desc: "Sport"} - {id: 5070, cat: TV/Anime, desc: "Animation Série"} - {id: 5080, cat: TV/Documentary, desc: "Emission TV"} - - {id: 6000, cat: XXX, desc: "XXX"} + - {id: 6000, cat: XXX, desc: "3X & 3X VR"} - {id: 6010, cat: XXX/DVD, desc: "3X Films"} - {id: 6050, cat: XXX/Other, desc: "3X Ebooks"} - {id: 6060, cat: XXX/ImageSet, desc: "3X Images"} @@ -46,7 +50,7 @@ caps: - {id: 7010, cat: Books/Mags, desc: "Presse"} - {id: 7020, cat: Books/EBook, desc: "Livres"} - {id: 7030, cat: Books/Comics, desc: "BDs & Comics & Manga"} - - {id: 8010, cat: Other/Misc, desc: "Imprimante 3D & Objets & Personnages"} + - {id: 8010, cat: Other/Misc, desc: "Imprimante 3D & Objets & Pack & Personnages"} modes: search: [q] diff --git a/definitions/v11/extremebits.yml b/definitions/v11/extremebits.yml index 706bda117..e0f7d05c6 100644 --- a/definitions/v11/extremebits.yml +++ b/definitions/v11/extremebits.yml @@ -5,6 +5,8 @@ description: "ExtremeBits is a Private Torrent Tracker for EXTREME SPORTS" language: en-US type: private encoding: UTF-8 +certificates: + - f31a18c5e097512324e47b20f67ab4607553ae3c # Expired 24th Feb 2026 links: - https://extremebits.net/ diff --git a/definitions/v11/happyfappy.yml b/definitions/v11/happyfappy.yml index 40e5502f6..6b9eb0728 100644 --- a/definitions/v11/happyfappy.yml +++ b/definitions/v11/happyfappy.yml @@ -6,6 +6,8 @@ language: en-US type: private encoding: UTF-8 links: + - https://www.happyfappy.net/ +legacylinks: - https://www.happyfappy.org/ caps: diff --git a/definitions/v11/happyfappy2fa.yml b/definitions/v11/happyfappy2fa.yml index 661df6948..e7bd1df83 100644 --- a/definitions/v11/happyfappy2fa.yml +++ b/definitions/v11/happyfappy2fa.yml @@ -6,6 +6,8 @@ language: en-US type: private encoding: UTF-8 links: + - https://www.happyfappy.net/ +legacylinks: - https://www.happyfappy.org/ caps: diff --git a/definitions/v11/trackerzero.yml b/definitions/v11/trackerzero.yml index 1efff2cf7..c988b82c4 100644 --- a/definitions/v11/trackerzero.yml +++ b/definitions/v11/trackerzero.yml @@ -1,7 +1,7 @@ --- id: trackerzero name: TrackerZero -description: "TrackerZero is an ITALIAN Private Torrent Tracker for MOVIES / TV / MUSIC / SOFTWARE" +description: "TrackerZero is an ITALIAN Private PAY2DL Torrent Tracker for MOVIES / TV / MUSIC / SOFTWARE" language: it-IT type: private encoding: UTF-8 diff --git a/definitions/v11/world-torrent.yml b/definitions/v11/world-torrent.yml index 688b43b6f..992c0de1a 100644 --- a/definitions/v11/world-torrent.yml +++ b/definitions/v11/world-torrent.yml @@ -12,7 +12,7 @@ links: - https://ww2-mania-torrent.com/ - https://ww2-cine-torrent.com/ - https://ww2-magnet-torrent.com/ - - https://www-mega-torrent.com/ + - https://ww2-mega-torrent.com/ - https://ww3-zone-torrent.com/ - https://ww2-warez-torrent.com/ legacylinks: @@ -29,13 +29,6 @@ legacylinks: - https://www.site-torrent.com/ - https://www.rantop.my/ # actual legacylinks - - https://wvw-zetorrents.com/ - - https://www-zetorrents.com/ - - https://www.zetorrents1.com/ - - https://www.zetorrents.diy/ - - https://www.zetorrents2.com/ - - https://www.zetorrents.town/ - - https://zetorrents-proxy.site/ - https://ww1-zetorrents.me/ - https://www.zetorrents.rent/ - https://ww1-zetorrents.town/ @@ -50,6 +43,7 @@ legacylinks: - https://www-mania-torrent.com/ - https://www.mega-torrent9.com/ - https://ww1-mega-torrent.com/ + - https://www-mega-torrent.com/ - https://www.warez-torrent1.com/ - https://ww1-warez-torrent.com/ - https://www-warez-torrent.com/ diff --git a/definitions/v11/xxxclub.yml b/definitions/v11/xxxclub.yml index f2b49cafb..fed0fbc54 100644 --- a/definitions/v11/xxxclub.yml +++ b/definitions/v11/xxxclub.yml @@ -9,6 +9,7 @@ requestDelay: 3 links: - https://xxxclub.to/ - https://xxxclub.cc/ + - https://xxxclub.me/ caps: categorymappings: