https://github.com/thebumpaster/ytdl
YouTube Downloader on NodeJS for desktop
https://github.com/thebumpaster/ytdl
bootstrap css html javascritpt nodejs youtube ytdl ytdl-core
Last synced: 2 months ago
JSON representation
YouTube Downloader on NodeJS for desktop
- Host: GitHub
- URL: https://github.com/thebumpaster/ytdl
- Owner: TheBumpaster
- License: mit
- Created: 2018-04-24T11:34:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-25T08:48:34.000Z (about 8 years ago)
- Last Synced: 2025-07-09T19:56:05.559Z (12 months ago)
- Topics: bootstrap, css, html, javascritpt, nodejs, youtube, ytdl, ytdl-core
- Language: CSS
- Size: 1.69 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YTDL
YouTube Downloader on NodeJS for desktop
## NWJS
www.nwjs.io
## Install
Download nwjs (latest)
Clone YTDL
### Windows
Create shortcut ->
name: YouTube Downloader
target: c:/nwjs/nw.exe c:/nwjs/master_ytdl
### Linux
Create .desktop file ->
( You need to install nw.deb )
```
[Desktop Entry]
Type=Application
Exec=nw /path/to/master_ytdl
Icon=/path/to/master_ytdl/icon.png
Name=YouTube Downloader
GenericName=YTDL
Categories=Network;
```
If you see this error:
```
nw: error while loading shared libraries: libudev.so.0: cannot open shared object file: No such file or directory
```
Please read [The solution of lacking libudev.so.0](https://github.com/nwjs/nw.js/wiki/The-solution-of-lacking-libudev.so.0)