|
|
|
|
|
by edmundsauto
1614 days ago
|
|
One great scrapy feauture is caching the page content. So you can essentially write a crawler, and when that’s running, you write your extraction code. Then, if you want to go back, you can add more extractors and run it against your local copy. |
|