diff --git a/README.md b/README.md index 2904887d4..af3a07fc3 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/ * Newpct (aka: tvsinpagar, descargas2020, torrentlocura, torrentrapid, tumejortorrent, pctnew, etc) * Nyaa.si * Nyaa-Pantsu - * Nyoo * OxTorrent * ProStyleX * QXR diff --git a/src/Jackett.Common/Definitions/nyoo.yml b/src/Jackett.Common/Definitions/nyoo.yml deleted file mode 100644 index a71579ee8..000000000 --- a/src/Jackett.Common/Definitions/nyoo.yml +++ /dev/null @@ -1,77 +0,0 @@ -# Config'd by Quatroking, 07-05-2017 ---- - site: nyoo - name: Nyoo - description: "Nyoo is a mirror for Nyaa-Pantsu, a Public site for Asian ANIME" - language: en-en - type: public - encoding: UTF-8 - links: - - https://nyoo.moe/ - - settings: [] - - caps: - categorymappings: - # Anime - - {id: 3_12, cat: TV/Anime, desc: "Anime music videos"} - - {id: 3_5, cat: TV/Anime, desc: "English subtitled animes"} - - {id: 3_13, cat: TV/Anime, desc: "Non-english subtitled animes"} - - {id: 3_6, cat: TV/Anime, desc: "Raw animes"} - # Audio - - {id: 2_3, cat: Audio, desc: "Lossless audio"} - - {id: 2_4, cat: Audio, desc: "Lossy audio"} - # Literature - - {id: 4_7, cat: Books, desc: "Literature english translated"} - - {id: 4_14, cat: Books, desc: "Literature non-english translated"} - - {id: 4_8, cat: Books, desc: "Raw literature"} - # Software - - {id: 1_1, cat: PC/ISO, desc: "Applications"} - - {id: 1_2, cat: PC/Games, desc: "Games"} - - modes: - search: [q] - tv-search: [q, season, ep] - - - search: - paths: - - path: search - inputs: - page: "search" - q: "{{ .Query.Keywords}}" - rows: - selector: tr.torrent-info - fields: - title: - selector: td.tr-name a - category: - selector: td.tr-cat div.nyaa-cat a - attribute: href - filters: - - name: split - args: [ "=", -1 ] - details: - selector: td.tr-name a - attribute: href - download: - selector: a[title="Magnet Link"] - attribute: href - size: - selector: td.tr-size - # seeders: - # text: 0 - # seeders: - # selector: td.tlistsn - # optional: true - # leechers: - # text: 0 - # leechers: - # selector: td.tlistln - # optional: true - # grabs: - # selector: td.tlistdn - downloadvolumefactor: - text: "0" - uploadvolumefactor: - text: "1" diff --git a/src/Jackett.Updater/Program.cs b/src/Jackett.Updater/Program.cs index 1015011f6..a27807986 100644 --- a/src/Jackett.Updater/Program.cs +++ b/src/Jackett.Updater/Program.cs @@ -342,6 +342,7 @@ namespace Jackett.Updater "Definitions/manicomioshare.yml", "Definitions/speed-share.yml", "Definitions/b2s-share.yml", + "Definitions/nyoo.yml", }; foreach (var oldFile in oldFiles)