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 5b934f43bf
Fix: error message
7 months ago
src Fix: error message 7 months ago
.gitignore Initial commit 7 months ago
Cargo.lock Initial commit 7 months ago
Cargo.toml Initial commit 7 months ago
README.md Update: add the ability to append videos to existing playlists 7 months ago
rustfmt.toml Initial commit 7 months ago

README.md

Piped Playlist Importer

Import your playlists to Piped from text files.

How to use

Usage: piped_playlist_importer [OPTIONS] --authorization <AUTHORIZATION>

Options:
  -p, --playlists-directory <PLAYLISTS_DIRECTORY>
          Path of the directory containing playlists
  -a, --authorization <AUTHORIZATION>
          Authorization code found in the local storage of your browser (authToken...)
  -i, --instance <INSTANCE>
          Authentication instance [default: https://pipedapi.kavin.rocks]
      --append
          Append videos to existing playlists
  -h, --help
          Print help information
  -V, --version
          Print version information

Install instructions

Clone the repository:

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

Move into the project directory:

cd piped_playlist_importer

Install the project with cargo:

cargo install --path=.