You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Mageas a0c223b518
Fix: last playlist was skip
Update: error name
11 months ago
src Fix: last playlist was skip 11 months ago
.gitignore Initial commit 11 months ago
Cargo.lock Initial commit 11 months ago
Cargo.toml Initial commit 11 months ago
README.md Initial commit 11 months ago
rustfmt.toml Initial commit 11 months ago

README.md

NewPipe Playlist To Text

Export your NewPipe playlists to text files.

How to use

Usage: newpipe_playlist_to_text [OPTIONS] --database <DATABASE>

Options:
  -d, --database <DATABASE>  Path of the database file
  -o, --output <OUTPUT>      Path of the output directory
      --overwrite            Overwirite the existing playlists
  -h, --help                 Print help information
  -V, --version              Print version information

Install instructions

Clone the repository:

git clone https://gitea.heartnerds.org/Mageas/newpipe_playlist_to_text

Move into the project directory:

cd newpipe_playlist_to_text

Install the project with cargo:

cargo install --path=.