diff --git a/README.md b/README.md index b6e4c64f8..742a201ec 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht * TorrentMafya * TorrentMax (토렌트맥스) * TorrentParadise - * TorrentProject * TorrentProject2 * TorrentQQ (토렌트큐큐) * Torrents.csv diff --git a/src/Jackett.Common/Definitions/torrentproject.yml b/src/Jackett.Common/Definitions/torrentproject.yml deleted file mode 100644 index ef8e2ab78..000000000 --- a/src/Jackett.Common/Definitions/torrentproject.yml +++ /dev/null @@ -1,114 +0,0 @@ ---- -id: torrentproject -name: TorrentProject -description: "TorrentProject is a Public torrent meta-search engine" -language: en-us -type: public -encoding: UTF-8 -links: - - https://torrentproject.to/ - - https://torrentproject.torrentbay.to/ - -caps: - categorymappings: - - {id: adult, cat: XXX, desc: Adult} - - {id: anime, cat: TV/Anime, desc: Anime} - - {id: audio, cat: Audio, desc: Audio} - - {id: audioalbum, cat: Audio, desc: "Audio Album"} - - {id: audioalbumlossless, cat: Audio/Lossless, desc: "Audio Album Lossless"} - - {id: audioalbummp3, cat: Audio/MP3, desc: "Audio Album MP3"} - - {id: audiolossless, cat: Audio/Lossless, desc: "Audio Lossless"} - - {id: audiomp3, cat: Audio/MP3, desc: "Audio MP3"} - - {id: books, cat: Books, desc: Books} - - {id: docebook, cat: Books/EBook, desc: "Doc Ebook"} - - {id: games, cat: PC/Games, desc: Games} - - {id: gamesnintendo, cat: Console/NDS, desc: "Games Nintendo"} - - {id: gamespc, cat: PC/Games, desc: "Games PC"} - - {id: gamesxbox, cat: Console/XBox, desc: "Games Xbox"} - - {id: literature, cat: Books, desc: Literature} - - {id: misc, cat: Other/Misc, desc: Misc} - - {id: mobile, cat: PC/Mobile-Other, desc: Mobile} - - {id: other, cat: Other, desc: Other} - - {id: playstation, cat: Console/PSP, desc: "Games Playstation"} - - {id: software, cat: PC/0day, desc: Software} - - {id: tv, cat: TV, desc: TV} - - {id: video, cat: TV, desc: Video} - - {id: videomovie, cat: Movies, desc: "Video Movie"} - - {id: videomovieadult, cat: XXX, desc: "Video Movie Adult"} - - {id: videomoviedvdrip, cat: Movies/SD, desc: "Video Movie DVDRip"} - - {id: videomoviehdrip, cat: Movies, desc: "Video Movie HDRip"} - - {id: videoshow, cat: TV, desc: "Video Show"} - - {id: videoshowadult, cat: XXX, desc: "Video Show Adult"} - - {id: videoshowmovie, cat: TV, desc: "Video Show Movie"} - - {id: xxx, cat: XXX, desc: Adult} - - modes: - search: [q] - tv-search: [q, season, ep] - movie-search: [q] - music-search: [q] - book-search: [q] - -settings: - - name: sort - type: select - label: Sort requested from site - default: latest - options: - latest: "created desc" - oldest: "created asc" - seeders: seeders - sizebg: "size desc" - sizesm: "size asc" - - name: flaresolverr - type: info - label: FlareSolverr - default: This site may use Cloudflare DDoS Protection, therefore Jackett requires FlareSolver to access it. - -search: - paths: - - path: "?t={{ .Keywords }}&orderby={{ .Config.sort }}" - - path: "?t={{ .Keywords }}&orderby={{ .Config.sort }}&page=2" - - rows: - selector: "#similarfiles div:has(a[href^=\"/\"]):not(:has(a[class^=\"notpicked\"]))" - - fields: - category: - text: Other - category|noappend: - optional: true - selector: div > span:nth-child(1) > span:nth-child(2) - filters: - - name: re_replace - args: ["[^a-zA-Z0-9]+", ""] - - name: tolower - title: - selector: span > a - details: - selector: span > a - attribute: href - infohash: - selector: span > a - attribute: href - filters: - - name: split - args: ["/", 1] - date: - selector: div > span:nth-child(4) - filters: - - name: timeago - size: - selector: div > span:nth-child(5) - description: - optional: true - selector: div > span:nth-child(1) > span:nth-child(2) - seeders: - selector: div > span:nth-child(2) - leechers: - selector: div > 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 17e9e6c0d..c5910e6d0 100644 --- a/src/Jackett.Updater/Program.cs +++ b/src/Jackett.Updater/Program.cs @@ -432,6 +432,7 @@ namespace Jackett.Updater "Definitions/torrentgalaxyorg.yml", // renamed to torrentgalaxy "Definitions/torrenthane.yml", "Definitions/torrentkim.yml", + "Definitions/torrentproject.yml", "Definitions/torrentquest.yml", "Definitions/torrentrex.yml", "Definitions/torrentseed.yml", // renamed to latinop2p #9065