diff --git a/README.md b/README.md index 036541e2d3ffb5ecb43f2c02856b1b4f3e5c00c9..f2e8da725af9a1c926149f643761201040e1dd56 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/ * RARBG * RuTor * ShowRSS - * Sky torrents * The Pirate Bay * TNTVillage <!-- maintained by bonny1992 --> * Tokyo Toshokan diff --git a/src/Jackett.Common/Definitions/skytorrents.yml b/src/Jackett.Common/Definitions/skytorrents.yml deleted file mode 100644 index d0aa9c66c39f204f42cef4a279e46d91cbfeb752..0000000000000000000000000000000000000000 --- a/src/Jackett.Common/Definitions/skytorrents.yml +++ /dev/null @@ -1,64 +0,0 @@ ---- - site: skytorrents - name: Sky torrents - description: "SkyTorrents is a Public privacy-focused torrent search engine with no adverts or tracking" - language: en-us - type: public - encoding: UTF-8 - links: - - https://www.skytorrents.in/ - - caps: - categories: - TV: TV - Movies: Movies - - modes: - search: [q] - tv-search: [q, season, ep] - - settings: [] - - search: - paths: - - path: "search/all/{{if .Query.Keywords}}ed{{else}}ad{{end}}/1/{{ .Query.Keywords}}" - rows: - selector: "table > tbody > tr" - filters: - - name: andmatch - fields: - title: - selector: td:nth-child(1) > a:first-child[title] - attribute: title - details: - selector: td:nth-child(1) > a:first-child - attribute: href - size: - selector: td:nth-child(2) - files: - selector: td:nth-child(3) - seeders: - selector: td:nth-child(5) - leechers: - selector: td:nth-child(6) - description: - selector: td:nth-child(1) - case: - img[title="Verified and marked"]: "Verified and marked" - "*": "" - date: - selector: td:nth-child(4):contains("ago") - optional: true - date: - selector: td:nth-child(4):not(:contains("ago")) - optional: true - filters: - - name: dateparse - args: "01-02-2006" - download: - selector: td > a[href^="magnet"] - attribute: href - downloadvolumefactor: - text: "0" - uploadvolumefactor: - text: "1" diff --git a/src/Jackett.Updater/Program.cs b/src/Jackett.Updater/Program.cs index 87cfcbf0316611e303de612991a6e7270777751c..318ecc6ee572a325d8a98ac55ef90120cdfdba01 100644 --- a/src/Jackett.Updater/Program.cs +++ b/src/Jackett.Updater/Program.cs @@ -203,6 +203,7 @@ namespace Jackett.Updater "Definitions/infinityt.yml", "Definitions/hachede-c.yml", "Definitions/hd4Free.yml", + "Definitions/skytorrents.yml", }; foreach (var oldFIle in oldFiles)