From f90ee65cfe912520c1222f214ba28e8f9c7f2362 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Tue, 11 Apr 2023 15:47:28 +0100 Subject: [PATCH] torrentdownloads: removed, down for 30 days. resolves #13291 (#14241) --- README.md | 1 - .../Definitions/torrentdownloads.yml | 127 ------------------ src/Jackett.Updater/Program.cs | 1 + 3 files changed, 1 insertion(+), 128 deletions(-) delete mode 100644 src/Jackett.Common/Definitions/torrentdownloads.yml diff --git a/README.md b/README.md index d34b4b226..26897a523 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht * Tokyo Tosho * Torlock * Torrent[CORE] - * Torrent Downloads (TD) * Torrent Oyun indir * torrent.by * torrent-pirat diff --git a/src/Jackett.Common/Definitions/torrentdownloads.yml b/src/Jackett.Common/Definitions/torrentdownloads.yml deleted file mode 100644 index 75992034d..000000000 --- a/src/Jackett.Common/Definitions/torrentdownloads.yml +++ /dev/null @@ -1,127 +0,0 @@ ---- -id: torrentdownloads -name: Torrent Downloads -description: "Torrent Downloads (TD) is a Public torrent site for all kinds of content" -language: en-US -type: public -encoding: UTF-8 -followredirect: true -links: - - https://www.torrentdownloads.info/ - - https://www.torrentdownloads.pro/ - - https://torrentdownloads.unblockit.click/ - - https://torrentdownloads.mrunblock.guru/ - - https://torrentdownloads.unblockninja.com/ -legacylinks: - - https://www.torrentdownloads.me/ - - https://torrentdownloads.nocensor.work/ - - https://torrentdownloads.unblockit.how/ - - https://torrentdownloads.unblockit.cam/ - - https://torrentdownloads.nocensor.biz/ - - https://torrentdownloads.unblockit.day/ - - https://torrentdownloads.unblockit.llc/ - - https://torrentdownloads.unblockit.blue/ - - https://torrentdownloads.unblockit.name/ - - https://torrentdownloads.nocensor.sbs/ - - https://torrentdownloads.unblockit.ist/ - - https://torrentdownloads.unblockit.bet/ - - https://torrentdownloads.unblockit.cat/ - - https://torrentdownloads.unblockit.nz/ - - https://torrentdownloads.nocensor.world/ - - https://torrentdownloads.unblockit.page/ - - https://torrentdownloads.unblockit.pet/ - - https://torrentdownloads.nocensor.lol/ - - https://torrentdownloads.unblockit.ink/ - - https://torrentdownloads.unblockit.bio/ - - https://torrentdownloads.unblockit.boo/ - -caps: - categorymappings: - - {id: 8, cat: TV, desc: "TV Shows"} - - {id: 4, cat: Movies, desc: "Movies"} - - {id: 5, cat: Audio, desc: "Music"} - - {id: 3, cat: PC/Games, desc: "Games"} - - {id: 7, cat: PC, desc: "Software"} - - {id: 1, cat: TV/Anime, desc: "Anime"} - - {id: 2, cat: Books, desc: "Books"} - - {id: 9, cat: Other, desc: "Other"} - - {id: 0, cat: Other, desc: "Other"} - - {id: 6, cat: Other, desc: "Pics"} - - modes: - search: [q] - tv-search: [q, season, ep] - movie-search: [q] - music-search: [q] - book-search: [q] - -settings: - - name: downloadlink - type: select - label: Download link - default: "magnet:" - options: - "http://itorrents.org/": "iTorrents.org" - "magnet:": "magnet" - - name: downloadlink2 - type: select - label: Download link (fallback) - default: "http://itorrents.org/" - options: - "http://itorrents.org/": "iTorrents.org" - "magnet:": "magnet" - - name: info_download - type: info - label: About the Download links - default: As the .torrent download links on this site are known to fail from time to time, you can optionally set as a fallback an automatic alternate link. - -download: - selectors: - - selector: a[href^="{{ .Config.downloadlink }}"] - attribute: href - - selector: a[href^="{{ .Config.downloadlink2 }}"] - attribute: href - -search: - paths: - - path: "{{ if .Keywords }}/search/{{ else }}/today/{{ end }}" - followredirect: true - inputs: - $raw: "{{ range .Categories }}s_cat={{.}}&{{end}}" - search: "{{ .Keywords }}" - - rows: - selector: div.inner_container > div:has(p:has(a[href^="/torrent/"])):not(:has(span.__cf_email__)) - - fields: - category: - selector: img[src^="/templates/new/images/icons/menu_icon"] - attribute: src - filters: - - name: regexp - args: (\d+) - title: - selector: p:nth-child(1) > a - attribute: title - filters: - - name: replace - args: ["View torrent info : ", ""] - details: - selector: p:nth-child(1) > a[href^="/torrent/"] - attribute: href - download: - selector: p:nth-child(1) > a[href^="/torrent/"] - attribute: href - date: - text: now - size: - selector: span:nth-child(5) - seeders: - selector: span:nth-child(4) - leechers: - selector: span:nth-child(3) - downloadvolumefactor: - text: 0 - uploadvolumefactor: - text: 1 -# engine n/a diff --git a/src/Jackett.Updater/Program.cs b/src/Jackett.Updater/Program.cs index 89f8eee3d..1499944fd 100644 --- a/src/Jackett.Updater/Program.cs +++ b/src/Jackett.Updater/Program.cs @@ -576,6 +576,7 @@ namespace Jackett.Updater "Definitions/torrentbomb.yml", "Definitions/torrentcouch.yml", "Definitions/torrentdb.yml", + "Definitions/torrentdownloads.yml", "Definitions/torrentfactory.yml", "Definitions/torrentgalaxyorg.yml", // renamed to torrentgalaxy "Definitions/torrenthane.yml",