mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 04:38:20 +00:00
parent
2b68356431
commit
47e2ab3a56
3 changed files with 1 additions and 61 deletions
|
@ -106,7 +106,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
|||
* Rus-media
|
||||
* RuTor
|
||||
* RuTracker.RU
|
||||
* Seedpeer
|
||||
* shokweb
|
||||
* ShowRSS
|
||||
* SkyTorrentsClone
|
||||
|
|
|
@ -1,60 +0,0 @@
|
|||
---
|
||||
site: seedpeer
|
||||
name: Seedpeer
|
||||
description: "Seedpeer is a Public torrent index"
|
||||
language: en-us
|
||||
type: public
|
||||
encoding: UTF-8
|
||||
links:
|
||||
- https://seedpeer.me/
|
||||
|
||||
caps:
|
||||
categories:
|
||||
"other": Other
|
||||
|
||||
modes:
|
||||
search: [q]
|
||||
tv-search: [q, season, ep]
|
||||
movie-search: [q]
|
||||
|
||||
settings: []
|
||||
|
||||
download:
|
||||
selector: a[href*="/torrent/"]
|
||||
attribute: href
|
||||
|
||||
search:
|
||||
# https://seedpeer.me/today
|
||||
# https://seedpeer.me/search/Harry%20Potter
|
||||
paths:
|
||||
- path: "{{ if .Keywords }}search/{{ .Keywords }}{{else}}today{{end}}"
|
||||
|
||||
rows:
|
||||
selector: table.table > tbody > tr:has(a[href^="/details/"])
|
||||
|
||||
fields:
|
||||
category:
|
||||
text: other
|
||||
title:
|
||||
selector: td:nth-child(1) a
|
||||
details:
|
||||
selector: td:nth-child(1) a
|
||||
attribute: href
|
||||
download:
|
||||
selector: td:nth-child(1) a
|
||||
attribute: href
|
||||
date:
|
||||
selector: td:nth-child(2)
|
||||
filters:
|
||||
- name: timeago
|
||||
size:
|
||||
selector: td:nth-child(3)
|
||||
seeders:
|
||||
selector: td:nth-child(4)
|
||||
leechers:
|
||||
selector: td:nth-child(5)
|
||||
downloadvolumefactor:
|
||||
text: 0
|
||||
uploadvolumefactor:
|
||||
text: 1
|
||||
# engine n/a
|
|
@ -352,6 +352,7 @@ namespace Jackett.Updater
|
|||
"Definitions/scenereactor.yml",
|
||||
"Definitions/scenexpress.yml",
|
||||
"Definitions/secretcinema.yml", // migrated to C# gazelle base tracker
|
||||
"Definitions/seedpeer.yml",
|
||||
"Definitions/sharingue.yml",
|
||||
"Definitions/skytorrents.yml",
|
||||
"Definitions/solidtorrents.yml", // migrated to C#
|
||||
|
|
Loading…
Reference in a new issue