diff --git a/README.md b/README.md index 8e7d8628f..a5c90e5c7 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht * LePorno.info * LimeTorrents * LinuxTracker - * MacTorrents * Mac Torrents Download * MegaPeer * MejorTorrent diff --git a/src/Jackett.Common/Definitions/mactorrents.yml b/src/Jackett.Common/Definitions/mactorrents.yml deleted file mode 100644 index 5fc7214f0..000000000 --- a/src/Jackett.Common/Definitions/mactorrents.yml +++ /dev/null @@ -1,76 +0,0 @@ ---- -id: mactorrents -name: MacTorrents -description: "MacTorrents is a Public tracker for Mac software" -language: en-US -type: public -encoding: UTF-8 -links: - - https://mac-torrents.io/ -legacylinks: - - https://mac-torrents.com/ - - https://www.mac-torrents.com/ - -caps: - categorymappings: - - {id: "mac-os-apps", cat: PC/Mac, desc: "Apps"} - - {id: "games", cat: PC/Games, desc: Games} - - {id: "uncategorized", cat: Other, desc: Uncategorized} - - modes: - search: [q] - -settings: - - name: flaresolverr - type: info - label: FlareSolverr - default: This site may use Cloudflare DDoS Protection, therefore Jackett requires FlareSolver to access it. - -search: - paths: - - path: / - inputs: - s: "{{ .Keywords }}" - - rows: - selector: div.iso-item article:has(a.download) - filters: - - name: andmatch - - fields: - title: - selector: div.blog-content h3 a - category: - selector: a[href*="/mac-os-apps/"], a[href*="/games/"], a[href*="/uncategorized/"] - attribute: href - filters: - - name: split - args: ["/", 3] - details: - selector: div.blog-content h3 a - attribute: href - download: - selector: a.download - attribute: href - poster: - selector: div.blog-media p a img - attribute: data-src - date: - selector: time - attribute: datetime - filters: - - name: replace - args: ["T", " "] - - name: dateparse - args: "2006-01-02 15:04:05-07:00" - size: - text: "512 MB" - seeders: - text: 1 - leechers: - text: 1 - downloadvolumefactor: - text: 0 - uploadvolumefactor: - text: 1 -# engine n/a diff --git a/src/Jackett.Updater/Program.cs b/src/Jackett.Updater/Program.cs index a4583c518..be04d0ec5 100644 --- a/src/Jackett.Updater/Program.cs +++ b/src/Jackett.Updater/Program.cs @@ -375,6 +375,7 @@ namespace Jackett.Updater "Definitions/leparadisdunet.yml", "Definitions/leporno.yml", "Definitions/liaorencili.yml", // renamed to cilipro + "Definitions/mactorrents.yml", "Definitions/magnet4you.yml", "Definitions/magnetdl.yml", "Definitions/maniatorrent.yml",