ytrss


Nameytrss JSON
Version 0.3.5 PyPI version JSON
download
home_pagehttps://github.com/rafyco/ytrss.git
SummaryTools for downloading mp3 from YouTube subscription and playlists.
upload_time2024-01-05 09:15:28
maintainer
docs_urlNone
authorRafal Kobel
requires_python>=3.6
licenseGNU
keywords youtube console download rss mp3 service
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            #########################################
 YTRSS - subscription downloader
#########################################

Program to automatic download any types of files from Internet.

.. image:: https://img.shields.io/badge/author-Rafa%C5%82%20Kobel-blue.svg
   :target: https://rafyco.pl

.. 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 program that checks defined sources and downloads a movie or sound files
from them and arrange them to podcast files. It can be highly configured with many plugins
that add any other destinations.

The program in basic version use `youtube_dl` script to download files, so it cooperates
with all services implements by this library. However user can extends this capabilities by
his own custom plugins with external Downloaders.

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``.

.. code::

   pip install ytrss

You can also use source from github repository to install ``ytrss``. To
make that download code and invoke command:

.. code::

   python setup.py install

To checking the installation you can use to call ``ytrss``. Unittest can be also
helpful with verification.

Unit test
=========

``ytrss`` have a few unittest that you can use to checking code correctness. You can
call it from ``setup.py`` file or using ``ytrss.tests`` module after installation. Check
one of below command and try it yourself.

.. code::

    python setup.py test
    python -m ytrss.tests

Other information
=================

For more information about installation, configuration and bash completion read the documentation.

********
 Author
********

Rafal Kobel rafalkobel@rafyco.pl

.. image:: https://img.shields.io/static/v1.svg?label=Linkedin&message=Rafal%20Kobel&color=blue&logo=linkedin
   :target: https://www.linkedin.com/in/rafa%C5%82-kobel-03850910a/

.. image:: https://img.shields.io/static/v1.svg?label=Github&message=rafyco&color=blue&logo=github
   :target: https://github.com/rafyco

.. image:: https://img.shields.io/static/v1.svg?label=Facebook&message=Rafal%20Kobel&color=blue&logo=facebook
   :target: https://facebook.com/rafyco
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/rafyco/ytrss.git",
    "name": "ytrss",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "youtube,console,download,rss,mp3,service",
    "author": "Rafal Kobel",
    "author_email": "rafalkobel@rafyco.pl",
    "download_url": "https://files.pythonhosted.org/packages/e0/c7/a96625fe9c96bdb2f753b2da55bbca2bbc7f2fafc3d91d99290c228b6a37/ytrss-0.3.5.tar.gz",
    "platform": "Any",
    "description": "#########################################\n YTRSS - subscription downloader\n#########################################\n\nProgram to automatic download any types of files from Internet.\n\n.. image:: https://img.shields.io/badge/author-Rafa%C5%82%20Kobel-blue.svg\n   :target: https://rafyco.pl\n\n.. image:: https://img.shields.io/readthedocs/ytrss.svg\n   :target: https://ytrss.readthedocs.io\n\n.. image:: https://img.shields.io/github/last-commit/rafyco/ytrss.svg\n   :target: https://github.com/rafyco/ytrss\n\n.. image:: https://img.shields.io/github/issues/rafyco/ytrss.svg\n   :target: https://github.com/rafyco/ytrss/issues\n\n.. image:: https://img.shields.io/pypi/v/ytrss.svg\n   :target: https://pypi.python.org/pypi/ytrss/\n\n.. image:: https://img.shields.io/github/license/rafyco/ytrss.svg\n   :target: https://www.gnu.org/licenses/gpl.html\n\n*************\n Description\n*************\n\nYTRSS is a program that checks defined sources and downloads a movie or sound files\nfrom them and arrange them to podcast files. It can be highly configured with many plugins\nthat add any other destinations.\n\nThe program in basic version use `youtube_dl` script to download files, so it cooperates\nwith all services implements by this library. However user can extends this capabilities by\nhis own custom plugins with external Downloaders.\n\nInstallation\n============\n\nThe installation can be carried out in two ways. You can download\npackages from PyPi repository or install it from sources.\n\nFor installation from PyPi you can use ``pip`` program. It is likely\nthat you must use ``pip3`` instead ``pip``.\n\n.. code::\n\n   pip install ytrss\n\nYou can also use source from github repository to install ``ytrss``. To\nmake that download code and invoke command:\n\n.. code::\n\n   python setup.py install\n\nTo checking the installation you can use to call ``ytrss``. Unittest can be also\nhelpful with verification.\n\nUnit test\n=========\n\n``ytrss`` have a few unittest that you can use to checking code correctness. You can\ncall it from ``setup.py`` file or using ``ytrss.tests`` module after installation. Check\none of below command and try it yourself.\n\n.. code::\n\n    python setup.py test\n    python -m ytrss.tests\n\nOther information\n=================\n\nFor more information about installation, configuration and bash completion read the documentation.\n\n********\n Author\n********\n\nRafal Kobel rafalkobel@rafyco.pl\n\n.. image:: https://img.shields.io/static/v1.svg?label=Linkedin&message=Rafal%20Kobel&color=blue&logo=linkedin\n   :target: https://www.linkedin.com/in/rafa%C5%82-kobel-03850910a/\n\n.. image:: https://img.shields.io/static/v1.svg?label=Github&message=rafyco&color=blue&logo=github\n   :target: https://github.com/rafyco\n\n.. image:: https://img.shields.io/static/v1.svg?label=Facebook&message=Rafal%20Kobel&color=blue&logo=facebook\n   :target: https://facebook.com/rafyco",
    "bugtrack_url": null,
    "license": "GNU",
    "summary": "Tools for downloading mp3 from YouTube subscription and playlists.",
    "version": "0.3.5",
    "project_urls": {
        "Changelog": "https://github.com/rafyco/ytrss/blob/master/docs/changelog.rst",
        "Documentation": "https://ytrss.readthedocs.io",
        "Homepage": "https://github.com/rafyco/ytrss.git",
        "Source": "https://github.com/rafyco/ytrss",
        "Tracker": "https://github.com/rafyco/ytrss/issues"
    },
    "split_keywords": [
        "youtube",
        "console",
        "download",
        "rss",
        "mp3",
        "service"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e0c7a96625fe9c96bdb2f753b2da55bbca2bbc7f2fafc3d91d99290c228b6a37",
                "md5": "7156404a72df007db4eedd1f455e0c56",
                "sha256": "ae0d5f3d44e130086a29f80f01d1d1cf45196c38340895ce3e92837486480f2e"
            },
            "downloads": -1,
            "filename": "ytrss-0.3.5.tar.gz",
            "has_sig": false,
            "md5_digest": "7156404a72df007db4eedd1f455e0c56",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 40991,
            "upload_time": "2024-01-05T09:15:28",
            "upload_time_iso_8601": "2024-01-05T09:15:28.303386Z",
            "url": "https://files.pythonhosted.org/packages/e0/c7/a96625fe9c96bdb2f753b2da55bbca2bbc7f2fafc3d91d99290c228b6a37/ytrss-0.3.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-05 09:15:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rafyco",
    "github_project": "ytrss",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "ytrss"
}
        
Elapsed time: 0.24757s