mirror of
https://github.com/Jackett/Jackett
synced 2025-03-05 11:18:14 +00:00
portugas: update title and details selector
also imdb and tmdb IDs are not available in results
This commit is contained in:
parent
f74f1ab816
commit
de3c93d429
1 changed files with 2 additions and 8 deletions
|
@ -107,12 +107,12 @@ search:
|
|||
- name: regexp
|
||||
args: "/categories/(\\d+)"
|
||||
title:
|
||||
selector: a.view-torrent
|
||||
selector: a.text-bright
|
||||
download:
|
||||
selector: a[href*="/download/"]
|
||||
attribute: href
|
||||
details:
|
||||
selector: a.view-torrent
|
||||
selector: a.text-bright
|
||||
attribute: href
|
||||
poster:
|
||||
selector: div.torrent-poster img
|
||||
|
@ -133,12 +133,6 @@ search:
|
|||
filters:
|
||||
- name: regexp
|
||||
args: (\d+)
|
||||
imdb:
|
||||
selector: a[href*="imdb.com/title/tt"]
|
||||
attribute: href
|
||||
tmdbid:
|
||||
selector: a[href*="themoviedb.org/movie/"]
|
||||
attribute: href
|
||||
date:
|
||||
selector: time
|
||||
filters:
|
||||
|
|
Loading…
Add table
Reference in a new issue