Great plug-in by the way and I love the generic site guilder!
Anyway... i'm trying to build a site for LoveFilm (video rental site in UK). I can list the categories and videos but as I can't enter login details like with youtube I can't see how I view streams.
Only registered subscribers can view streams as its a rental service.
How do I enter login details?
Heres my regex that works for categories and listing videos:
Categories RegEx
VIdeoListRegEx
Anyway... i'm trying to build a site for LoveFilm (video rental site in UK). I can list the categories and videos but as I can't enter login details like with youtube I can't see how I view streams.
Only registered subscribers can view streams as its a rental service.
How do I enter login details?
Heres my regex that works for categories and listing videos:
Categories RegEx
Code:
(?<=\s*</ul></div>\s*<div\sid="genre"\sclass=''>\s*<h5>\s*<span\s>Genre</span>\s*</h5>\s*<ul>\s*.*)
<a\shref="(?<url>[^"]*)"\stitle="(?<title>[^"]*)"><
(?<!\s*</ul></div>\s*<div\sid="production_decade"\sclass=''>\s*<h5>\s*<span\s>Production\sdecade</span>\s*</h5>\s*<ul>\s*.*)
VIdeoListRegEx
Code:
<h2><a\shref="(?<VideoUrl>[^"]*)"title="(?<Title>[^"]*)">(?<Title>[^<]*)</a>\s*<span\sclass="release_decade">\((?<Airdate>[^\)]*)\)</span>\s*</h2>