News

echo '#!/bin/sh' > .git/hooks/pre-push echo 'git tag -d "v0.1"' >> .git/hooks/pre-push chmod a+x .git/hooks/pre-push This hook will remove tag v0.1 in local repository before push and this allows to ...
As you see, Scrapling is on par with Scrapy and slightly faster than Lxml, which both libraries are built on top of. These are the closest results to Scrapling. PyQuery is also built on top of Lxml, ...