mirror of
https://github.com/Jackett/Jackett.git
synced 2025-10-02 00:32:55 +02:00
mteamtp: fix titles #7824
This commit is contained in:
@@ -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="]
|
||||
|
Reference in New Issue
Block a user