mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 12:46:23 +00:00
add topnow a public site. resolves #6583
This commit is contained in:
parent
f2739c4ae1
commit
0829b26164
2 changed files with 63 additions and 0 deletions
|
@ -94,6 +94,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
|||
* TFile
|
||||
* The Pirate Bay (TPB)
|
||||
* Tokyo Tosho
|
||||
* TopNow
|
||||
* Torlock
|
||||
* TOROS
|
||||
* Torrent Downloads (TD)
|
||||
|
|
62
src/Jackett.Common/Definitions/topnow.yml
Normal file
62
src/Jackett.Common/Definitions/topnow.yml
Normal file
|
@ -0,0 +1,62 @@
|
|||
---
|
||||
site: topnow
|
||||
name: TopNow
|
||||
description: "TopNow is a Public torrent site for TV / MOVIES"
|
||||
language: en-us
|
||||
type: public
|
||||
encoding: UTF-8
|
||||
links:
|
||||
- http://topnow.se/
|
||||
|
||||
caps:
|
||||
categories:
|
||||
"other": Other
|
||||
|
||||
modes:
|
||||
search: [q]
|
||||
tv-search: [q, season, ep]
|
||||
movie-search: [q]
|
||||
|
||||
settings: []
|
||||
|
||||
download:
|
||||
selector: a#torrent
|
||||
search:
|
||||
paths:
|
||||
# http://topnow.se/search.php?dayq=mandalorian
|
||||
- path: search.php
|
||||
inputs:
|
||||
dayq: "{{.Keywords}}"
|
||||
rows:
|
||||
selector: table.topic_table
|
||||
fields:
|
||||
category:
|
||||
text: other
|
||||
title:
|
||||
selector: a[href^="goto-"]
|
||||
details:
|
||||
selector: a[href^="goto-"]
|
||||
attribute: href
|
||||
download:
|
||||
selector: a[href^="goto-"]
|
||||
attribute: href
|
||||
banner:
|
||||
selector: img
|
||||
attribute: src
|
||||
description:
|
||||
selector: pre.imgDescription
|
||||
filters:
|
||||
- name: regexp
|
||||
args: "Quality: (.+?)$"
|
||||
date:
|
||||
text: now
|
||||
size:
|
||||
text: "512 MB"
|
||||
seeders:
|
||||
text: 1
|
||||
leechers:
|
||||
text: 1
|
||||
downloadvolumefactor:
|
||||
text: 0
|
||||
uploadvolumefactor:
|
||||
text: 1
|
Loading…
Reference in a new issue