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-02-03 06:49:38 +00:00
|
|
|
- https://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-01-26 01:35:00 +00:00
|
|
|
|
|
|
|
caps:
|
|
|
|
categorymappings:
|
|
|
|
- {id: films, cat: Movies, desc: "Movies"}
|
|
|
|
- {id: series, cat: TV, desc: "TV"}
|
2019-04-03 20:44:21 +00:00
|
|
|
- {id: musique, cat: Audio, desc: "Music"}
|
|
|
|
- {id: ebook, cat: Books, desc: "Ebook"}
|
|
|
|
- {id: logiciels, cat: PC, desc: "Software"}
|
|
|
|
- {id: jeux-pc, cat: PC/Games, desc: "PC Games"}
|
|
|
|
- {id: jeux-consoles, cat: Console, desc: "Console Games"}
|
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
|
|
|
|
|
|
|
settings: []
|
|
|
|
|
|
|
|
download:
|
2019-04-03 20:44:21 +00:00
|
|
|
selector: div.btn-download a
|
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-02-12 19:18:17 +00:00
|
|
|
- path: "{{if .Keywords}}recherche/{{.Keywords}}{{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-01-26 01:35:00 +00:00
|
|
|
fields:
|
|
|
|
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-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", "" ]
|
|
|
|
date:
|
|
|
|
text: "now"
|
|
|
|
seeders:
|
|
|
|
text: 0
|
|
|
|
seeders:
|
|
|
|
selector: div.up
|
|
|
|
optional: true
|
|
|
|
leechers:
|
|
|
|
text: 0
|
|
|
|
leechers:
|
|
|
|
selector: div.down
|
|
|
|
optional: true
|
|
|
|
downloadvolumefactor:
|
|
|
|
text: "0"
|
|
|
|
uploadvolumefactor:
|
|
|
|
text: "1"
|