Stuck Writing a Video Plugin for The Real News Network (TRNN)
#1
Please see http://forum.xbmc.org/showthread.php?tid...=trnndated.
Reply
#2
Please see http://forum.xbmc.org/showthread.php?tid...light=trnn
Reply
#3
Thanks for working on a plugin. this site looks to have interesting content
Reply
#4
All these formats play well, including YouTube videos... see other plugins.

So what problem do you have now? Only help with regular expressions?

If you want to parse elements from another url you only have to do it in your for loop:

for url in match:
...
pageurl = you have the url of the page
read the url with urllib2
use regexp to extract thumbnail and plot
name = newmatch[0]
thumbnail = newmatch[1]
...
addLink()
Reply
#5
Please see http://forum.xbmc.org/showthread.php?tid...light=trnn
Reply
#6
Please see http://forum.xbmc.org/showthread.php?tid...light=trnn
Reply
#7
Please see http://forum.xbmc.org/showthread.php?tid...light=trnn
Reply

Logout Mark Read Team Forum Stats Members Help
Stuck Writing a Video Plugin for The Real News Network (TRNN)0