diff --git a/README.md b/README.md index dc6631a4a..38db83553 100644 --- a/README.md +++ b/README.md @@ -289,7 +289,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/ * Torrenting * Torrentland * TorrentLeech (TL) - * Torrents.Md * TorrentSeeds (TS) * Torrent-Syndikat * TOrrent-tuRK (TORK) diff --git a/src/Jackett.Common/Definitions/torrentsmd.yml b/src/Jackett.Common/Definitions/torrentsmd.yml deleted file mode 100644 index 4ffbbbe67..000000000 --- a/src/Jackett.Common/Definitions/torrentsmd.yml +++ /dev/null @@ -1,96 +0,0 @@ ---- - site: torrentsmd - name: Torrents.Md - description: "Torrents.Md is a Moldovan Private site for TV / MOVIES / GENERAL" - language: ru-mo - type: private - encoding: UTF-8 - links: - - https://torrentsmd.com/ - - caps: - categorymappings: - - {id: 1, cat: Movies, desc: "Filme"} - - {id: 2, cat: Audio, desc: "Muzică"} - - {id: 3, cat: PC, desc: "Software"} - - {id: 4, cat: Console, desc: "Jocuri"} - - {id: 5, cat: TV, desc: "Tv"} - - {id: 7, cat: Other, desc: "Alte"} - - {id: 8, cat: Books, desc: "Cărţi"} - - {id: 9, cat: Audio/Video, desc: "Muzică video"} - - {id: 10, cat: TV/Anime, desc: "Anime"} - - {id: 11, cat: Movies, desc: "Filme animate"} - - {id: 12, cat: Movies/DVD, desc: "DVD"} - - {id: 13, cat: Movies, desc: "Filme documentare"} - - {id: 14, cat: Audio/Audiobook, desc: "Cărţi audio"} - - {id: 15, cat: Other, desc: "Lecţii video"} - - {id: 16, cat: Other, desc: "Fotografii"} - - {id: 17, cat: TV/Sport, desc: "Sport"} - - {id: 18, cat: TV/HD, desc: "HDTV"} - - modes: - search: [q] - tv-search: [q, season, ep] - - login: - path: login.php - method: form - form: form - inputs: - username: "{{ .Config.username }}" - password: "{{ .Config.password }}" - error: - - selector: td.embedded:has(h2:contains("eşuată")) - test: - path: browse.php - - search: - paths: - - path: "{{if .Query.Keywords}}search.php{{else}}browse.php{{end}}" - inputs: - search_str: "{{ .Query.Keywords }}" - rows: - selector: table.tableTorrents > tbody > tr:has(a[href^="/details.php?id="]) - fields: - title: - selector: a[href^="/details.php?id="] - details: - selector: a[href^="/details.php?id="] - attribute: href - category: - selector: a[href^="browse.php?cat="] - attribute: href - filters: - - name: querystring - args: cat - download: - selector: a[href^="/details.php?id="] - attribute: href - filters: - - name: replace - args: ["/details.php", "/download.php"] - files: - selector: td:nth-child(3) - date: - selector: td:nth-child(5) - filters: - - name: replace - args: ["ore", "hours ago"] - - name: replace - args: ["minute", "minutes ago"] - - name: dateparse - args: "01-02 2006" - - name: dateparse - args: "01-02" - size: - selector: td:nth-child(6) - seeders: - selector: td:nth-child(7) - leechers: - selector: td:nth-child(8) - downloadvolumefactor: - case: - "*": "1" - uploadvolumefactor: - case: - "*": "1" diff --git a/src/Jackett.Updater/Program.cs b/src/Jackett.Updater/Program.cs index e998c4c3a..928958f84 100644 --- a/src/Jackett.Updater/Program.cs +++ b/src/Jackett.Updater/Program.cs @@ -256,6 +256,7 @@ namespace Jackett.Updater "Definitions/torrentwtf.yml", "Definitions/eotforum.yml", "Definitions/nexttorrent.yml", + "Definitions/torrentsmd.yml", "appsettings.Development.json", "CurlSharp.dll", "CurlSharp.pdb",