mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
@@ -83,7 +83,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
|
||||
* MejorTorrent
|
||||
* MixTapeTorrent
|
||||
* Montorrent
|
||||
* MovCr
|
||||
* MoviesDVDR
|
||||
* MyPornClub
|
||||
* NewPCT (aka: tvsinpagar, descargas2020, torrentlocura, torrentrapid, tumejortorrent, pctnew, etc)
|
||||
|
@@ -1,95 +0,0 @@
|
||||
---
|
||||
id: movcr
|
||||
name: MovCr
|
||||
description: "MovCr is an Indian Public torrent site"
|
||||
language: en-us
|
||||
type: public
|
||||
encoding: UTF-8
|
||||
links:
|
||||
- https://movcr.st/
|
||||
legacylinks:
|
||||
- https://movcr.tv/
|
||||
- https://movcr.black-mirror.xyz/
|
||||
- https://movcr.unblocked.casa/
|
||||
- https://movcr.proxyportal.fun/
|
||||
- https://movcr.uk-unblock.xyz/
|
||||
- https://movcr.ind-unblock.xyz/
|
||||
- https://movcr.unblocked.bar/ # some torrent links are broken if 'movcr.to' is in its name
|
||||
- https://movcr.proxyportal.pw/ # some torrent links are broken if 'movcr.to' is in its name
|
||||
- https://movcr.uk-unblock.pro/ # some torrent links are broken if 'movcr.to' is in its name
|
||||
- https://movcr.to/
|
||||
|
||||
caps:
|
||||
categories:
|
||||
Other: Other
|
||||
|
||||
modes:
|
||||
search: [q]
|
||||
tv-search: [q, season, ep]
|
||||
movie-search: [q]
|
||||
|
||||
settings:
|
||||
- name: info_8000
|
||||
type: info
|
||||
label: About MovCr Categories
|
||||
default: MovCr does not return categories in its search results.</br>To add to your Apps' Torznab indexer, replace all categories with 8000(Other).
|
||||
|
||||
download:
|
||||
selector: a[href^="/torrents/"]
|
||||
attribute: href
|
||||
|
||||
search:
|
||||
paths:
|
||||
- path: "{{ if .Keywords }}search/search.php?q={{ .Keywords }}{{ else }}/{{ end }}"
|
||||
|
||||
rows:
|
||||
selector: tr:has(td.name a[href^="/download-"])
|
||||
filters:
|
||||
- name: andmatch
|
||||
|
||||
fields:
|
||||
category:
|
||||
text: Other
|
||||
title:
|
||||
selector: td.name a:nth-child(2)
|
||||
details:
|
||||
selector: td.name a
|
||||
attribute: href
|
||||
download:
|
||||
selector: td.name a
|
||||
attribute: href
|
||||
date:
|
||||
selector: td.seeds:contains("-")
|
||||
optional: true
|
||||
filters:
|
||||
- name: append
|
||||
args: " +05:30" # IST
|
||||
- name: dateparse
|
||||
args: "2006-01-02 -07:00"
|
||||
date:
|
||||
selector: td.seeds:not(:contains("-"))
|
||||
optional: true
|
||||
filters:
|
||||
- name: timeago
|
||||
size:
|
||||
selector: td.leeches:not(:contains("B"))
|
||||
optional: true
|
||||
text: "0 B"
|
||||
size:
|
||||
selector: td.leeches:contains("B")
|
||||
optional: true
|
||||
seeders:
|
||||
selector: td:nth-child(2)
|
||||
filters:
|
||||
- name: split
|
||||
args: ["/", 0]
|
||||
leechers:
|
||||
selector: td:nth-child(2)
|
||||
filters:
|
||||
- name: split
|
||||
args: ["/", 1]
|
||||
downloadvolumefactor:
|
||||
text: 0
|
||||
uploadvolumefactor:
|
||||
text: 1
|
||||
# engine n/a
|
@@ -356,6 +356,7 @@ namespace Jackett.Updater
|
||||
"Definitions/mkvcage.yml",
|
||||
"Definitions/moecat.yml",
|
||||
"Definitions/monova.yml",
|
||||
"Definitions/movcr.yml",
|
||||
"Definitions/music-master.yml",
|
||||
"Definitions/nachtwerk.yml",
|
||||
"Definitions/nexttorrent.yml",
|
||||
|
Reference in New Issue
Block a user