mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
11 lines
345 B
Text
11 lines
345 B
Text
|
This is a Python library of web-related functions, such as:
|
||
|
|
||
|
remove comments, or tags from HTML snippets
|
||
|
extract base url from HTML snippets
|
||
|
translate entites on HTML strings
|
||
|
convert raw HTTP headers to dicts and vice-versa
|
||
|
construct HTTP auth header
|
||
|
converting HTML pages to unicode
|
||
|
sanitize urls (like browsers do)
|
||
|
extract arguments from urls
|