Metadata-Version: 1.0
Name: media-hosts
Version: 0.1
Summary: Gets media info from sites like Youtube and Soundcloud
Home-page: https://github.com/Changaco/python-media-hosts
Author: Changaco
Author-email: changaco ατ changaco δοτ net
License: LGPLv3+
Description: python-media-hosts gets media info from sites like Youtube and Soundcloud.
        
        Installation
        ============
        
        	pip install media-hosts
        
        media-hosts is compatible with python 2 and 3.
        
        Dependencies:
        
        - miss
        
        Optional dependencies:
        
        - python-dateutil: to parse dates returned by various APIs
        - gdata: for some Youtube data
        - jsonpickle: for __main__.py
        
        Usage
        =====
        
        From python::
        
        	from media_hosts import MediaHosts, MediaHostException
        	media_hosts = MediaHosts(_=_, settings=settings)
        	media_hosts.get_info_by_url(url)
        
        From the command line::
        
        	$ python -m media_hosts 'https://www.youtube.com/watch?v=Gn3QXjNQNsk'
        
        License
        =======
        
        LGPLv3+
        
Platform: UNKNOWN
