Letractively / harvestman-crawler

Automatically exported from code.google.com/p/harvestman-crawler
0 stars 0 forks source link

URLs file not saved in project folder #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The option <urltreefile>...</urltreefile> allows to dump an HTML file
containing URL relationships on the disk. However this is saved in the
running folder. So if a config file contains 2 projects, the 2nd project
will overwrite the URL file created by the first project.

Fix

---

Change this option to specify just <urltreefile value="1" /> and dump the
file in the project folder of the crawl as urltree.html . 

Original issue reported on code.google.com by abpil...@gmail.com on 23 Jun 2008 at 2:24

GoogleCodeExporter commented 8 years ago
Fixed this in most recent checkin. Urltree file is saved now in 
<projdir>/urltree.html .

Original comment by abpil...@gmail.com on 25 Jun 2008 at 12:16