mirror of
https://github.com/lorien/awesome-web-scraping.git
synced 2025-02-15 13:33:11 +02:00
Update python.md
This commit is contained in:
parent
ff1e1c47ab
commit
ff1da5d542
@ -354,7 +354,7 @@ Libraries for parsing/modifying URLs, network addresses, domain names.
|
||||
|
||||
* [furl](https://github.com/gruns/furl) - A small Python library that makes manipulating URLs simple.
|
||||
* [purl](https://github.com/codeinthehole/purl) - A simple, immutable URL class with a clean API for interrogation and manipulation.
|
||||
* [urllib.parse](https://docs.python.org/3/library/urllib.parse.html) - interface to break Uniform Resource Locator (URL) strings up in components (addressing scheme, network location, path etc.), to combine the components back into a URL string, and to convert a “relative URL” to an absolute URL given a “base URL.” (stdlib)
|
||||
* [urllib.parse](https://docs.python.org/3/library/urllib.parse.html) - interface to break URL strings up in components (addressing scheme, network location, path etc.), to combine the components back into a URL string, and to convert a “relative URL” to an absolute URL.
|
||||
|
||||
### URL and Network Address : Network Address
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user