diff --git a/definitions/v7/1337x.yml b/definitions/v7/1337x.yml index 767ece416..cbd7e3453 100644 --- a/definitions/v7/1337x.yml +++ b/definitions/v7/1337x.yml @@ -13,7 +13,7 @@ links: - https://x1337x.eu/ - https://x1337x.se/ - https://1337x.so/ - - https://1337x.unblockit.zip/ + - https://1337x.unblockit.foo/ - https://1337x.ninjaproxy1.com/ - https://1337x.mrunblock.bond/ legacylinks: @@ -22,7 +22,6 @@ legacylinks: - https://1337x.nocensor.biz/ - https://1337x.gd/ - https://1337x.nocensor.sbs/ - - https://1337x.unblockit.ist/ - https://1337x.unblockit.bet/ - https://1337x.unblockit.cat/ - https://1337x.unblockit.nz/ @@ -43,6 +42,7 @@ legacylinks: - https://1337x.unblockninja.com/ - https://1337x.unblockit.vegas/ - https://1337x.unblockit.esq/ + - https://1337x.unblockit.zip/ caps: categorymappings: diff --git a/definitions/v7/beload.yml b/definitions/v7/beload.yml new file mode 100644 index 000000000..8c15c5771 --- /dev/null +++ b/definitions/v7/beload.yml @@ -0,0 +1,153 @@ +--- +id: beload +name: Beload +description: "Beload is a HUNGARIAN Private Torrent Tracker for MOVIES / TV / GENERAL" +language: hu-HU +type: private +encoding: UTF-8 +links: + - https://beload.org/ + +caps: + categorymappings: + - {id: 27, cat: Movies/DVD, desc: "Animáció/DVD/Eng"} + - {id: 26, cat: Movies/DVD, desc: "Animáció/DVD/Hun"} + - {id: 25, cat: Movies/HD, desc: "Animáció/HD/Eng"} + - {id: 24, cat: Movies/HD, desc: "Animáció/HD/Hun"} + - {id: 28, cat: Movies/SD, desc: "Animáció/SD/Hun"} + - {id: 12, cat: Movies/SD, desc: "Film/Cam/Eng"} + - {id: 11, cat: Movies/SD, desc: "Film/Cam/Hun"} + - {id: 4, cat: Movies/DVD, desc: "Film/DVD-R/Eng"} + - {id: 3, cat: Movies/DVD, desc: "Film/DVD-R/Hun"} + - {id: 6, cat: Movies/DVD, desc: "Film/DVD9/Eng"} + - {id: 5, cat: Movies/DVD, desc: "Film/DVD9/Hun"} + - {id: 2, cat: Movies/Foreign, desc: "Film/HD/Eng"} + - {id: 1, cat: Movies/HD, desc: "Film/HD/Hun"} + - {id: 8, cat: Movies/Foreign, desc: "Film/SD/Eng"} + - {id: 7, cat: Movies/SD, desc: "Film/SD/Hun"} + - {id: 10, cat: Movies/Foreign, desc: "Film/XviD/Eng"} + - {id: 9, cat: Movies/SD, desc: "Film/XviD/Hun"} + - {id: 31, cat: Audio/Audiobook, desc: "Hangoskönyv"} + - {id: 30, cat: Books/Foreign, desc: "Könyv/Eng"} + - {id: 29, cat: Books/EBook, desc: "Könyv/Hun"} + - {id: 14, cat: TV/Foreign, desc: "Sorozat/HD/Eng"} + - {id: 13, cat: TV/HD, desc: "Sorozat/HD/Hun"} + - {id: 16, cat: TV/Foreign, desc: "Sorozat/SD/Eng"} + - {id: 15, cat: TV/SD, desc: "Sorozat/SD/hun"} + - {id: 38, cat: XXX/SD, desc: "XXX/HD"} + - {id: 41, cat: XXX/ImageSet, desc: "XXX/Kép"} + - {id: 40, cat: XXX/SD, desc: "XXX/SD"} + - {id: 20, cat: Audio/Foreign, desc: "Zene/Mp3/Eng"} + - {id: 19, cat: Audio/MP3, desc: "Zene/Mp3/Hun"} + + 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: sort + type: select + label: Sort requested from site + default: 4 + options: + 1: title + 4: created + 7: seeders + 5: size + - name: type + type: select + label: Order requested from site + default: desc + options: + desc: desc + asc: asc + +login: + method: cookie + inputs: + cookie: "{{ .Config.cookie }}" + test: + path: index.php + selector: a[href="/logout.php"] + +search: + paths: + - path: browse.php + + inputs: + $raw: "{{ range .Categories }}c{{.}}=1&{{end}}" + search: "{{ .Keywords }}" + # 0 active, 1 both, 2 dead, 3 my uploa, 4 waiting for seeds + incldead: 1 + sort: "{{ .Config.sort }}" + order: "{{ .Config.type }}" + # does not support imdbid searches + + rows: + selector: "td.text table tbody tr:has(a[href^=\"details.php?id=\"]):not(:has(a[href=\"browse.php?cat=0\"]))" + + fields: + category: + selector: a[href^="browse.php?cat="] + attribute: href + filters: + - name: querystring + args: cat + title: + selector: a[href^="details.php?id="] + attribute: title + filters: + - name: regexp + args: "Név: (.+?)\\n" + details: + selector: a[href^="details.php?id="] + attribute: href + download: + selector: a[href^="download.php?torrent="] + attribute: href + imdbid: + selector: a[href*="imdb.com/title/tt"] + attribute: href + poster: + selector: a.preview + attribute: href + date: + selector: td:nth-last-child(5) + filters: + - name: append + args: " +01:00" # CET + - name: dateparse + args: "yyyy-MM-dd HH:mm:ss zzz" + files: + selector: td:nth-last-child(7) + size: + selector: td:nth-last-child(4) b + grabs: + selector: td:nth-last-child(3) + seeders: + selector: td:nth-last-child(2) + leechers: + selector: td:nth-last-child(1) + downloadvolumefactor: + case: + font:contains("x0"): 0 + "*": 1 + uploadvolumefactor: + case: + font:contains("x2"): 2 + font:contains("x4"): 4 + "*": 1 + minimumseedtime: + # 3 days (as seconds = 3 x 24 x 60 x 60) + text: 259200 +# engine n/a diff --git a/definitions/v7/demonoid.yml b/definitions/v7/demonoid.yml index d47d08e33..8c94c160e 100644 --- a/definitions/v7/demonoid.yml +++ b/definitions/v7/demonoid.yml @@ -9,14 +9,13 @@ links: - https://www.demonoid.is/ - https://www.dnoid.to/ - https://www.dnoid.pw/ - - https://demonoid.unblockit.zip/ + - https://demonoid.unblockit.foo/ - https://demonoid.torrentbay.net/ - https://demonoid.mrunblock.bond/ - https://demonoid.nocensor.cloud/ legacylinks: - https://demonoid.nocensor.biz/ - https://demonoid.nocensor.sbs/ - - https://demonoid.unblockit.ist/ - https://demonoid.unblockit.bet/ - https://demonoid.unblockit.cat/ - https://demonoid.unblockit.nz/ @@ -43,6 +42,7 @@ legacylinks: - https://demonoid.nocensor.click/ - https://demonoid.unblockit.vegas/ - https://demonoid.unblockit.esq/ + - https://demonoid.unblockit.zip/ caps: categorymappings: diff --git a/definitions/v7/estone.yml b/definitions/v7/estone.yml index a8bbc40c4..f229cdb61 100644 --- a/definitions/v7/estone.yml +++ b/definitions/v7/estone.yml @@ -1,7 +1,7 @@ --- id: estone name: eStone -description: "eStone (XiDER, BeLoad, BigTorrent) is a HUNGARIAN Private Torrent Tracker for 0DAY / GENERAL" +description: "eStone (XiDER, BigTorrent) is a HUNGARIAN Private Torrent Tracker for 0DAY / GENERAL" language: hu-HU type: private encoding: UTF-8 diff --git a/definitions/v7/extratorrent-st.yml b/definitions/v7/extratorrent-st.yml index c47119c7e..71688798c 100644 --- a/definitions/v7/extratorrent-st.yml +++ b/definitions/v7/extratorrent-st.yml @@ -7,14 +7,13 @@ type: public encoding: UTF-8 links: - https://extratorrent.st/ - - https://extratorrent.unblockit.zip/ + - https://extratorrent.unblockit.foo/ - https://extratorrent.mrunblock.bond/ - https://extratorrent.nocensor.cloud/ legacylinks: - https://extratorrent.nocensor.work/ - https://extratorrent.nocensor.biz/ - https://extratorrent.nocensor.sbs/ - - https://extratorrent.unblockit.ist/ - https://extratorrent.unblockit.bet/ - https://extratorrent.unblockit.cat/ - https://extratorrent.unblockit.nz/ @@ -35,6 +34,7 @@ legacylinks: - https://extratorrent.nocensor.click/ - https://extratorrent.unblockit.vegas/ - https://extratorrent.unblockit.esq/ + - https://extratorrent.unblockit.zip/ caps: categorymappings: diff --git a/definitions/v7/eztv.yml b/definitions/v7/eztv.yml index 02887fef5..a82e58aa5 100644 --- a/definitions/v7/eztv.yml +++ b/definitions/v7/eztv.yml @@ -12,7 +12,6 @@ links: - https://eztv.yt/ - https://eztv1.xyz/ - https://eztv.unblockninja.com/ - - https://eztv.unblockit.zip/ - https://eztv.mrunblock.bond/ - https://eztv.nocensor.cloud/ legacylinks: @@ -22,7 +21,6 @@ legacylinks: - https://eztv.io/ - https://eztv.nocensor.biz/ - https://eztv.nocensor.sbs/ - - https://eztv.unblockit.ist/ - https://eztv.unblockit.bet/ - https://eztv.unblockit.cat/ - https://eztv.unblockit.nz/ @@ -43,6 +41,8 @@ legacylinks: - https://eztv.nocensor.click/ - https://eztv.unblockit.vegas/ - https://eztv.unblockit.esq/ + - https://eztv.unblockit.zip/ + - https://eztv.unblockit.foo/ # 403 caps: categories: diff --git a/definitions/v7/glodls.yml b/definitions/v7/glodls.yml index 3951a6b63..c46139bf0 100644 --- a/definitions/v7/glodls.yml +++ b/definitions/v7/glodls.yml @@ -8,7 +8,7 @@ encoding: UTF-8 links: - https://glodls.to/ - https://www.gtdb.to/ - - https://glotorrents.unblockit.zip/ + - https://glotorrents.unblockit.foo/ - https://glotorrents.mrunblock.bond/ - https://glodls.unblockninja.com/ - https://glotorrents.nocensor.cloud/ @@ -17,7 +17,6 @@ legacylinks: - https://gtdb.to/ - https://glotorrents.nocensor.biz/ - https://glotorrents.nocensor.sbs/ - - https://glotorrents.unblockit.ist/ - https://glotorrents.unblockit.bet/ - https://glotorrents.unblockit.cat/ - https://glotorrents.unblockit.nz/ @@ -39,6 +38,7 @@ legacylinks: - https://gtdb.cc/ - https://glotorrents.unblockit.vegas/ - https://glotorrents.unblockit.esq/ + - https://glotorrents.unblockit.zip/ caps: categorymappings: diff --git a/definitions/v7/limetorrents.yml b/definitions/v7/limetorrents.yml index 31e4a4075..ad3a2107f 100644 --- a/definitions/v7/limetorrents.yml +++ b/definitions/v7/limetorrents.yml @@ -8,7 +8,7 @@ encoding: UTF-8 # changes to this indexer should also be made to limetorrentsclone links: - https://www.limetorrents.lol/ - - https://limetorrents.unblockit.zip/ + - https://limetorrents.unblockit.foo/ - https://limetorrents.ninjaproxy1.com/ - https://limetorrents.mrunblock.bond/ - https://limetorrents.nocensor.cloud/ @@ -23,7 +23,6 @@ legacylinks: - https://limetor.com/ - https://www.limetor.pro/ - https://www.limetorrents.pro/ - - https://limetorrents.unblockit.ist/ - https://limetorrents.unblockit.bet/ - https://limetorrents.unblockit.cat/ - https://limetorrents.unblockit.nz/ @@ -45,6 +44,7 @@ legacylinks: - https://limetorrents.unblockninja.com/ - https://limetorrents.unblockit.vegas/ - https://limetorrents.unblockit.esq/ + - https://limetorrents.unblockit.zip/ caps: categorymappings: diff --git a/definitions/v7/torlock.yml b/definitions/v7/torlock.yml index dae11b746..f0142b87f 100644 --- a/definitions/v7/torlock.yml +++ b/definitions/v7/torlock.yml @@ -9,7 +9,7 @@ requestDelay: 2 links: - https://www.torlock2.com/ - https://www.torlock.com/ - - https://torlock.unblockit.zip/ + - https://torlock.unblockit.foo/ - https://torlock.nocensor.cloud/ - https://torlock.mrunblock.bond/ legacylinks: @@ -17,7 +17,6 @@ legacylinks: - https://torlock.nocensor.biz/ - https://www.torlock.icu/ - https://torlock.nocensor.sbs/ - - https://torlock.unblockit.ist/ - https://torlock.unblockit.bet/ - https://torlock.unblockit.cat/ - https://torlock.unblockit.nz/ @@ -37,6 +36,7 @@ legacylinks: - https://torlock.nocensor.click/ - https://torlock.unblockit.vegas/ - https://torlock.unblockit.esq/ + - https://torlock.unblockit.zip/ caps: # dont forget to update the search fields category case block diff --git a/definitions/v7/torrentdownload.yml b/definitions/v7/torrentdownload.yml index 4115b7ad8..e72927a83 100644 --- a/definitions/v7/torrentdownload.yml +++ b/definitions/v7/torrentdownload.yml @@ -7,7 +7,7 @@ type: public encoding: UTF-8 links: - https://www.torrentdownload.info/ - - https://torrentdownload.unblockit.zip/ + - https://torrentdownload.unblockit.foo/ - https://torrentdownload.mrunblock.bond/ - https://torrentdownload.nocensor.cloud/ legacylinks: @@ -15,7 +15,6 @@ legacylinks: - https://torrentdownload.nocensor.work/ - https://torrentdownload.nocensor.biz/ - https://torrentdownload.nocensor.sbs/ - - https://torrentdownload.unblockit.ist/ - https://torrentdownload.unblockit.bet/ - https://torrentdownload.unblockit.cat/ - https://torrentdownload.unblockit.nz/ @@ -35,6 +34,7 @@ legacylinks: - https://torrentdownload.nocensor.click/ - https://torrentdownload.unblockit.vegas/ - https://torrentdownload.unblockit.esq/ + - https://torrentdownload.unblockit.zip/ caps: categorymappings: diff --git a/definitions/v7/torrentdownloads.yml b/definitions/v7/torrentdownloads.yml index bee266540..8d279d5cf 100644 --- a/definitions/v7/torrentdownloads.yml +++ b/definitions/v7/torrentdownloads.yml @@ -7,7 +7,7 @@ type: public encoding: UTF-8 links: - https://www.torrentdownloads.pro/ - - https://torrentdownloads.unblockit.zip/ + - https://torrentdownloads.unblockit.foo/ - https://torrentdownloads.mrunblock.bond/ - https://torrentdownloads.unblockninja.com/ - https://torrentdownloads.nocensor.cloud/ @@ -16,7 +16,6 @@ legacylinks: - https://torrentdownloads.nocensor.work/ - https://torrentdownloads.nocensor.biz/ - https://torrentdownloads.nocensor.sbs/ - - https://torrentdownloads.unblockit.ist/ - https://torrentdownloads.unblockit.bet/ - https://torrentdownloads.unblockit.cat/ - https://torrentdownloads.unblockit.nz/ @@ -37,6 +36,7 @@ legacylinks: - https://torrentdownloads.nocensor.click/ - https://torrentdownloads.unblockit.vegas/ - https://torrentdownloads.unblockit.esq/ + - https://torrentdownloads.unblockit.zip/ caps: categorymappings: diff --git a/definitions/v7/torrentfunk.yml b/definitions/v7/torrentfunk.yml index ba8450f0c..c30dc68ad 100644 --- a/definitions/v7/torrentfunk.yml +++ b/definitions/v7/torrentfunk.yml @@ -8,7 +8,7 @@ encoding: UTF-8 links: - https://www.torrentfunk.com/ - https://www.torrentfunk2.com/ - - https://torrentfunk.unblockit.zip/ + - https://torrentfunk.unblockit.foo/ - https://torrentfunk.nocensor.cloud/ - https://torrentfunk.mrunblock.bond/ - https://torrentfunk.ninjaproxy1.com/ @@ -17,7 +17,6 @@ legacylinks: - https://torrentfunk.nocensor.work/ - https://torrentfunk.nocensor.biz/ - https://torrentfunk.nocensor.sbs/ - - https://torrentfunk.unblockit.ist/ - https://torrentfunk.unblockit.bet/ - https://torrentfunk.unblockit.cat/ - https://torrentfunk.unblockit.nz/ @@ -37,6 +36,7 @@ legacylinks: - https://torrentfunk.nocensor.click/ - https://torrentfunk.unblockit.vegas/ - https://torrentfunk.unblockit.esq/ + - https://torrentfunk.unblockit.zip/ caps: categorymappings: diff --git a/definitions/v7/torrentgalaxy.yml b/definitions/v7/torrentgalaxy.yml index 0bcc96722..22beb35f3 100644 --- a/definitions/v7/torrentgalaxy.yml +++ b/definitions/v7/torrentgalaxy.yml @@ -10,7 +10,6 @@ links: - https://torrentgalaxy.mx/ - https://tgx.rs/ - https://tgx.sb/ - - https://torrentgalaxy.unblockit.zip/ - https://torrentgalaxy.unblockninja.com/ legacylinks: - https://torrentgalaxy.org/ # redirects to *.to @@ -20,7 +19,6 @@ legacylinks: - https://torrentgalaxy.nocensor.work/ - https://torrentgalaxy.nocensor.biz/ - https://torrentgalaxy.nocensor.sbs/ - - https://torrentgalaxy.unblockit.ist/ - https://torrentgalaxy.unblockit.bet/ - https://torrentgalaxy.nocensor.world/ # banned - https://torrentgalaxy.unblockit.cat/ @@ -36,6 +34,8 @@ legacylinks: - https://torrentgalaxy.unblockit.rsvp/ - https://torrentgalaxy.unblockit.vegas/ - https://torrentgalaxy.unblockit.esq/ + - https://torrentgalaxy.unblockit.zip/ + - https://torrentgalaxy.unblockit.foo/ # 504 caps: categorymappings: diff --git a/definitions/v7/yts.yml b/definitions/v7/yts.yml index b302d8566..f4250bf75 100644 --- a/definitions/v7/yts.yml +++ b/definitions/v7/yts.yml @@ -9,7 +9,7 @@ requestDelay: 2.5 # 2.5 requests per second (2 causes problems) links: # dont forget to update the details, download and poster replace args - https://yts.mx/ - - https://yts.unblockit.zip/ + - https://yts.unblockit.foo/ - https://yts.ninjaproxy1.com/ - https://yts.mrunblock.bond/ - https://yts.nocensor.cloud/ @@ -19,7 +19,6 @@ legacylinks: - https://yts.lt/ - https://yts.nocensor.biz/ - https://yts.nocensor.sbs/ - - https://yts.unblockit.ist/ - https://yts.unblockit.bet/ - https://yts.unblockit.cat/ - https://yts.unblockit.nz/ @@ -41,6 +40,7 @@ legacylinks: - https://yts.unblockninja.com/ - https://yts.unblockit.vegas/ - https://yts.unblockit.esq/ + - https://yts.unblockit.zip/ caps: categorymappings: diff --git a/definitions/v9/demonoid.yml b/definitions/v9/demonoid.yml index c288e3dc7..7ab415580 100644 --- a/definitions/v9/demonoid.yml +++ b/definitions/v9/demonoid.yml @@ -9,14 +9,13 @@ links: - https://www.demonoid.is/ - https://www.dnoid.to/ - https://www.dnoid.pw/ - - https://demonoid.unblockit.zip/ + - https://demonoid.unblockit.foo/ - https://demonoid.torrentbay.net/ - https://demonoid.mrunblock.bond/ - https://demonoid.nocensor.cloud/ legacylinks: - https://demonoid.nocensor.biz/ - https://demonoid.nocensor.sbs/ - - https://demonoid.unblockit.ist/ - https://demonoid.unblockit.bet/ - https://demonoid.unblockit.cat/ - https://demonoid.unblockit.nz/ @@ -43,6 +42,7 @@ legacylinks: - https://demonoid.nocensor.click/ - https://demonoid.unblockit.vegas/ - https://demonoid.unblockit.esq/ + - https://demonoid.unblockit.zip/ caps: categorymappings: diff --git a/definitions/v9/extratorrent-st.yml b/definitions/v9/extratorrent-st.yml index 41c194223..7142c7cf4 100644 --- a/definitions/v9/extratorrent-st.yml +++ b/definitions/v9/extratorrent-st.yml @@ -7,14 +7,13 @@ type: public encoding: UTF-8 links: - https://extratorrent.st/ - - https://extratorrent.unblockit.zip/ + - https://extratorrent.unblockit.foo/ - https://extratorrent.mrunblock.bond/ - https://extratorrent.nocensor.cloud/ legacylinks: - https://extratorrent.nocensor.work/ - https://extratorrent.nocensor.biz/ - https://extratorrent.nocensor.sbs/ - - https://extratorrent.unblockit.ist/ - https://extratorrent.unblockit.bet/ - https://extratorrent.unblockit.cat/ - https://extratorrent.unblockit.nz/ @@ -35,6 +34,7 @@ legacylinks: - https://extratorrent.nocensor.click/ - https://extratorrent.unblockit.vegas/ - https://extratorrent.unblockit.esq/ + - https://extratorrent.unblockit.zip/ caps: categorymappings: diff --git a/definitions/v9/eztv.yml b/definitions/v9/eztv.yml index 261c2d8d9..7a6b675b3 100644 --- a/definitions/v9/eztv.yml +++ b/definitions/v9/eztv.yml @@ -12,7 +12,6 @@ links: - https://eztv.yt/ - https://eztv1.xyz/ - https://eztv.unblockninja.com/ - - https://eztv.unblockit.zip/ - https://eztv.mrunblock.bond/ - https://eztv.nocensor.cloud/ legacylinks: @@ -22,7 +21,6 @@ legacylinks: - https://eztv.io/ - https://eztv.nocensor.biz/ - https://eztv.nocensor.sbs/ - - https://eztv.unblockit.ist/ - https://eztv.unblockit.bet/ - https://eztv.unblockit.cat/ - https://eztv.unblockit.nz/ @@ -43,6 +41,8 @@ legacylinks: - https://eztv.nocensor.click/ - https://eztv.unblockit.vegas/ - https://eztv.unblockit.esq/ + - https://eztv.unblockit.zip/ + - https://eztv.unblockit.foo/ # 403 caps: categories: diff --git a/definitions/v9/glodls.yml b/definitions/v9/glodls.yml index d0347068a..bb66f9ab8 100644 --- a/definitions/v9/glodls.yml +++ b/definitions/v9/glodls.yml @@ -8,7 +8,7 @@ encoding: UTF-8 links: - https://glodls.to/ - https://www.gtdb.to/ - - https://glotorrents.unblockit.zip/ + - https://glotorrents.unblockit.foo/ - https://glotorrents.mrunblock.bond/ - https://glodls.unblockninja.com/ - https://glotorrents.nocensor.cloud/ @@ -17,7 +17,6 @@ legacylinks: - https://gtdb.to/ - https://glotorrents.nocensor.biz/ - https://glotorrents.nocensor.sbs/ - - https://glotorrents.unblockit.ist/ - https://glotorrents.unblockit.bet/ - https://glotorrents.unblockit.cat/ - https://glotorrents.unblockit.nz/ @@ -39,6 +38,7 @@ legacylinks: - https://gtdb.cc/ - https://glotorrents.unblockit.vegas/ - https://glotorrents.unblockit.esq/ + - https://glotorrents.unblockit.zip/ caps: categorymappings: diff --git a/definitions/v9/limetorrents.yml b/definitions/v9/limetorrents.yml index 1490e4e9e..3947d32eb 100644 --- a/definitions/v9/limetorrents.yml +++ b/definitions/v9/limetorrents.yml @@ -8,7 +8,7 @@ encoding: UTF-8 # changes to this indexer should also be made to limetorrentsclone links: - https://www.limetorrents.lol/ - - https://limetorrents.unblockit.zip/ + - https://limetorrents.unblockit.foo/ - https://limetorrents.ninjaproxy1.com/ - https://limetorrents.mrunblock.bond/ - https://limetorrents.nocensor.cloud/ @@ -23,7 +23,6 @@ legacylinks: - https://limetor.com/ - https://www.limetor.pro/ - https://www.limetorrents.pro/ - - https://limetorrents.unblockit.ist/ - https://limetorrents.unblockit.bet/ - https://limetorrents.unblockit.cat/ - https://limetorrents.unblockit.nz/ @@ -45,6 +44,7 @@ legacylinks: - https://limetorrents.unblockninja.com/ - https://limetorrents.unblockit.vegas/ - https://limetorrents.unblockit.esq/ + - https://limetorrents.unblockit.zip/ caps: categorymappings: diff --git a/definitions/v9/yts.yml b/definitions/v9/yts.yml index 823986eb6..ea48f1716 100644 --- a/definitions/v9/yts.yml +++ b/definitions/v9/yts.yml @@ -9,7 +9,7 @@ requestDelay: 2.5 # 2.5 requests per second (2 causes problems) links: # dont forget to update the details, download and poster replace args - https://yts.mx/ - - https://yts.unblockit.zip/ + - https://yts.unblockit.foo/ - https://yts.ninjaproxy1.com/ - https://yts.mrunblock.bond/ - https://yts.nocensor.cloud/ @@ -19,7 +19,6 @@ legacylinks: - https://yts.lt/ - https://yts.nocensor.biz/ - https://yts.nocensor.sbs/ - - https://yts.unblockit.ist/ - https://yts.unblockit.bet/ - https://yts.unblockit.cat/ - https://yts.unblockit.nz/ @@ -41,6 +40,7 @@ legacylinks: - https://yts.unblockninja.com/ - https://yts.unblockit.vegas/ - https://yts.unblockit.esq/ + - https://yts.unblockit.zip/ caps: categorymappings: