movcr: removed, down for 30 days. resolves #5443 (#11178)

This commit is contained in:
ilike2burnthing
2021-02-26 18:19:23 +00:00
committed by GitHub
parent 9e8b664ab8
commit 4b78f27c4e
3 changed files with 1 additions and 96 deletions

View File

@@ -83,7 +83,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
* MejorTorrent * MejorTorrent
* MixTapeTorrent * MixTapeTorrent
* Montorrent * Montorrent
* MovCr
* MoviesDVDR * MoviesDVDR
* MyPornClub * MyPornClub
* NewPCT (aka: tvsinpagar, descargas2020, torrentlocura, torrentrapid, tumejortorrent, pctnew, etc) * NewPCT (aka: tvsinpagar, descargas2020, torrentlocura, torrentrapid, tumejortorrent, pctnew, etc)

View File

@@ -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

View File

@@ -356,6 +356,7 @@ namespace Jackett.Updater
"Definitions/mkvcage.yml", "Definitions/mkvcage.yml",
"Definitions/moecat.yml", "Definitions/moecat.yml",
"Definitions/monova.yml", "Definitions/monova.yml",
"Definitions/movcr.yml",
"Definitions/music-master.yml", "Definitions/music-master.yml",
"Definitions/nachtwerk.yml", "Definitions/nachtwerk.yml",
"Definitions/nexttorrent.yml", "Definitions/nexttorrent.yml",