downloader

wa_kat.db.downloader.download(url)[source]

Download url and return it as utf-8 encoded text.

Parameters:url (str) – What should be downloaded?
Returns:Content of the page.
Return type:str