Skip to content
witnessmenow edited this page Apr 21, 2012 · 1 revision

REGEX for RSS

Purpose: Get Number of Shows you are subscribed too
URL: showrss.karmorra.info/?cs=shows
regex: <span id="showcounter"><strong>([0-9]*)<\/strong> shows<\/span>

Purpose: Extract Names and option value for all Available shows to add
Url: showrss.karmorra.info/?cs=shows
regex: <option value="([0-9]*)">([^<]*)<\/option>

Clone this wiki locally