https://github.com/dinoscapeprogramming/youtube-offline
A lightweight YouTube video downloader enabling offline viewing of your favorite content.
https://github.com/dinoscapeprogramming/youtube-offline
Last synced: 10 months ago
JSON representation
A lightweight YouTube video downloader enabling offline viewing of your favorite content.
- Host: GitHub
- URL: https://github.com/dinoscapeprogramming/youtube-offline
- Owner: DinoscapeProgramming
- License: apache-2.0
- Created: 2024-01-27T17:58:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-10T18:52:04.000Z (over 2 years ago)
- Last Synced: 2025-04-06T11:49:08.309Z (about 1 year ago)
- Language: JavaScript
- Size: 4.62 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README
# Youtube Offline
A lightweight YouTube video downloader enabling offline viewing of your favorite content.
## Installation
- Go to https://github.com/DinoscapeProgramming/Youtube-Offline/releases/tag/1.0.0
- Download the executable
- Open the executable
- Go through the installer
- Thanks for using ___Youtube Offline___
## How to package the program itself
- Remember to head into ```node_modules``` after you typed ```npm install```
- Then go to ```ytdl-core-muxer```
- Head to ```index.js```-file
- Change the use of ```ffmpegPath``` in line ```21``` to ```ffmpegPath.replace("app.asar", "app.asar.unpacked")``` (you should know why if you're an electron dev)
- Run ```npm run build```
- You just packaged Youtube Offline, idk why you wouldn't just run the installer instead of creating your own, but now you probably feel cool even though you're a discord mod ;)