"Trying to crawl a Blog with java link"

fcollova
fcollova New Altair Community Member
edited November 5 in Community Q&A
I'm trying to do a blog crawling but many links are referenced by javascript. It can be a way to do the crawling of these links?
???

Answers

  • land
    land New Altair Community Member
    Hi,
    unfortunately the RapidMiner Crawler isn't capable of following such links. But you can use HTTRACK for example to cope with that. You might execute it from RapidMiner using the Execute Programm operator.

    Greetings,
      Sebastian
  • fcollova
    fcollova New Altair Community Member
    Tanks I'll try it  :)