0.1.9 • Published 9 years ago

stream-dl v0.1.9

Weekly downloads
5
License
CC0
Repository
github
Last release
9 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

9 years ago

0.1.8

9 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago