Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 1.59 KB

core.rst

File metadata and controls

63 lines (41 loc) · 1.59 KB

Downloader Core

Table of Contents

dodfminer.downloader.core

Downloader Class

dodfminer.downloader.core.Downloader

Downloader Private Methods

One does not access directly none of those methods, but they are listed here in case the programmer using the downloader library needs more informations.

Path Handling

Methods that handle the creation of the paths to the dowloaded DODFS.

dodfminer.downloader.core.Downloader._create_single_folder

dodfminer.downloader.core.Downloader._create_download_folder

dodfminer.downloader.core.Downloader._make_month_path

URL Making

Methods that construct an URL to further make the download request. .. .. automethod:: dodfminer.downloader.core.Downloader._make_url .. .. automethod:: dodfminer.downloader.core.Downloader._make_href_url .. .. automethod:: dodfminer.downloader.core.Downloader._make_download_url

Web Requests

Methods that handle the download request and its execution.

dodfminer.downloader.core.Downloader._fail_request_message

dodfminer.downloader.core.Downloader._download_pdf

Others

Other methods for the downloader library.

dodfminer.downloader.core.Downloader._string_to_date

dodfminer.downloader.core.Downloader._file_exist

dodfminer.downloader.core.Downloader._log