diff --git a/README.md b/README.md index 7b04ce7da..b169b3b6e 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/ * AniRena * AudioBook Bay (ABB) * BigFANGroup - * btbit * BTDB * BTDIGG * ConCen diff --git a/src/Jackett.Common/Definitions/btbit.yml b/src/Jackett.Common/Definitions/btbit.yml deleted file mode 100644 index 46812959d..000000000 --- a/src/Jackett.Common/Definitions/btbit.yml +++ /dev/null @@ -1,70 +0,0 @@ ---- - site: btbit - name: btbit - description: "btbit is a public magnet search engine for MOVIES / GENERAL. This definition is for the English site." - language: en-us - type: public - encoding: UTF-8 - links: - - http://en.btbit.org/ - - caps: - categories: - "Movie": Movies - "Package": PC/0day - "Other": Other - "Software": PC - "Mirror": PC/ISO - "Music": Audio - "Picture": Other/Misc - "Document": Books - - modes: - search: [q] - tv-search: [q, season, ep] - movie-search: [q] - - settings: [] - - search: - paths: - # site returns just 15 results per page, attempt to fetch 100 - - path: "list/{{if .Keywords}}{{.Keywords}}{{else}}movie{{end}}/1-1-0.html" - - path: "list/{{if .Keywords}}{{.Keywords}}{{else}}movie{{end}}/2-1-0.html" - - path: "list/{{if .Keywords}}{{.Keywords}}{{else}}movie{{end}}/3-1-0.html" - - path: "list/{{if .Keywords}}{{.Keywords}}{{else}}movie{{end}}/4-1-0.html" - - path: "list/{{if .Keywords}}{{.Keywords}}{{else}}movie{{end}}/5-1-0.html" - - path: "list/{{if .Keywords}}{{.Keywords}}{{else}}movie{{end}}/6-1-0.html" - - path: "list/{{if .Keywords}}{{.Keywords}}{{else}}movie{{end}}/7-1-0.html" - rows: - selector: .rs:has(a[href^="magnet:?xt"]) - fields: - title: - selector: .title - category: - selector: .sbar span[class^="cpill"] - details: - selector: .title h3 a - attribute: href - download: - selector: .sbar a[href^="magnet:?xt"] - attribute: href - date: - selector: .sbar span:nth-of-type(3) b - filters: - - name: dateparse - args: "2006-01-02" - size: - selector: .sbar span:nth-of-type(4) b - files: - selector: .sbar span:nth-of-type(5) b - grabs: - selector: .sbar span:nth-of-type(6) b - 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 1f55287c6..103f635a3 100644 --- a/src/Jackett.Updater/Program.cs +++ b/src/Jackett.Updater/Program.cs @@ -368,6 +368,7 @@ namespace Jackett.Updater "Definitions/iloveclassics.yml", "Definitions/hd4free.yml", "Definitions/lemencili.yml", + "Definitions/btbit.yml", }; foreach (var oldFile in oldFiles)