0.1.9 • Published 8 years ago

stream-dl v0.1.9

Weekly downloads
5
License
CC0
Repository
github
Last release
8 years ago

stream-dl

Download streaming videos from websites.

stream-dl takes an URL of a video player webpage. It loads the website internally to get a video URL. Finally, the obtained URL will be sent to ffmpeg for conversion.

At this time, it only supports HLS protocol.

Dependencies

These programs should be on the PATH.

  • Node.js
  • FFmpeg

Install

npm install -g stream-dl

Usage

stream-dl [options] <url>

Example

stream-dl -o video.mp4 http://example.com/path/to/watch/page

Build

npm install
npm run build
0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago