Skip to content

Commit

Permalink
Get full plot.
Browse files Browse the repository at this point in the history
  • Loading branch information
janplus committed Jan 7, 2017
1 parent 3603db5 commit a2fb08b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion metadata.doubantv.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.doubantv.com"
name="doubantv"
version="1.2.1"
version="1.2.2"
provider-name="janplus">
<requires>
<import addon="xbmc.metadata" version="1.0"/>
Expand Down
2 changes: 2 additions & 0 deletions metadata.doubantv.com/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[B]1.2.2[/B]
- Get full plot
[B]1.2.1[/B]
- Fix the title bug
[B]1.2.0[/B]
Expand Down
8 changes: 4 additions & 4 deletions metadata.doubantv.com/doubantv.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@
<RegExp input="$$1" output="&lt;premiered&gt;\1&lt;/premiered&gt;" dest="6+">
<expression noclean="1">首播:&lt;/span&gt;.*?&gt;(.*?)&lt;/span&gt;</expression>
</RegExp>
<RegExp input="$$1" output="&lt;plot&gt;\1&lt;/plot&gt;" dest="6+">
<expression noclean="1">property=&quot;v:summary&quot;[^&gt;]*&gt;(.+?)&lt;/span&gt;</expression>
</RegExp>
<!-- <RegExp input="$$1" output="&lt;plot&gt;\1&lt;/plot&gt;" dest="6+"> -->
<!-- <expression noclean="1">property=&quot;v:summary&quot;[^&gt;]*&gt;(.+?)&lt;/span&gt;</expression> -->
<!-- </RegExp> -->
<expression noclean="1"/>
</RegExp>
</GetDetailsFromHTML>
Expand Down Expand Up @@ -147,7 +147,7 @@
<expression trim="1,2">&lt;title&gt;(.*?)&lt;/title&gt;</expression>
</RegExp>
<RegExp input="$$1" output="&lt;plot&gt;\1&lt;/plot&gt;" dest="5+">
<expression trim="1,2">&lt;p id=&quot;link-report&quot;&gt;.*?&lt;span class=&quot;all&quot;&gt;(.*?)&lt;/span&gt;</expression>
<expression trim="1,2">&lt;meta name=&quot;description&quot; content=&quot;(.*?)&quot;&gt;</expression>
</RegExp>
<expression noclean="1"/>
</RegExp>
Expand Down

0 comments on commit a2fb08b

Please sign in to comment.