2017-06-23, 11:25
(2017-06-03, 19:57)scudlee Wrote: html/xml tags are automatically cleaned out by default.
You'd need to add (e.g.) noclean="1" as an attribute to the <expression> for that not to happen (on the first capturing group).
Would probably do it.Code:<RegExp input="$$1" output="<outline>\1</outline>" dest="2">
<expression fixchars="1" trim="1">itemprop="description">(.+?)</div></expression>
</RegExp>
Sorry, I forgot about this for a while.
Thank you, your fix works. I don't have Sully in my library anymore, but Little Dieter Needs to Fly and Fog of War got fixed after I used your regexp in the plugin.
Edit: Helps also with Citizenfour. I checked some movies that were correct before and they seem to be fine also with this new version.