Currently you have ..
Code:
<RegExp input="$$1" output="<year></year><director></director><runtime>\1</runtime>" dest="8+">
<expression trim="1" noclean="1"><strong>Dauer:</strong>([\s0-9:]*)</expression>
</RegExp>.. which only populates the runtime. In that case just use ..
Code:
<RegExp input="$$1" output="<runtime>\1</runtime>" dest="8+">
<expression trim="1" noclean="1"><strong>Dauer:</strong>([\s0-9:]*)</expression>
</RegExp>.. and do the same for all video info tags (like year, director) you're able to fetch from the site.



Search
Help