mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
remove AlphaReign
This commit is contained in:
@@ -1,83 +0,0 @@
|
|||||||
---
|
|
||||||
site: alphareign
|
|
||||||
name: AlphaReign
|
|
||||||
description: "A DHT only tracker"
|
|
||||||
language: en-us
|
|
||||||
type: semi-private
|
|
||||||
encoding: UTF-8
|
|
||||||
links:
|
|
||||||
- https://alphareign.se
|
|
||||||
|
|
||||||
caps:
|
|
||||||
categories:
|
|
||||||
Movies: Movies
|
|
||||||
Movies/HD: Movies/HD
|
|
||||||
Movies/SD: Movies/SD
|
|
||||||
TV: TV
|
|
||||||
TV/HD: TV/HD
|
|
||||||
TV/SD: TV/SD
|
|
||||||
Other: Other
|
|
||||||
|
|
||||||
modes:
|
|
||||||
search: [q]
|
|
||||||
tv-search: [q, season, ep]
|
|
||||||
|
|
||||||
login:
|
|
||||||
path: /login
|
|
||||||
method: form
|
|
||||||
form: form[action^="/login"]
|
|
||||||
inputs:
|
|
||||||
username: "{{ .Config.username }}"
|
|
||||||
password: "{{ .Config.password }}"
|
|
||||||
error:
|
|
||||||
- path: /login
|
|
||||||
selector: div.auth-form > div > div.alert-danger
|
|
||||||
|
|
||||||
test:
|
|
||||||
path: settings
|
|
||||||
selector: a[href="/logout"]
|
|
||||||
|
|
||||||
ratio:
|
|
||||||
text: "∞"
|
|
||||||
|
|
||||||
search:
|
|
||||||
path: /
|
|
||||||
method: get
|
|
||||||
inputs:
|
|
||||||
query: "{{ .Keywords }}"
|
|
||||||
rows:
|
|
||||||
selector: .result
|
|
||||||
fields:
|
|
||||||
title:
|
|
||||||
attribute: data-name
|
|
||||||
details:
|
|
||||||
selector: a[href^="/torrent"]
|
|
||||||
attribute: href
|
|
||||||
download:
|
|
||||||
selector: a[href^="magnet:"]
|
|
||||||
attribute: href
|
|
||||||
date:
|
|
||||||
attribute: data-added
|
|
||||||
size:
|
|
||||||
attribute: data-size
|
|
||||||
seeders:
|
|
||||||
attribute: data-seeders
|
|
||||||
leechers:
|
|
||||||
attribute: data-leechers
|
|
||||||
downloadvolumefactor:
|
|
||||||
case:
|
|
||||||
"*": "1"
|
|
||||||
uploadvolumefactor:
|
|
||||||
case:
|
|
||||||
"*": "1"
|
|
||||||
category:
|
|
||||||
case:
|
|
||||||
"a[class=\"label label-primary\"]:contains(\"video\") + a[class=\"label label-success\"]:contains(\"movie\") + a[class=\"label label-info\"]:contains(\"HD\")": "Movies/HD"
|
|
||||||
"a[class=\"label label-primary\"]:contains(\"video\") + a[class=\"label label-success\"]:contains(\"movie\") + a[class=\"label label-info\"]:contains(\"720p\")": "Movies/HD"
|
|
||||||
"a[class=\"label label-primary\"]:contains(\"video\") + a[class=\"label label-success\"]:contains(\"movie\") + a[class=\"label label-info\"]:contains(\"1080p\")": "Movies/HD"
|
|
||||||
"a[class=\"label label-primary\"]:contains(\"video\") + a[class=\"label label-success\"]:contains(\"movie\") + a[class=\"label label-info\"]:contains(\"SD\")": "Movies/SD"
|
|
||||||
"a[class=\"label label-primary\"]:contains(\"video\") + a[class=\"label label-success\"]:contains(\"movie\")": "Movies"
|
|
||||||
"a[class=\"label label-primary\"]:contains(\"video\") + a[class=\"label label-success\"]:contains(\"show\") + a[class=\"label label-info\"]:contains(\"HD\")": "TV/HD"
|
|
||||||
"a[class=\"label label-primary\"]:contains(\"video\") + a[class=\"label label-success\"]:contains(\"show\") + a[class=\"label label-info\"]:contains(\"SD\")": "TV/SD"
|
|
||||||
"a[class=\"label label-primary\"]:contains(\"video\") + a[class=\"label label-success\"]:contains(\"show\")": "TV"
|
|
||||||
"*": "Other"
|
|
@@ -437,9 +437,6 @@
|
|||||||
<Content Include="Definitions\ethor.yml">
|
<Content Include="Definitions\ethor.yml">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="Definitions\alphareign.yml">
|
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
||||||
</Content>
|
|
||||||
<Content Include="Definitions\apollo.yml">
|
<Content Include="Definitions\apollo.yml">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
Reference in New Issue
Block a user