Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

scrape.js regexp doesn't work #12

Open
rmaksim opened this issue Dec 22, 2011 · 2 comments
Open

scrape.js regexp doesn't work #12

rmaksim opened this issue Dec 22, 2011 · 2 comments

Comments

@rmaksim
Copy link

rmaksim commented Dec 22, 2011

for example in css-mdn/scrape.js (44 str.)
spidey.route('developer.mozilla.org', /\/en\/CSS\/*/, function ($, url) {

works only with old code
spidey.route('developer.mozilla.org', '/en/CSS/*', function ($, url) {

also in css-mdn, dom-mdn, html-mdn, js-mdn

@rgarcia
Copy link
Owner

rgarcia commented Dec 23, 2011

strange, works for me using node v0.4.12. What version are you using?

@rmaksim
Copy link
Author

rmaksim commented Dec 23, 2011

v0.6.1-pre

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants