Quote:
Originally Posted by The Geek
I don't think I totally understand what you are trying to do. The embed Regexp is designed to extract important parameters from a web page where the URL doesnt contain enough data that it needs.
|
The Geek, I am trying to extract data from HTML source of that page.
As I can see there is no meter if the URL does contain enough data or URL doesn't contain enough data.
We can extract in both cases.
Quote:
Originally Posted by The Geek
This feature won't extract other information for other uses (i.e. the title), though I suppose I could add a hook into the system which would make it easier.
|
I didn't understand this one.
Any HTML page consists smth like this:
HTML Code:
<HTML>
<TITLE>Test</TEST>
<BODY>
</BODY>
That future
Embedding Regexp can't extract data from any part of HMTL Source? Can extract from only specific one?