mirror of https://github.com/Jackett/Jackett
90 lines
2.0 KiB
YAML
90 lines
2.0 KiB
YAML
---
|
|
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: []
|
|
|
|
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: dateparse
|
|
args: "2006-01-02"
|
|
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
|