diff options
author | theuni <theuni-nospam-@xbmc.org> | 2012-02-07 01:07:56 -0500 |
---|---|---|
committer | theuni <theuni-nospam-@xbmc.org> | 2012-02-07 01:07:56 -0500 |
commit | 1101614b45f4676a21334d0876c287f8fba12eb5 (patch) | |
tree | 02c9090c79162dc74c2a08197cbf2439a3012f5b /addons/metadata.common.imdb.com | |
parent | f351e7d751b1537b1eb279846a4f1f8fc52017c4 (diff) |
sync: imdb with addons repo
Diffstat (limited to 'addons/metadata.common.imdb.com')
-rw-r--r-- | addons/metadata.common.imdb.com/addon.xml | 2 | ||||
-rw-r--r-- | addons/metadata.common.imdb.com/changelog.txt | 12 | ||||
-rw-r--r-- | addons/metadata.common.imdb.com/imdb.xml | 2 |
3 files changed, 14 insertions, 2 deletions
diff --git a/addons/metadata.common.imdb.com/addon.xml b/addons/metadata.common.imdb.com/addon.xml index 66fe1e3346..59a43028d4 100644 --- a/addons/metadata.common.imdb.com/addon.xml +++ b/addons/metadata.common.imdb.com/addon.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <addon id="metadata.common.imdb.com" name="IMDB common scraper functions" - version="2.1.5" + version="2.1.9" provider-name="Team XBMC"> <requires> <import addon="xbmc.metadata" version="1.0"/> diff --git a/addons/metadata.common.imdb.com/changelog.txt b/addons/metadata.common.imdb.com/changelog.txt index 437fc1844d..a19b89efe5 100644 --- a/addons/metadata.common.imdb.com/changelog.txt +++ b/addons/metadata.common.imdb.com/changelog.txt @@ -1,3 +1,15 @@ +[B]2.1.9[/B] +- fixed: plot when contains html links (once again) + +[B]2.1.8[/B] +- revert: two latest changes - cause crash some times + +[B]2.1.7[/B] +- fixed: typo in fixing previous plot issue + +[B]2.1.6[/B] +- fixed: plot when contains html links + [B]2.1.5[/B] - fixed: Cleanup and factored out Genres to common diff --git a/addons/metadata.common.imdb.com/imdb.xml b/addons/metadata.common.imdb.com/imdb.xml index 78e4318077..5633908756 100644 --- a/addons/metadata.common.imdb.com/imdb.xml +++ b/addons/metadata.common.imdb.com/imdb.xml @@ -35,7 +35,7 @@ <ParseIMDBPlot dest="5"> <RegExp input="$$2" output="<details>\1</details>" dest="5"> <RegExp input="$$1" output="<plot>\1</plot>" dest="2"> - <expression trim="1"><h2>Storyline</h2>\n+<p>([^<]+)</expression> + <expression trim="1"><h2>Storyline</h2>\n+<p>(.*?)<[^a/]</expression> </RegExp> <expression noclean="1" /> </RegExp> |