indrajithi / tiny-web-crawler

A simple and easy to use web crawler for Python
MIT License
55 stars 11 forks source link

Url regex matching #16

Closed Mews closed 1 week ago

Mews commented 1 week ago

This pr closes issue #13

Changes

Please let me know if any changes need to be made to this pr.

indrajithi commented 1 week ago

@Mews Can you make a pull from master. The CI fails because of some outdated workflow in master.

Mews commented 1 week ago

I don't think that was the issue, it was because of the import re line, it should be before requests