Skip to content

Commit

Permalink
sync: imdb with addons repo
Browse files Browse the repository at this point in the history
  • Loading branch information
theuni committed Feb 7, 2012
1 parent f351e7d commit 1101614
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addons/metadata.common.imdb.com/addon.xml
Original file line number Diff line number Diff line change
@@ -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"/>
Expand Down
12 changes: 12 additions & 0 deletions addons/metadata.common.imdb.com/changelog.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion addons/metadata.common.imdb.com/imdb.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<ParseIMDBPlot dest="5">
<RegExp input="$$2" output="&lt;details&gt;\1&lt;/details&gt;" dest="5">
<RegExp input="$$1" output="&lt;plot&gt;\1&lt;/plot&gt;" dest="2">
<expression trim="1">&lt;h2&gt;Storyline&lt;/h2&gt;\n+&lt;p&gt;([^&lt;]+)</expression>
<expression trim="1">&lt;h2&gt;Storyline&lt;/h2&gt;\n+&lt;p&gt;(.*?)&lt;[^a/]</expression>
</RegExp>
<expression noclean="1" />
</RegExp>
Expand Down

0 comments on commit 1101614

Please sign in to comment.