Результаты поиска

  1. P

    Scraper Video Tutorials

    A friend suggest to add "-|-all-" and it works fine now.
  2. P

    Scraper Video Tutorials

    I'm working in a little scraper for Gamespot forums with Zennoposter, the logic seems ok, the regexp is working fine in the regular expression builder, but when I debug the template it only scrape the first title on every page. The regexp is as follows: (?<=\<TD class\=topic\>\<A...
  3. P

    Basic Scraper example

    I'm cloning / adapting your example to scrape other sites. When we get the dom page of the text (with the web browser), how we open or transfer the page to the regexp builder in order to create the regular expression. I'm doing it with expresso, it must be a way to do it inside Zennoposter. I...
  4. P

    Basic Scraper example

    For now watched videos tutorials about registration in web sites. Could be possible to have a scrape example template (not video), for example, from the first 2 google search results for the word: cat Something like - search keyword cat in google - scrape title and urls from first page...