vhsw / NewPipe-Subscription-Manager

A little script to import YouTube subscriptions into NewPipe app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NewPipe Subscription Manager

NewPipe Subscription Manager is a little script to import YouTube subscriptions into NewPipe app.

How to use the script:

First, you need to get the latest version of Python 3. You can download it here. Then follow the installation instructions Finally you need to ran the script:

import_subscriptions.py [-h] [xml_path] [db_path]

Positional arguments:

optional arguments: -h, --help show help message and exit

For example: ./import_subscriptions.py ~/Downloads/subscription_manager.xml ~/Downloads/NewPipeData.zip

Or in some cases:

python3 ./import_subscriptions.py ~/Downloads/subscription_manager.xml ~/Downloads/NewPipeData.zip

About

A little script to import YouTube subscriptions into NewPipe app


Languages

Language:Python 100.0%