diff --git a/README.md b/README.md index 3630eee9b..521f177aa 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/ * AniRena * AniSource * AudioBook Bay (ABB) - * Badass Torrents * BigFANGroup * BitRu * BT.etree diff --git a/src/Jackett.Common/Definitions/badasstorrents.yml b/src/Jackett.Common/Definitions/badasstorrents.yml deleted file mode 100644 index b2406265e..000000000 --- a/src/Jackett.Common/Definitions/badasstorrents.yml +++ /dev/null @@ -1,74 +0,0 @@ ---- -id: badasstorrents -name: Badass Torrents -description: "Badass Torrents is a Public torrent site for MOVIES / TV / GENERAL" -language: en-us -type: public -encoding: UTF-8 -links: - - https://badasstorrents.com/ - -caps: - categories: - "Anime": TV/Anime - "apps": PC - "Books": Books - "Games": PC/Games - "Movies": Movies - "Music": Audio - "Other": Other - "TV": TV - "XXX": XXX - - modes: - search: [q] - tv-search: [q, season, ep] - movie-search: [q] - music-search: [q] - -settings: - - name: downloadlink - type: select - label: Download link - default: "magnet:?xt=" - options: - "/download/": ".torrent" - "magnet:?xt=": "magnet" - -download: - selector: a[href*="{{ .Config.downloadlink }}"] - attribute: href - -search: - paths: - - path: "torrents/search/{{ .Keywords }}" - - rows: - selector: table.table-hover > tbody > tr:has(a[href*="/torrent/"]) - - fields: - category: - selector: a[href*="/cat/"] - title: - selector: a[href*="/torrent/"] - details: - selector: a[href*="/torrent/"] - attribute: href - download: - selector: a[href*="/torrent/"] - attribute: href - date: - selector: td:nth-child(4) - filters: - - name: timeago - size: - selector: td:nth-child(5) - seeders: - selector: td:nth-child(6) - leechers: - selector: td:nth-child(7) - downloadvolumefactor: - text: 0 - uploadvolumefactor: - text: 1 -# engine n/a diff --git a/src/Jackett.Updater/Program.cs b/src/Jackett.Updater/Program.cs index a85c05ab4..8a1eef63d 100644 --- a/src/Jackett.Updater/Program.cs +++ b/src/Jackett.Updater/Program.cs @@ -284,6 +284,7 @@ namespace Jackett.Updater "Definitions/avg.yml", "Definitions/awesomehd.yml", // migrated to C# "Definitions/b2s-share.yml", + "Definitions/badasstorrents.yml", // to be migrated to c# "Definitions/bithq.yml", "Definitions/bitme.yml", "Definitions/bittorrentam.yml", @@ -403,7 +404,7 @@ namespace Jackett.Updater "Definitions/u-torrents.yml", "Definitions/ultimategamerclub.yml", "Definitions/ultrahdclub.yml", - "Definitions/uniotaku.yml", + "Definitions/uniotaku.yml", // to be migrated to c# "Definitions/utorrents.yml", // same as SzeneFZ now "Definitions/vanila.yml", "Definitions/waffles.yml",