2019-01-26 01:35:00 +00:00
|
|
|
---
|
|
|
|
site: cpasbienclone
|
|
|
|
name: cpasbien clone
|
|
|
|
description: "cpasbien clone is a FRENCH Public site for TV / MOVIES / GENERAL"
|
|
|
|
language: fr-fr
|
|
|
|
type: public
|
|
|
|
encoding: UTF-8
|
|
|
|
followredirect: true
|
|
|
|
links:
|
2019-08-11 06:11:35 +00:00
|
|
|
- https://www1.cpasbiens.cm/
|
2019-01-30 18:29:33 +00:00
|
|
|
legacylinks:
|
2019-01-26 01:35:00 +00:00
|
|
|
- https://www1.cpasbiens.ws/
|
2019-02-03 06:49:38 +00:00
|
|
|
- https://www2.cpasbiens.ws/
|
2019-08-11 06:11:35 +00:00
|
|
|
- https://cpasbiens.cm/
|
2019-01-26 01:35:00 +00:00
|
|
|
|
|
|
|
caps:
|
|
|
|
categorymappings:
|
2019-12-14 19:39:42 +00:00
|
|
|
- {id: 1, cat: Other, desc: "Other"}
|
2019-01-26 01:35:00 +00:00
|
|
|
|
|
|
|
modes:
|
|
|
|
search: [q]
|
|
|
|
tv-search: [q, season, ep]
|
2019-04-03 20:44:21 +00:00
|
|
|
movie-search: [q]
|
2019-01-26 01:35:00 +00:00
|
|
|
|
2019-12-14 19:39:42 +00:00
|
|
|
settings:
|
|
|
|
- name: sort
|
|
|
|
type: select
|
|
|
|
label: Sort requested from site (Only works for searches with Keywords)
|
|
|
|
default: "?trie-date-d"
|
|
|
|
options:
|
|
|
|
"?trie-date-d": "created desc"
|
|
|
|
"?trie-date-a": "created asc"
|
|
|
|
"?trie-seeds-d": "seeders desc"
|
|
|
|
"?trie-seeds-a": "seeders asc"
|
|
|
|
"?trie-poid-d": "size desc"
|
|
|
|
"?trie-poid-a": "size asc"
|
|
|
|
"?trie-nom-d": "title desc"
|
|
|
|
"?trie-nom-a": "title asc"
|
2019-01-26 01:35:00 +00:00
|
|
|
|
|
|
|
download:
|
2019-06-26 21:26:08 +00:00
|
|
|
selector: a[href^="magnet:"]
|
2019-01-26 01:35:00 +00:00
|
|
|
attribute: href
|
2019-04-03 20:44:21 +00:00
|
|
|
|
2019-01-26 01:35:00 +00:00
|
|
|
search:
|
|
|
|
paths:
|
2019-12-14 19:39:42 +00:00
|
|
|
- path: "{{ if .Keywords }}recherche/{{ .Keywords }}{{ .Config.sort }}{{else}}{{end}}"
|
|
|
|
|
2019-01-26 01:35:00 +00:00
|
|
|
rows:
|
2019-04-03 20:44:21 +00:00
|
|
|
selector: table.table-corps > tbody > tr:has(a)
|
2019-12-14 19:39:42 +00:00
|
|
|
|
2019-01-26 01:35:00 +00:00
|
|
|
fields:
|
2019-12-14 19:39:42 +00:00
|
|
|
category:
|
|
|
|
text: 1
|
2019-01-26 01:35:00 +00:00
|
|
|
site_date:
|
|
|
|
selector: a
|
|
|
|
filters:
|
|
|
|
# date is at the end of the title, so we get it and name it site_date
|
|
|
|
- name: regexp
|
|
|
|
args: "(\\w+)$"
|
|
|
|
title:
|
|
|
|
selector: a
|
|
|
|
filters:
|
|
|
|
# now we put the date at the right place according scene naming rules using .Result.site_date
|
|
|
|
- name: replace
|
2019-04-05 18:52:28 +00:00
|
|
|
args: [" FRENCH", " {{ .Result.site_date }} FRENCH"]
|
2019-04-05 21:43:51 +00:00
|
|
|
- name: replace
|
|
|
|
args: ["MULTI", "{{ .Result.site_date }} MULTI"]
|
2019-01-26 01:35:00 +00:00
|
|
|
- name: replace
|
|
|
|
args: ["TRUEFRENCH", "{{ .Result.site_date }} TRUEFRENCH"]
|
|
|
|
- name: replace
|
|
|
|
args: ["VOSTFR", "{{ .Result.site_date }} VOSTFR"]
|
|
|
|
# and we delete it at the end
|
|
|
|
- name: re_replace
|
|
|
|
args: ["(\\w+)$", ""]
|
|
|
|
details:
|
|
|
|
selector: a
|
|
|
|
attribute: href
|
|
|
|
download:
|
|
|
|
selector: a
|
|
|
|
attribute: href
|
|
|
|
size:
|
|
|
|
selector: div.poid
|
|
|
|
filters:
|
|
|
|
- name: re_replace
|
2019-04-03 20:44:21 +00:00
|
|
|
args: [ "\\.(\\d)Ko", "$1X00"]
|
2019-01-26 01:35:00 +00:00
|
|
|
- name: re_replace
|
2019-04-03 20:44:21 +00:00
|
|
|
args: [ "Ko", "000"]
|
2019-01-26 01:35:00 +00:00
|
|
|
- name: re_replace
|
2019-04-03 20:44:21 +00:00
|
|
|
args: [ "\\.(\\d)Mo", "$1X00000"]
|
2019-01-26 01:35:00 +00:00
|
|
|
- name: re_replace
|
2019-04-03 20:44:21 +00:00
|
|
|
args: [ "Mo", "000000"]
|
2019-01-26 01:35:00 +00:00
|
|
|
- name: re_replace
|
2019-04-03 20:44:21 +00:00
|
|
|
args: [ "\\.(\\d)Go", "$1X00000000"]
|
2019-01-26 01:35:00 +00:00
|
|
|
- name: re_replace
|
2019-04-03 20:44:21 +00:00
|
|
|
args: [ "Go", "000000000"]
|
2019-01-26 01:35:00 +00:00
|
|
|
- name: re_replace
|
2019-04-03 20:44:21 +00:00
|
|
|
args: [ "\\.(\\d)To", "$1X00000000000"]
|
2019-01-26 01:35:00 +00:00
|
|
|
- name: re_replace
|
2019-04-03 20:44:21 +00:00
|
|
|
args: [ "To", "000000000000"]
|
2019-01-26 01:35:00 +00:00
|
|
|
- name: replace
|
|
|
|
args: [ "X", "" ]
|
2019-06-29 01:11:06 +00:00
|
|
|
# this is for the search with keywords which returns sizes nnnnn.n without unit indicator.
|
|
|
|
- name: re_replace
|
|
|
|
args: [ "(\\d+)\\.\\d", "$1 MB"]
|
2019-01-26 01:35:00 +00:00
|
|
|
date:
|
2019-12-14 19:39:42 +00:00
|
|
|
text: now
|
2019-01-26 01:35:00 +00:00
|
|
|
seeders:
|
|
|
|
text: 0
|
|
|
|
seeders:
|
|
|
|
selector: div.up
|
|
|
|
optional: true
|
|
|
|
leechers:
|
|
|
|
text: 0
|
|
|
|
leechers:
|
|
|
|
selector: div.down
|
|
|
|
optional: true
|
|
|
|
downloadvolumefactor:
|
2019-12-14 19:39:42 +00:00
|
|
|
text: 0
|
2019-01-26 01:35:00 +00:00
|
|
|
uploadvolumefactor:
|
2019-12-14 19:39:42 +00:00
|
|
|
text: 1
|