Metadata-Version: 2.1
Name: getenclosures
Version: 1.0.4
Summary: Gets all enclosure urls from an RSS feed and pipes them to stdout
Home-page: https://github.com/blha303/getenclosures/
Author: Steven Smith
Author-email: stevensmith.ome@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: System Administrators
Requires-Dist: requests
Requires-Dist: beautifulsoup4
Requires-Dist: appdirs
Requires-Dist: lxml

getenclosures
=============

Gets all enclosure urls from an RSS feed and pipes them to stdout

Usage
-----

::

    usage: getenclosures [-h] [--config-dir CONFIG_DIR] [--cache-dir CACHE_DIR]

    optional arguments:
      -h, --help            show this help message and exit
      --config-dir CONFIG_DIR
                Set config directory. Defaults to
                /Users/steven/Library/Application
                Support/getenclosures
      --cache-dir CACHE_DIR
                Set cache directory. Defaults to
                /Users/steven/Library/Caches/getenclosures

Installation
------------

Via ``pip``:

::

    pip3 install getenclosures

Alternatively:

-  Clone the repository, ``cd getenclosures``
-  Run ``python3 setup.py install`` or ``pip3 install -e``


