https://github.com/artskydj/downstream
NodeJS app to download livestream videos
https://github.com/artskydj/downstream
Last synced: 4 months ago
JSON representation
NodeJS app to download livestream videos
- Host: GitHub
- URL: https://github.com/artskydj/downstream
- Owner: ArtskydJ
- Created: 2014-10-02T18:59:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-09T22:46:23.000Z (about 11 years ago)
- Last Synced: 2025-01-18T15:53:44.208Z (about 1 year ago)
- Language: JavaScript
- Size: 145 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
downstream
==========
NodeJS app to download livestream videos.
Not fully functional. If you have experience with this sort of thing, maybe take a look at the source code?
##Use
1. Download and install [NodeJS](nodejs.org/download). During installation, make sure to install the option to `Add to PATH`.
2. In your browser, find the livestream video you want to download. Click `Share`, then copy the link.
3. Open command prompt/terminal. Run the following commands:
The following command will determine the directory where this app gets installed, and where the videos get downloaded to:
cd C:/Users/YOUR_USERNAME_HERE/Downloads
The following command will download and install this app:
npm install downstream
The following command will run this app on the link you want.
node . SHARE_LINK_HERE
That's it!
I have not had much success with this, IDK what the problem is. It's probably and issue with encoding. If you're good with that stuff, maybe check out the source and give a few pointers. If you're feeling really generous, fix it, and make a pull request! I'd be really grateful! :D
##License
[MIT/X11](http://opensource.org/licenses/MIT)