NowCrawling
NowCrawling copied to clipboard
Can we use python re libraries methods to crawl links to find and extract info
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?