diff --git a/README.md b/README.md index 2e8a8924f..c4c33256f 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/ * btbit * BTDB * BTDIGG - * BTKitty * ConCen * Corsaro.red * cpasbien @@ -55,7 +54,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/ * KATcrs * KickAssTorrent (KATcr) * KickAssTorrent (thekat.se clone) - * KikiBT * LemenCili * LePorno * LimeTorrents diff --git a/src/Jackett.Common/Definitions/kikibt.yml b/src/Jackett.Common/Definitions/kikibt.yml deleted file mode 100644 index adf50f67a..000000000 --- a/src/Jackett.Common/Definitions/kikibt.yml +++ /dev/null @@ -1,77 +0,0 @@ ---- - site: kikibt - name: KikiBT - description: "KikiBT is a CHINESE Public BitTorrent DHT search engine." - language: cn-cn - type: public - encoding: UTF-8 - followredirect: true - links: - - https://kikibtba.com/ - legacylinks: - - https://kikibt.me/ - - http://kikibt.pw/ - - https://kikibt.cc/ - - https://kikibt.pw/ - - https://kikibt8.me/ - - http://kikibt8.me/ - - https://kikibt8.net/ - - caps: - categorymappings: - - {id: 1, cat: Other, desc: "Other"} - - modes: - search: [q] - tv-search: [q, season, ep] - movie-search: [q] - - settings: - - name: info - type: info - default: KikiBT does not use categories. In your software Indexer settings, set the category to 100001. - - download: - selector: a[href^="magnet:?"] - - search: - paths: - - path: / - method: post - followredirect: true - inputs: - keyword: "{{if .Keywords }}{{.Keywords}}{{else}}test{{end}}" - rows: - selector: dl.item - filters: - - name: andmatch - fields: - title: - selector: dt a - category: - text: "1" - details: - selector: dt a - attribute: href - download: - selector: dt a - attribute: href - size: - selector: dd span:nth-of-type(2) b - files: - selector: dd span:nth-of-type(3) b - date: - selector: dd span:nth-of-type(1) b - filters: - - name: dateparse - args: "2006-01-02" - grabs: - selector: dd span:nth-of-type(5) b - seeders: - text: "1" - leechers: - text: "1" - downloadvolumefactor: - text: "0" - uploadvolumefactor: - text: "1" \ No newline at end of file diff --git a/src/Jackett.Updater/Program.cs b/src/Jackett.Updater/Program.cs index 0b92680e5..e1dbaf7eb 100644 --- a/src/Jackett.Updater/Program.cs +++ b/src/Jackett.Updater/Program.cs @@ -352,6 +352,7 @@ namespace Jackett.Updater "Definitions/xktorrent.yml", "Definitions/mkvcage.yml", "Definitions/btkitty.yml", + "Definitions/kikibt.yml", }; foreach (var oldFile in oldFiles)