Skip to main content

Tools for downloading mp3 from YouTube subscription and playlists.

Project description

Program to automatic download YouTube files by youtube_dl scripts.

Author Build BitbucketIssues version License

Instalation

PyPi

sudo pip install ytrss

setup.py

sudo python setup.py install

Usage

Download files from queue.

ytdown -d

Add new file to queue

ytdown <file_url>

Example configuration

vi ~/.config/ytrss/config
{
    "output"   : "<output_file>",
    "subscriptions" : [
        {
            "code"    : "<playlist_id>",
            "type"    : "playlist"
        },
        {
            "code"    : "<subscritpion_id>"
        },
        {
            "code"    : "<subscription_id>",
            "enabled" : false
        }
    ]
}

Unit test

For testing module write:

python setup.py test

Changelog

0.1

0.1.4

  • Support for python3

  • Reduce commands to one prog

0.1.3

  • First working version.

  • Unit test.

Author

Rafal Kobel rafalkobel@rafyco.pl

License

Copyright (C) 2017 Rafal Kobel

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ytrss-0.1.4.tar.gz (12.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page