mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-19 22:01:00 +00:00
UrlBase has been modified as follows: - the "data" variable now holds bytes - decoded content is stored in a new variable "text" - functionality from get_content() has been split out into get_raw_content() which returns "data" and download_content() which calls read_content() and sets the download related variables. This allows for subclasses to do their own decoding and parsers to use bytes.
8 lines
79 B
Text
8 lines
79 B
Text
# required:
|
|
bs4
|
|
requests >= 2.4
|
|
pyxdg
|
|
dnspython
|
|
future
|
|
# optional:
|
|
argcomplete
|