mirror of
https://github.com/Jackett/Jackett
synced 2024-12-29 03:06:49 +00:00
torrentproject: removed to stop user confusion re: 403 forbidden
in the event it revives we can always add it back ;-)
This commit is contained in:
parent
5a555427ee
commit
81b2eed342
2 changed files with 1 additions and 90 deletions
|
@ -1,90 +0,0 @@
|
|||
---
|
||||
site: torrentproject
|
||||
name: TorrentProject
|
||||
language: en-us
|
||||
type: public
|
||||
encoding: UTF-8
|
||||
links:
|
||||
- https://torrentproject.se/
|
||||
|
||||
caps:
|
||||
categories:
|
||||
"video tv": TV
|
||||
"video dvd": Movies/SD
|
||||
"Video Dvdrip": Movies/SD
|
||||
"video hdrip": Movies/HD
|
||||
"Video Lq": Movies/Foreign
|
||||
"audio mp3": Audio/MP3
|
||||
"audio lossless": Audio/Lossless
|
||||
"video": Movies
|
||||
"ebooks": Books/Ebook
|
||||
"Ebooks Comics": Books/Comics
|
||||
"Ebooks Magazines": Other
|
||||
"Ebooks Audiobook": Audio/Audiobook
|
||||
"Ebooks Tutorials": Books/Ebook
|
||||
"Games PC": PC/Games
|
||||
"Games Nintendo": Console
|
||||
"Games PlayStation": Console
|
||||
"Games XBox": Console/XBox
|
||||
"Mobile": PC/Phone-Other
|
||||
"Applications": PC
|
||||
"Images": Other
|
||||
|
||||
|
||||
modes:
|
||||
search: [q]
|
||||
tv-search: [q, season, ep]
|
||||
movie-search: [q]
|
||||
|
||||
settings: []
|
||||
|
||||
download:
|
||||
selector: "#download > div:nth-child(2) > div:nth-child(1) > a"
|
||||
attribute: href
|
||||
|
||||
search:
|
||||
paths:
|
||||
- path: "{{if .Query.Keywords}}?t={{ .Query.Keywords}}{{else}}?orderby=latest&t={{end}}"
|
||||
rows:
|
||||
selector: "#similarfiles > div:not(:first-child)"
|
||||
fields:
|
||||
title:
|
||||
selector: span > a
|
||||
details:
|
||||
selector: span > a
|
||||
attribute: href
|
||||
magfile:
|
||||
text: "{{ .Result.title }}"
|
||||
filters:
|
||||
- name: validfilename
|
||||
- name: urlencode
|
||||
magnet:
|
||||
selector: span > a
|
||||
attribute: href
|
||||
filters:
|
||||
- name: regexp
|
||||
args: "/(\\w+)/"
|
||||
- name: prepend
|
||||
args: "magnet:?xt=urn:btih:"
|
||||
- name: append
|
||||
args: "&dn={{ .Result.magfile }}.torrent"
|
||||
- name: append
|
||||
args: "&tr=http://182.176.139.129:6969/announce&tr=http://explodie.org:6969/announce&tr=http://tracker.mgtracker.org:2710/announce&tr=udp://tracker.coppersurfer.tk:6969/announce&tr=udp://tracker.leechers-paradise.org:6969/announce&tr=udp://tracker.pirateparty.gr:6969/announce&tr=udp://tracker.sktorrent.net:6969/announce&tr=udp://tracker.zer0day.to:1337/announce"
|
||||
category:
|
||||
optional: true
|
||||
selector: div > span:nth-child(1) > span
|
||||
date:
|
||||
selector: div > span:nth-child(4)
|
||||
filters:
|
||||
- name: append
|
||||
args: " ago"
|
||||
size:
|
||||
selector: div > span:nth-child(5)
|
||||
seeders:
|
||||
selector: div > span:nth-child(2)
|
||||
leechers:
|
||||
selector: div > span:nth-child(3)
|
||||
downloadvolumefactor:
|
||||
text: "0"
|
||||
uploadvolumefactor:
|
||||
text: "1"
|
|
@ -199,6 +199,7 @@ namespace Jackett.Updater
|
|||
"Definitions/t411v2.yml",
|
||||
"Definitions/bithq.yml",
|
||||
"Definitions/blubits.yml",
|
||||
"Definitions/torrentproject.yml",
|
||||
};
|
||||
|
||||
foreach (var oldFIle in oldFiles)
|
||||
|
|
Loading…
Reference in a new issue