Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1""" 

2*Tools used to perform download of files and HTML pages from the web* 

3""" 

4from __future__ import absolute_import 

5from ._fetch import _fetch 

6from ._dump_files_to_local_drive import _dump_files_to_local_drive 

7from .get_now_datetime_filestamp import get_now_datetime_filestamp 

8from .extract_filename_from_url import extract_filename_from_url 

9from .append_now_datestamp_to_filename import append_now_datestamp_to_filename 

10from .multiobject_download import multiobject_download