diff --git a/README.md b/README.md index 1d577f998..d0bbf71a5 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/ * sukebei-Pantsu * sukebei.Nyaa.si * The Pirate Bay (TPB) - * TNTVillage * Tokyo Tosho * TopNow * Torlock diff --git a/src/Jackett.Common/Definitions/tntvillage.yml b/src/Jackett.Common/Definitions/tntvillage.yml deleted file mode 100644 index 70f804bf3..000000000 --- a/src/Jackett.Common/Definitions/tntvillage.yml +++ /dev/null @@ -1,117 +0,0 @@ ---- -id: tntvillage -name: TNTVillage -description: "TNTVillage is an ITALIAN Public site for TV / MOVIES / GENERAL" -language: it-it -type: public -encoding: UTF-8 -links: - - http://tntvillage.scambioetico.org/ # site does not support https NET::ERR_CERT_AUTHORITY_INVALID -legacylinks: - - http://www.tntvillage.scambioetico.org/ - -caps: - categorymappings: - - {id: 4, cat: Movies, desc: "Film"} - - {id: 2, cat: Audio, desc: "Musica"} - - {id: 1, cat: TV, desc: "Film TV e programmi"} - - {id: 14, cat: TV/Documentary, desc: "Documentari"} - - {id: 13, cat: Other, desc: "Students Releases"} - - {id: 3, cat: Books/Ebook, desc: "E Books"} - - {id: 6, cat: PC, desc: "Linux"} - - {id: 7, cat: TV/Anime, desc: "Anime"} - - {id: 8, cat: TV/Anime, desc: "Cartoni"} - - {id: 9, cat: PC/Mac, desc: "Macintosh"} - - {id: 10, cat: PC/0day, desc: "Windows Software"} - - {id: 11, cat: PC/Games, desc: "Pc Game"} - - {id: 12, cat: Console/PSP, desc: "Playstation"} - - {id: 21, cat: Audio/Video, desc: "Video Musicali"} - - {id: 22, cat: TV/Sport, desc: "Sport"} - - {id: 23, cat: TV, desc: "Teatro"} - - {id: 24, cat: TV/Sport, desc: "Wrestling"} - - {id: 25, cat: TV, desc: "Varie"} - - {id: 26, cat: Console/Xbox, desc: "Xbox"} - - {id: 27, cat: Other, desc: "Immagini sfondi"} - - {id: 28, cat: Console, desc: "Altri Giochi"} - - {id: 29, cat: TV, desc: "Serie TV"} - - {id: 30, cat: Books/Comics, desc: "Fumetteria"} - - {id: 31, cat: Other, desc: "Trash"} - - {id: 32, cat: Console/NDS, desc: "Nintendo"} - - {id: 34, cat: Audio/Audiobook, desc: "A Book"} - - {id: 35, cat: Audio, desc: "Podcast"} - - {id: 36, cat: Books/Magazines, desc: "Edicola"} - - {id: 37, cat: PC/Phone-Other, desc: "Mobile"} - - {id: 0, cat: Other, desc: "UnKnown"} - - modes: - search: [q] - tv-search: [q, season, ep] - movie-search: [q] - music-search: [q] - -settings: [] - -search: - paths: - - path: src/releaselist.php - method: post - headers: - Referer: ["{{ .Config.sitelink }}?releaselist"] - inputs: - cat: 0 - page: 1 - srcrel: "{{ .Keywords }}" - keywordsfilters: - - name: diacritics - args: replace - # does not support imdbid searching, or return imdb link in results - # does not support sorting - # does not support multi-category filtering - - rows: - selector: div.showrelease_tb table tbody tr:not(tr:nth-child(1)) - - fields: - category: - text: 0 - category|noappend: - selector: td:nth-child(3) a - attribute: href - filters: - - name: split - args: ["=", "-1"] - - name: re_replace # normalize to SXXEYY format - args: ["(?i)\\b([s])?(\\d{1,3})[x\\s](\\d{1,3})", "S$2E$3"] - - name: re_replace # replace web-dlmux with webdl, sonarr don't like it - args: ["(?i)web-?\\s?dlmux", "WEB-DL"] - title: - selector: td:nth-child(7) - details: - selector: td:nth-child(7) a - attribute: href - download: - selector: td:nth-child(1) a - attribute: href - magnet: - selector: td:nth-child(2) a - attribute: href - date: - text: now - size: - selector: td:nth-child(3) a - case: - a[href*="&cat=4"]: "5GB" - a[href*="&cat=2"]: "100MB" - a[href*="&cat=30"]: "100MB" - "*": "2GB" - seeders: - selector: td:nth-child(5) - leechers: - selector: td:nth-child(4) - grabs: - selector: td:nth-child(6) - downloadvolumefactor: - text: 0 - uploadvolumefactor: - text: 1 -# engine n/a diff --git a/src/Jackett.Updater/Program.cs b/src/Jackett.Updater/Program.cs index e2dd6bbbf..11acd2312 100644 --- a/src/Jackett.Updater/Program.cs +++ b/src/Jackett.Updater/Program.cs @@ -382,6 +382,7 @@ namespace Jackett.Updater "Definitions/thetorrents.yml", "Definitions/the-madhouse.yml", "Definitions/tigers-dl.yml", + "Definitions/tntvillage.yml", "Definitions/torrentcouch.yml", "Definitions/torrentkim.yml", "Definitions/torrentproject.yml",