Downloader
==========

.. currentmodule:: parfive

.. autoclass:: Downloader
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~Downloader.queued_downloads

   .. rubric:: Methods Summary

   .. autosummary::

      ~Downloader.download
      ~Downloader.enqueue_file
      ~Downloader.retry
      ~Downloader.run_download
      ~Downloader.simple_download

   .. rubric:: Attributes Documentation

   .. autoattribute:: queued_downloads

   .. rubric:: Methods Documentation

   .. automethod:: download
   .. automethod:: enqueue_file
   .. automethod:: retry
   .. automethod:: run_download
   .. automethod:: simple_download
