Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ozakione/yt-playlist-backup
Script to backup a youtube playlist in an excel file
https://github.com/ozakione/yt-playlist-backup
Last synced: 21 days ago
JSON representation
Script to backup a youtube playlist in an excel file
- Host: GitHub
- URL: https://github.com/ozakione/yt-playlist-backup
- Owner: OzakIOne
- Created: 2021-06-28T10:11:20.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-26T13:08:42.000Z (almost 3 years ago)
- Last Synced: 2024-10-25T15:33:27.766Z (2 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yt-playlist-backup
## Setup
```bash
git clone https://github.com/OzakIOne/yt-playlist-backup
cd yt-playlist-backup
npm i
node index.js PLAYLIST_URL
```## Schedule task
#### I don't know how to do this on linux
1. Open task scheduler
2. Create basic task
3. Setup the name you want and the trigger
4. Pick start a program
5. Browser to where you've cloned the repo, and pick `run.cmd`
6. **❗ Edit the run.cmd to adapt the path and the playlist url ❗**
7. Finish