NowCrawling icon indicating copy to clipboard operation
NowCrawling copied to clipboard

Can we use python re libraries methods to crawl links to find and extract info

Open MindaugasVaitkus2 opened this issue 6 years ago • 0 comments

I extracted information using universal regex codes and it works for extract cmd ignoring unsupported bit codings and encodings. On datacamp there are tutorial that it is possible to use python regex libraries.

https://www.datacamp.com/community/tutorials/python-regular-expression-tutorial Is is possible to search content and crawl links using python regular expression tutorial?

And can I write to -m error exception to skip byte errror?

MindaugasVaitkus2 avatar Sep 03 '18 13:09 MindaugasVaitkus2