Describe the problem : scraping goes well, though "refresh button" says "not yet data"... And there is no data in the CSV file exported... How could I collect the companies directory ?
Url: http://www.journaldunet.com/web-tech/fonds/index/investisseurs
Sitemap:
{"_id":"vcfrancelist","startUrl":["http://www.journaldunet.com/web-tech/fonds/index/investisseurs"],"selectors":[{"id":"startinglist","type":"SelectorLink","parentSelectors":["_root"],"selector":"div.odGlossary a","multiple":true,"delay":0},{"id":"perletterlist","type":"SelectorLink","parentSelectors":["startinglist"],"selector":"div.odGlossary a","multiple":true,"delay":0},{"id":"companies link","type":"SelectorLink","parentSelectors":["perletterlist"],"selector":"ul.bloc a","multiple":true,"delay":0},{"id":"company name","type":"SelectorText","parentSelectors":["companies link"],"selector":"h1","multiple":false,"regex":"","delay":0},{"id":"board members","type":"SelectorText","parentSelectors":["companies link"],"selector":"div.hidden:nth-of-type(7) p","multiple":false,"regex":"","delay":0}]}
@iconoclast ? I could see your answer to a similar problem, but not exactly the same...
