Metadata-Version: 2.1
Name: rteplayer-dl
Version: 0.0.4
Summary: Helpful python project to download videos from RTE Player.
Home-page: https://github.com/philroche/rteplayer_dl
Author: Phil Roche
Author-email: phil@tinyviking.ie
License: MIT license
Keywords: rteplayer_dl
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: bs4
Requires-Dist: Click (>=6.0)
Requires-Dist: ffmpeg-python
Requires-Dist: lxml
Requires-Dist: requests
Requires-Dist: youtube-dl

===========================
RTE Player video downloader
===========================


.. image:: https://img.shields.io/pypi/v/rteplayer_dl.svg
        :target: https://pypi.python.org/pypi/rteplayer_dl

.. image:: https://img.shields.io/travis/philroche/rteplayer_dl.svg
        :target: https://travis-ci.org/philroche/rteplayer_dl

.. image:: https://readthedocs.org/projects/rteplayer-dl/badge/?version=latest
        :target: https://rteplayer-dl.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

Helpful python project to download videos from RTE Player.

Uses a combination of a bookmarklet and a python script to download programmes
from RTE player for offline viewing.

* Free software: MIT license
* Documentation: https://rteplayer-dl.readthedocs.io.
* Usage: https://rteplayer-dl.readthedocs.io/en/latest/usage.html

Known issues
------------

* Programmes with run time greater than 1 hour are not watchable past the fist
  hour due to audio and video stream no longer being in sync. The reason for
  this is not yet known.
* Some downloaded videos contain multiple video tracks of different resolution.
  From my experimentation the last video track is the highest resolution.

Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.0.1 (2019-05-13)
------------------

* First release on PyPI.

0.0.4 (2019-05-13)
------------------

* Command line option added to specify which resolution to download.


