Skip to main content

Tools for youtube downloading

Project description

Program do pobierania listy adresów url na podstawie adresów subskrypcji lub wybranych playlist.

Author BitbucketIssues version License

instalacja

PyPi

sudo pip install ytrss

setup.py

sudo python setup.py install

Wywołanie

ytrss_subs --help

Przykładowy plik kofiguracyjny

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

Autor

Rafał Kobel rafalkobel@rafyco.pl

Licencja

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


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