I'm not sure where you came up with those regex's.... For your first one... that has a lot of video feeds... so to extract the text from the video feeds, you'd want to use
~<div id="videoText">.*<\/div>(.*)<\/div>~siU (untested, but should work)
And for the second one
~<p><font class="sb13">(.*)<\/font><\/p>~siU (again, untested, but should work)
Great Mod SlammedDime... Works like a charm straight out of the box on
www.f-1chat.com ... using over 20+ RSS Feeds (with specifics) and does a steller job... thanks!
That said, I too am wanting to pull the full article if possible - I've been researching PCRE - and since I'm not the best coder in the world - am truly lost as to proper syntax -
Is there a PCRE guide for dummies out there?? I've searched the SMF boards and google - and lots and lots of code out there... just nothing that says "do this, to get that" kind of thing -
Sorry to ask such a stupid Q - but am new to this... and trying to wrap my brain around it all (PCRE) - any resources you can point me to?
Thanks -
KB
PS: Well that didn't link to the forum I wanted it to ... so let me offer another example -
This is a RSS Feed with a photo attached
http://f-1chat.com/forum/index.php/topic,214.0.htmland as you can see, the article got cut...
So, if I'm looking for the PCRE "code" to be able to show all that bit -- hope that clarifies... TIA