Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace aspects of urlparsing with urllib.parse #7

Open
quintindunn opened this issue Jun 30, 2024 · 0 comments
Open

Replace aspects of urlparsing with urllib.parse #7

quintindunn opened this issue Jun 30, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@quintindunn
Copy link
Owner

In many cases (see: src/crawler/urls.py#L13) I've reinvented the wheel for no good reason, and have paid the price due to the sheer amount of edge cases. I'd like to use tried and tested functions instead of my own implementations.

@quintindunn quintindunn added the enhancement New feature or request label Jun 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant