mirror of
https://github.com/Jackett/Jackett
synced 2025-02-24 15:21:06 +00:00
cpabien: domain changed to cpabien.mx #2564
plus revert selectors from ad5a949d60
This commit is contained in:
parent
1c13158e79
commit
15bf794f9e
1 changed files with 5 additions and 5 deletions
|
@ -6,8 +6,9 @@
|
||||||
type: public
|
type: public
|
||||||
encoding: UTF-8
|
encoding: UTF-8
|
||||||
links:
|
links:
|
||||||
- https://www.cpabien.bz/
|
- http://cpabien.mx/
|
||||||
legacylinks:
|
legacylinks:
|
||||||
|
- https://www.cpabien.bz/
|
||||||
- http://www.cpabien.bz/
|
- http://www.cpabien.bz/
|
||||||
- http://www.cpabien.cx/
|
- http://www.cpabien.cx/
|
||||||
- http://cpabien.org/
|
- http://cpabien.org/
|
||||||
|
@ -28,14 +29,13 @@
|
||||||
settings: []
|
settings: []
|
||||||
|
|
||||||
download:
|
download:
|
||||||
selector: div.btn-download a
|
selector: "#telecharger a"
|
||||||
attribute: href
|
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
- path: "{{ if .Keywords }}recherche/{{ .Keywords }}{{else}}derniers/{{end}}"
|
- path: "/search.php?t={{ .Keywords }}"
|
||||||
rows:
|
rows:
|
||||||
selector: table.table-corps tbody tr td
|
selector: div[class^='ligne']
|
||||||
fields:
|
fields:
|
||||||
site_date:
|
site_date:
|
||||||
selector: a
|
selector: a
|
||||||
|
|
Loading…
Reference in a new issue