medialab / sandcrawler

sandcrawler.js - the server-side scraping companion.
http://medialab.github.io/sandcrawler/
GNU Lesser General Public License v3.0
107 stars 12 forks source link

Add a function to addUrlNow #171

Closed boogheta closed 9 years ago

boogheta commented 9 years ago

Currently when we addUrl it only stacks at the bottom of the pile. Sometimes we could want to stack a page at the top

Yomguithereal commented 9 years ago

@boogheta:

this.addUrl(url, 'now');
this.addUrl(url, 'later');