mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
badass: removed obsolete yaml indexer. to be migrated to c# #8709
This commit is contained in:
@@ -34,7 +34,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
|||||||
* AniRena
|
* AniRena
|
||||||
* AniSource
|
* AniSource
|
||||||
* AudioBook Bay (ABB)
|
* AudioBook Bay (ABB)
|
||||||
* Badass Torrents
|
|
||||||
* BigFANGroup
|
* BigFANGroup
|
||||||
* BitRu
|
* BitRu
|
||||||
* BT.etree
|
* BT.etree
|
||||||
|
@@ -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
|
|
@@ -284,6 +284,7 @@ namespace Jackett.Updater
|
|||||||
"Definitions/avg.yml",
|
"Definitions/avg.yml",
|
||||||
"Definitions/awesomehd.yml", // migrated to C#
|
"Definitions/awesomehd.yml", // migrated to C#
|
||||||
"Definitions/b2s-share.yml",
|
"Definitions/b2s-share.yml",
|
||||||
|
"Definitions/badasstorrents.yml", // to be migrated to c#
|
||||||
"Definitions/bithq.yml",
|
"Definitions/bithq.yml",
|
||||||
"Definitions/bitme.yml",
|
"Definitions/bitme.yml",
|
||||||
"Definitions/bittorrentam.yml",
|
"Definitions/bittorrentam.yml",
|
||||||
@@ -403,7 +404,7 @@ namespace Jackett.Updater
|
|||||||
"Definitions/u-torrents.yml",
|
"Definitions/u-torrents.yml",
|
||||||
"Definitions/ultimategamerclub.yml",
|
"Definitions/ultimategamerclub.yml",
|
||||||
"Definitions/ultrahdclub.yml",
|
"Definitions/ultrahdclub.yml",
|
||||||
"Definitions/uniotaku.yml",
|
"Definitions/uniotaku.yml", // to be migrated to c#
|
||||||
"Definitions/utorrents.yml", // same as SzeneFZ now
|
"Definitions/utorrents.yml", // same as SzeneFZ now
|
||||||
"Definitions/vanila.yml",
|
"Definitions/vanila.yml",
|
||||||
"Definitions/waffles.yml",
|
"Definitions/waffles.yml",
|
||||||
|
Reference in New Issue
Block a user