Skip to content

Commit

Permalink
Merge pull request #488 from olympia/gotham
Browse files Browse the repository at this point in the history
[metadata.common.imdb.com] updated to v3.2.8
  • Loading branch information
olympia authored Feb 8, 2023
2 parents 47aedae + 5e5b806 commit 2f7e61a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 Scraper Library"
version="3.2.7"
version="3.2.8"
provider-name="Team Kodi">
<requires>
<import addon="xbmc.metadata" version="2.1.0"/>
Expand Down
3 changes: 3 additions & 0 deletions metadata.common.imdb.com/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[B]3.2.8[/B]
- fixed: scraping from xx-reference.html

[B]3.2.5[/B]
- fixed: GetIMDBPlotById, ParseIMDBPlot, GetIMDBTaglineById, ParseIMDBTagline to use xx-reference.html

Expand Down
4 changes: 2 additions & 2 deletions metadata.common.imdb.com/imdb.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
</ParseMetaCriticRatings>

<GetIMDBPlotById dest="5">
<RegExp input="$$1" output="&lt;details&gt;&lt;url cache=&quot;$$1-reference.html&quot; function=&quot;ParseIMDBPlot&quot;&gt;https://www.imdb.com/title/$$1/|accept-language=en-us&lt;/url&gt;&lt;/details&gt;" dest="5">
<RegExp input="$$1" output="&lt;details&gt;&lt;url cache=&quot;$$1-reference.html&quot; function=&quot;ParseIMDBPlot&quot;&gt;https://www.imdb.com/title/$$1/reference|accept-language=en-us&lt;/url&gt;&lt;/details&gt;" dest="5">
<expression noclean="1" />
</RegExp>
</GetIMDBPlotById>
Expand All @@ -141,7 +141,7 @@
</ParseIMDBPlot>

<GetIMDBTaglineById dest="5">
<RegExp input="$$1" output="&lt;details&gt;&lt;url cache=&quot;$$1-reference.html&quot; function=&quot;ParseIMDBTagline&quot;&gt;https://www.imdb.com/title/$$1/|accept-language=en-us&lt;/url&gt;&lt;/details&gt;" dest="5">
<RegExp input="$$1" output="&lt;details&gt;&lt;url cache=&quot;$$1-reference.html&quot; function=&quot;ParseIMDBTagline&quot;&gt;https://www.imdb.com/title/$$1/reference|accept-language=en-us&lt;/url&gt;&lt;/details&gt;" dest="5">
<expression noclean="1" />
</RegExp>
</GetIMDBTaglineById>
Expand Down

0 comments on commit 2f7e61a

Please sign in to comment.