kern.utils.url module

url utils module.

extract_div(search, data)[source]
get_encoding(data)[source]
get_url(type, url, myheaders={}, postdata={}, keyfile=None, certfile='', port=80)[source]
get_urls(data)[source]
need_redirect(resp)[source]
parse_url(*args, **kwargs)[source]

Attribute Index Value Value if not present scheme 0 URL scheme specifier empty string netloc 1 Network location part empty string path 2 Hierarchical path empty string query 3 Query component empty string fragment 4 Fragment identifier empty string

parse_urls(*args, **kwargs)[source]
strip_html(text)[source]
strip_wiki(text)[source]
unescape(text)[source]
useragent()[source]

Previous topic

kern.utils.trace module

Next topic

kern.cfg module

This Page