mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
add movcr an Indian Public site. resolves #5443
This commit is contained in:
@@ -54,6 +54,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
|||||||
* MagnetDL
|
* MagnetDL
|
||||||
* MejorTorrent <!-- maintained by ivandelabeldad -->
|
* MejorTorrent <!-- maintained by ivandelabeldad -->
|
||||||
* Monova
|
* Monova
|
||||||
|
* MovCr
|
||||||
* Newpct (aka: tvsinpagar, descargas2020, torrentlocura, torrentrapid, tumejortorrent, pctnew, etc)
|
* Newpct (aka: tvsinpagar, descargas2020, torrentlocura, torrentrapid, tumejortorrent, pctnew, etc)
|
||||||
* Nyaa.si
|
* Nyaa.si
|
||||||
* Nyaa-Pantsu
|
* Nyaa-Pantsu
|
||||||
|
69
src/Jackett.Common/Definitions/movcr.yml
Normal file
69
src/Jackett.Common/Definitions/movcr.yml
Normal file
@@ -0,0 +1,69 @@
|
|||||||
|
---
|
||||||
|
site: movcr
|
||||||
|
name: MovCr
|
||||||
|
description: "MovCr is an Indian Public torrent site"
|
||||||
|
language: en-us
|
||||||
|
type: public
|
||||||
|
encoding: UTF-8
|
||||||
|
links:
|
||||||
|
- https://movcr.tv/
|
||||||
|
|
||||||
|
caps:
|
||||||
|
categories:
|
||||||
|
"other": Other
|
||||||
|
|
||||||
|
modes:
|
||||||
|
search: [q]
|
||||||
|
tv-search: [q, season, ep]
|
||||||
|
movie-search: [q]
|
||||||
|
|
||||||
|
settings: []
|
||||||
|
|
||||||
|
download:
|
||||||
|
selector: a[href^="/torrents/"]
|
||||||
|
|
||||||
|
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
|
||||||
|
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"
|
Reference in New Issue
Block a user