mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 22:23:20 +00:00
mypornclub: update selectors
This commit is contained in:
parent
5ce380135d
commit
52e867a53a
1 changed files with 4 additions and 4 deletions
|
@ -33,7 +33,7 @@ download:
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
- path: "{{ if .Keywords }}search/{{ re_replace .Keywords \"\\s+\" \"-\" }}{{ else }}torrents{{ end }}"
|
- path: "{{ if .Keywords }}search/{{ re_replace .Keywords \"\\s+\" \"-\" }}{{ else }}ts{{ end }}"
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: div.torrents_list > div.torrent_element
|
selector: div.torrents_list > div.torrent_element
|
||||||
|
@ -44,13 +44,13 @@ search:
|
||||||
category:
|
category:
|
||||||
text: XXX
|
text: XXX
|
||||||
title:
|
title:
|
||||||
selector: a[href^="/torrent/"]
|
selector: a[href^="/t/"]
|
||||||
remove: i
|
remove: i
|
||||||
details:
|
details:
|
||||||
selector: a[href^="/torrent/"]
|
selector: a[href^="/t/"]
|
||||||
attribute: href
|
attribute: href
|
||||||
download:
|
download:
|
||||||
selector: a[href^="/torrent/"]
|
selector: a[href^="/t/"]
|
||||||
attribute: href
|
attribute: href
|
||||||
date:
|
date:
|
||||||
selector: div.torrent_element_info span:nth-child(2)
|
selector: div.torrent_element_info span:nth-child(2)
|
||||||
|
|
Loading…
Add table
Reference in a new issue