From 33db98faf317f6cf152c7828f2587a30fd12cc3c Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Tue, 27 Aug 2019 20:48:44 +1200 Subject: [PATCH] remove btdigg #4907 --- README.md | 1 - src/Jackett.Common/Definitions/btdigg.yml | 82 ----------------------- src/Jackett.Updater/Program.cs | 1 + 3 files changed, 1 insertion(+), 83 deletions(-) delete mode 100644 src/Jackett.Common/Definitions/btdigg.yml diff --git a/README.md b/README.md index 267199319..12a4c8cf5 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/ * AudioBook Bay (ABB) * btbit * BTDB - * BTDigg * BTKitty * ConCen * cpasbien diff --git a/src/Jackett.Common/Definitions/btdigg.yml b/src/Jackett.Common/Definitions/btdigg.yml deleted file mode 100644 index 22252d4dc..000000000 --- a/src/Jackett.Common/Definitions/btdigg.yml +++ /dev/null @@ -1,82 +0,0 @@ ---- - site: btdigg - name: BTDigg - description: "BTDigg is a Public BitTorrent DHT search engine." - language: en-us - type: public - encoding: UTF-8 - links: - - https://btdig.com/ - - caps: - categories: - 1: Other - - modes: - search: [q] - tv-search: [q, season, ep] - movie-search: [q] - - settings: - - name: info - type: info - default: BTDigg does not use categories. In your software Indexer settings, set the category to 100001. - - search: - # https://btdig.com/search?q=test&order=2 - # only 10 results per page - # https://btdig.com/search?q=test&p=1&order=2 - paths: - - path: search - - path: search - inputs: - p: 1 - - path: search - inputs: - p: 2 - - path: search - inputs: - p: 3 - - path: search - inputs: - p: 4 - inputs: - q: "{{if .Keywords }}{{.Keywords}}{{else}}test{{end}}" - order: 2 - headers: - accept-encoding: ["gzip, deflate, br"] - rows: - selector: div.one_result - filters: - - name: andmatch - fields: - title: - selector: div.torrent_name a - category: - text: 1 - details: - selector: div.torrent_name a - attribute: href - download: - selector: a[href^="magnet:?xt="] - attribute: href - date: - selector: span.torrent_age - filters: - - name: replace - args: ["found ", ""] - files: - text: 1 - files: - selector: span.torrent_files - optional: true - size: - selector: span.torrent_size - seeders: - text: 1 - leechers: - text: 1 - downloadvolumefactor: - text: "0" - uploadvolumefactor: - text: "1" diff --git a/src/Jackett.Updater/Program.cs b/src/Jackett.Updater/Program.cs index 9854c1265..d65d231a5 100644 --- a/src/Jackett.Updater/Program.cs +++ b/src/Jackett.Updater/Program.cs @@ -344,6 +344,7 @@ namespace Jackett.Updater "Definitions/ultimategamerclub.yml", "Definitions/evolutionpalace.yml", "Definitions/qxr.yml", + "Definitions/btdigg.yml", }; foreach (var oldFile in oldFiles)