From f53db2f01698b229a5b432b1d8e8fa1c6fe0ef6a Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sun, 23 Oct 2022 16:20:06 +1300 Subject: [PATCH] btmirror: removed. resolves #13257 --- README.md | 1 - src/Jackett.Common/Definitions/btmirror.yml | 102 -------------------- src/Jackett.Updater/Program.cs | 1 + 3 files changed, 1 insertion(+), 103 deletions(-) delete mode 100644 src/Jackett.Common/Definitions/btmirror.yml diff --git a/README.md b/README.md index 290746d12..77b665fb5 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht * BT4G * BTDIGG * BTMET - * BTmirror * BTSOW * Byrutor * CloudTorrents diff --git a/src/Jackett.Common/Definitions/btmirror.yml b/src/Jackett.Common/Definitions/btmirror.yml deleted file mode 100644 index b1a03e335..000000000 --- a/src/Jackett.Common/Definitions/btmirror.yml +++ /dev/null @@ -1,102 +0,0 @@ ---- -id: btmirror -name: BTmirror -description: "BTmirror is a Public BitTorrent DHT search engine." -language: en-US -type: public -encoding: UTF-8 -links: - - https://btsao.com/ - - https://btmirror.unblockit.nz/ -legacylinks: - - https://btmirror.unblockit.blue/ - - https://btmirror.unblockit.name/ - - https://btmirror.unblockit.ist/ - - https://btmirror.unblockit.bet/ - - https://btmirror.unblockit.cat/ - -caps: - categories: - Other: Other - - modes: - search: [q] - tv-search: [q, season, ep] - movie-search: [q] - music-search: [q] - book-search: [q] - -settings: - - name: info_8000 - type: info - label: About BTmirror Categories - default: BTmirror does not return categories in its search results.
To add to your Apps' Torznab indexer, replace all categories with 8000(Other). - - name: sort - type: select - label: Sort requested from site - default: create_time - options: - relavance: relevance - create_time: created - length: size - -download: - infohash: - hash: - selector: p.magnet a - attribute: href - filters: - - name: regexp - args: ([A-F|a-f|0-9]{40}) - title: - selector: p.magnet a - attribute: href - filters: - - name: regexp - args: "&dn=(.+?)$" - - name: validfilename - -search: - # https://btsao.com/en/search/2022/?c=&s=create_time - # returns 10 results per page - paths: - - path: "en/search/{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ .Today.Year }}{{ end }}/" - - path: "en/search/{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ .Today.Year }}{{ end }}/2" - inputs: - c: "" - s: "{{ .Config.sort }}" - - rows: - selector: div.ssbox - - fields: - category: - text: Other - title: - selector: h3 - details: - selector: h3 a - attribute: href - download: - selector: h3 a - attribute: href - date: - selector: span:contains("date:") b - filters: - - name: dateparse - args: "2006-01-02" - size: - selector: span:contains("size:") b - files: - selector: span:contains("files:") b - grabs: - selector: span:contains("人气:") b - seeders: - text: 1 - leechers: - text: 1 - downloadvolumefactor: - text: 0 - uploadvolumefactor: - text: 1 -# engine: n/a diff --git a/src/Jackett.Updater/Program.cs b/src/Jackett.Updater/Program.cs index 813a41014..d4fc057f1 100644 --- a/src/Jackett.Updater/Program.cs +++ b/src/Jackett.Updater/Program.cs @@ -303,6 +303,7 @@ namespace Jackett.Updater "Definitions/bteye.yml", "Definitions/btgigs.yml", "Definitions/btkitty.yml", + "Definitions/btmirror.yml", "Definitions/btstornet.yml", "Definitions/btworld.yml", "Definitions/btxpress.yml",