
11-07-2008, 07:14 AM
|
|
|
Join Date: May 2007
Posts: 91
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Digital Jedi
First, ensure extraction is also on in the Global Settings for AME. Then check to see that your Embed Regexp can actually pull the data from the source of the page. One of the mistakes I almost always make is to presume that because the embed code is located in the page, that it will also be in the Source Code HTML of the page, which is where the Emebed Regexp actually looks. But often that isn't the case, so the RegEx can't find a match. But most of the time you can get around that by checking to see if the numbers/letters/IDs you need are located in the Source HTML somewhere and match them instead of trying to match patterns in the embed code. It will still work, because the variables will still parse to their corresponding group.
|
Hi DJ,
Can you give me an example of how patterns can be matched in source HTML?
|