Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wankdanker/node-youtube-dl-server
A nodejs based front-end server to youtube-dl
https://github.com/wankdanker/node-youtube-dl-server
Last synced: 2 months ago
JSON representation
A nodejs based front-end server to youtube-dl
- Host: GitHub
- URL: https://github.com/wankdanker/node-youtube-dl-server
- Owner: wankdanker
- Created: 2011-07-16T04:32:06.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-10-12T01:01:03.000Z (about 12 years ago)
- Last Synced: 2024-04-12T09:42:17.067Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 106 KB
- Stars: 8
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
youtube-dl-server
-----------This is a web based front-end for youtube-dl written for nodejs.
install
-------```bash
npm install youtube-dl-frontend
```external dependencies
---------------------The youtube-dl application available somewhere on the internet or in your
Linux distributions app repository.use
---fire up youtube-dl-fronted
```bash
node server.js
```then in your web browser, hit up http://localhost:3001.