Skip to content

denmark-io/denmark-dr-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#denmark-dr-stream Build Status

Creates a download stream from a dr.dk url

Installation

npm install denmark-dr-stream

Documentation

const drvideo = require('denmark-dr-stream');

Given a programcard urn, this module will extract the manifest information, find the video source of the highest quality and then pipe that to the stream.

The programcard urn can for example be found using the denmark-dr-programcard module.

const fs = require('fs');
const urn = 'urn:dr:mu:programcard:55f8aaa7a11f9f17c87b7254';
drvideo(urn).pipe(fs.createWriteStream('./video.mp4'));

About

Creates a download stream from a dr.dk url

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published