Apricot icon indicating copy to clipboard operation
Apricot copied to clipboard

A simple Hpricot Clone for nodejs.

Results 17 Apricot issues
Sort by recently updated
recently updated
newest added

When I run 'npm install apricot', I get message that x64 is not supported (though x86_64 is listed as supported). I'm guessing this may simply be a reporting issue, and...

A few fixes, and use of mikeal's request class that is transparent but provides more features and less code in Apricot :)

Everything seems to be working on Node 0.6 .

Im trying to rewrite a bunch of asset urls in an html file. All the script tags that are outside of an IE conditional are fine and are rewritten correctly...

Trying to install Apricot on a Windows machine get this error message: ``` javascript C:\node\crawler>npm install apricot -g npm http GET https://registry.npmjs.org/apricot npm http 304 https://registry.npmjs.org/apricot npm ERR! Unsupported npm...

This happens, I think, because of superfluous package info. On Win7x64 `process.platform : 'win32'`

apricot claims arm architecture is not supported. Is there any reason for that ?

For a page with something like ``` ``` When I open it with the callback ``` doc.find("a").each(el) { console.log(el.href) } ``` it shows /home/me/project-path/node-modules/apricot/lib/abc.php. I'd expect just abc.php there, or...