Metadata-Version: 2.1
Name: ytrss
Version: 0.2.8
Summary: Tools for downloading mp3 from YouTube subscription and playlists.
Home-page: https://github.com/rafyco/ytrss
Author: Rafal Kobel
Author-email: rafalkobel@rafyco.pl
License: GNU
Project-URL: Source, https://github.com/rafyco/ytrss
Project-URL: Tracker, https://github.com/rafyco/ytrss/issues
Project-URL: Changelog, https://github.com/rafyco/ytrss/blob/master/dosc/changelog.rst
Project-URL: Documentation, https://ytrss.readthedocs.io
Description: =======================================
        YTRSS - Youtube subscription downloader
        =======================================
        
        Program to automatic download YouTube files by ``youtube_dl`` scripts.
        
        .. image:: https://img.shields.io/badge/author-Rafa%C5%82%20Kobel-blue.svg
            :target: https://rafyco.pl
        
        .. image:: https://github.com/rafyco/ytrss/actions/workflows/pythonpackage.yml/badge.svg?branch=master
           :target: https://github.com/rafyco/ytrss/actions/workflows/pythonpackage.yml
        
        .. image:: https://img.shields.io/readthedocs/ytrss.svg
           :target: https://ytrss.readthedocs.io
        
        .. image:: https://img.shields.io/github/last-commit/rafyco/ytrss.svg
           :target: https://github.com/rafyco/ytrss
        
        .. image:: https://img.shields.io/github/issues/rafyco/ytrss.svg
           :target: https://github.com/rafyco/ytrss/issues
        
        .. image:: https://img.shields.io/pypi/v/ytrss.svg
           :target: https://pypi.python.org/pypi/ytrss/
        
        .. image:: https://img.shields.io/github/license/rafyco/ytrss.svg
           :target: https://www.gnu.org/licenses/gpl.html
        
        
        Description
        -----------
        
        YTRSS is a simple script to automate your YouTube podcast adventure.
        It is allow you to download your favourite movies, convert it to mp3
        and arrange them to podcast files.
        
        How to start
        ------------
        
        First of all you need to prepare config file, which helps you descirbe
        all the channels or playlists that you want to subscribe. After that you
        need to share generated podcast on your private http server.
        
        Remember that this library have no secure podcast file from other viewers.
        You public it on your own responsibility. Please make sure that autor of your
        favourite movies allows you to make podcast from his files.
        
        Installation
        ~~~~~~~~~~~~
        
        The installation can be carried out in two ways. You can download packages from
        PyPi repository or install it from sources.
        
        For installation from PyPi you can use ``pip`` program. It is likely that you must
        use ``pip3`` instead ``pip``.
        
        ::
        
            pip install ytrss
        
        You can also use source from github repository to install ``ytrss``. To make that
        download code and invoke command:
        
        ::
        
            python setup.py install
        
        To checking the installation you can use to call ``ytss``. Unittest can be also
        helpfull with verification.
        
        Unit test
        ---------
        
        ``ytrss`` have a few unittest that you can use to checking code corectness. You can
        call it from ``setup.py`` file or using ``ytrss.tests`` module after installation. Check
        one of below command and try it yourselfe.
        
        ::
        
            python setup.py test
            python -m ytrss.tests
        
        Author
        ------
        
        Rafal Kobel rafalkobel@rafyco.pl
        
Keywords: youtube,console,download,rss,mp3,service
Platform: Any
Classifier: Environment :: Console
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Python: >=3.6
Provides-Extra: style
Provides-Extra: documentation
Provides-Extra: typing
Provides-Extra: unittests
