-
Notifications
You must be signed in to change notification settings - Fork 0
/
public-domain-plugins.yml
42 lines (42 loc) · 1.25 KB
/
public-domain-plugins.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
name: Public domain plugins
author: kingbri
sources:
- name: LinuxTracker
version: 1
minVersion: '0.7'
about: >-
A torrent indexer for various Linux distributions
website: https://linuxtracker.org
tags:
- name: Reliable
color: 34c759
- name: Linux
- name: ISOs
htmlParser:
searchUrl: /index.php?page=torrents&search={query}&category=0&active=1
rows: td#mcol table:nth-child(1) > tbody > tr:has(a)
magnet:
query: td:nth-child(2) > a:nth-child(1)
attribute: href
title:
query: td:nth-child(2) > font > strong > a
size:
query: td:nth-child(2) > table:nth-child(5) > tbody > tr:nth-child(2) > td:nth-child(1)
regex: 'Size: (.*)'
sl:
seeders: td:nth-child(2) > table:nth-child(5) > tbody > tr:nth-child(3) > td:nth-child(1)
seederRegex: 'Seeds (.*)'
leechers: td:nth-child(2) > table:nth-child(5) > tbody > tr:nth-child(4) > td:nth-child(1)
leecherRegex: 'Leechers (.*)'
actions:
- name: Open in Safari
version: 1
minVersion: '0.7'
about: |-
Opens the given link in Safari
website: https://www.apple.com/safari/
requires:
- debrid
deeplink:
- os: iOS
scheme: '{link}'