mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
torlook: removed. resolves #5917
This commit is contained in:
@@ -135,7 +135,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
|
|||||||
* The Pirate Bay (TPB)
|
* The Pirate Bay (TPB)
|
||||||
* Tokyo Tosho
|
* Tokyo Tosho
|
||||||
* Torlock
|
* Torlock
|
||||||
* Torlook
|
|
||||||
* Torrent[CORE]
|
* Torrent[CORE]
|
||||||
* Torrent Downloads (TD)
|
* Torrent Downloads (TD)
|
||||||
* Torrent Oyun indir
|
* Torrent Oyun indir
|
||||||
|
@@ -1,98 +0,0 @@
|
|||||||
---
|
|
||||||
id: torlook
|
|
||||||
name: Torlook
|
|
||||||
description: "Torlook is a Russian Public torrent meta-search engine combining results from dozens of torrent sites"
|
|
||||||
language: en-US
|
|
||||||
type: public
|
|
||||||
encoding: UTF-8
|
|
||||||
certificates:
|
|
||||||
- aeca58c91a901bf1b6449a97828e379e61bdf4ff # expired 21 Oct 2022
|
|
||||||
links:
|
|
||||||
- https://gw1.torlook.info/
|
|
||||||
legacylinks:
|
|
||||||
- https://torlook.nocensor.biz/
|
|
||||||
- https://torlook.nocensor.sbs/
|
|
||||||
- https://torlook.nocensor.world/
|
|
||||||
|
|
||||||
caps:
|
|
||||||
categorymappings:
|
|
||||||
- {id: 1, cat: Other, desc: "Other"}
|
|
||||||
|
|
||||||
modes:
|
|
||||||
search: [q]
|
|
||||||
tv-search: [q, season, ep]
|
|
||||||
movie-search: [q]
|
|
||||||
music-search: [q]
|
|
||||||
book-search: [q]
|
|
||||||
|
|
||||||
settings:
|
|
||||||
- name: sort
|
|
||||||
type: select
|
|
||||||
label: Sort requested from site
|
|
||||||
default: date
|
|
||||||
options:
|
|
||||||
date: created
|
|
||||||
seeders: seeders
|
|
||||||
size: size
|
|
||||||
- name: info_8000
|
|
||||||
type: info
|
|
||||||
label: About Torlook Categories
|
|
||||||
default: Torlook does not return categories in its search results.</br>To add to your Apps' Torznab indexer, replace all categories with 8000(Other).
|
|
||||||
|
|
||||||
download:
|
|
||||||
infohash:
|
|
||||||
hash:
|
|
||||||
selector: script:contains("magnet:?xt=")
|
|
||||||
filters:
|
|
||||||
- name: regexp
|
|
||||||
args: ([A-F|a-f|0-9]{40})
|
|
||||||
title:
|
|
||||||
selector: script:contains("magnet:?xt=")
|
|
||||||
filters:
|
|
||||||
- name: regexp
|
|
||||||
args: ([A-F|a-f|0-9]{40})
|
|
||||||
|
|
||||||
search:
|
|
||||||
paths:
|
|
||||||
- path: "{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ .Today.Year }}{{ end }}/{{ .Config.sort }}"
|
|
||||||
|
|
||||||
rows:
|
|
||||||
selector: div.webResult:has(a.magneto[data-src])
|
|
||||||
filters:
|
|
||||||
- name: andmatch
|
|
||||||
|
|
||||||
fields:
|
|
||||||
category:
|
|
||||||
text: 1
|
|
||||||
title:
|
|
||||||
selector: p > a
|
|
||||||
details:
|
|
||||||
selector: p > a
|
|
||||||
attribute: href
|
|
||||||
download:
|
|
||||||
selector: a.magneto
|
|
||||||
attribute: data-src
|
|
||||||
filters:
|
|
||||||
- name: prepend
|
|
||||||
args: "{{ .Config.sitelink }}"
|
|
||||||
date_year:
|
|
||||||
selector: span.date:contains("-")
|
|
||||||
optional: true
|
|
||||||
filters:
|
|
||||||
- name: append
|
|
||||||
args: " +03:00" # MSK
|
|
||||||
- name: dateparse
|
|
||||||
args: "2006-01-02 -07:00"
|
|
||||||
date:
|
|
||||||
text: "{{ if .Result.date_year }}{{ .Result.date_year }}{{ else }}now{{ end }}"
|
|
||||||
size:
|
|
||||||
selector: span.size
|
|
||||||
seeders:
|
|
||||||
selector: span.seeders
|
|
||||||
leechers:
|
|
||||||
selector: span.leechers
|
|
||||||
downloadvolumefactor:
|
|
||||||
text: 0
|
|
||||||
uploadvolumefactor:
|
|
||||||
text: 1
|
|
||||||
# engine n/a
|
|
@@ -543,6 +543,7 @@ namespace Jackett.Updater
|
|||||||
"Definitions/tntfork.yml",
|
"Definitions/tntfork.yml",
|
||||||
"Definitions/tntvillage.yml",
|
"Definitions/tntvillage.yml",
|
||||||
"Definitions/topnow.yml",
|
"Definitions/topnow.yml",
|
||||||
|
"Definitions/torlook.yml",
|
||||||
"Definitions/toros.yml", // renamed to bulltorrent
|
"Definitions/toros.yml", // renamed to bulltorrent
|
||||||
"Definitions/torrent-paradise-ml.yml",
|
"Definitions/torrent-paradise-ml.yml",
|
||||||
"Definitions/torrent4you.yml",
|
"Definitions/torrent4you.yml",
|
||||||
|
Reference in New Issue
Block a user