mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 05:16:55 +00:00
2xfree: fix posters. #13943
This commit is contained in:
parent
fba7b11697
commit
5b7deb8250
1 changed files with 2 additions and 2 deletions
|
@ -153,8 +153,8 @@ search:
|
|||
selector: a[href^="download.php?id="]
|
||||
attribute: href
|
||||
poster:
|
||||
selector: img.pr5
|
||||
attribute: src
|
||||
selector: td.rowfollow:nth-child(2) > table.torrentname > tbody > tr > td > img[data-src]
|
||||
attribute: data-src
|
||||
imdbid:
|
||||
# site currently only has a badge and rating, the id is not present. just in case a future update.
|
||||
selector: a[href*="imdb.com/title/tt"]
|
||||
|
|
Loading…
Add table
Reference in a new issue