mirror of
https://github.com/Jackett/Jackett
synced 2025-02-24 23:22:46 +00:00
mteamtp: fix titles #7824
This commit is contained in:
parent
684b664aa7
commit
f3c35b2d6f
2 changed files with 2 additions and 2 deletions
|
@ -128,7 +128,7 @@
|
|||
|
||||
fields:
|
||||
title: # shortened for long release names
|
||||
selector: a[href^="details.php?id="]
|
||||
selector: a[href^="details.php?id="] > b
|
||||
title:
|
||||
optional: true # not available if IMDB tooltips are turned on
|
||||
selector: a[title][href^="details.php?id="]
|
||||
|
|
|
@ -123,7 +123,7 @@
|
|||
|
||||
fields:
|
||||
title: # shortened for long release names
|
||||
selector: a[href^="details.php?id="]
|
||||
selector: a[href^="details.php?id="] > b
|
||||
title:
|
||||
optional: true # not available if IMDB tooltips are turned on
|
||||
selector: a[title][href^="details.php?id="]
|
||||
|
|
Loading…
Reference in a new issue