File: control

package info (click to toggle)
node-ytdl-core 0.2.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 144 kB
  • ctags: 62
  • sloc: makefile: 2
file content (28 lines) | stat: -rw-r--r-- 880 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: node-ytdl-core
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Andrew Kelley <superjoe30@gmail.com>
Build-Depends:
 debhelper (>= 8)
 , dh-buildinfo
 , nodejs
Standards-Version: 3.9.5
Homepage: https://github.com/fent/node-ytdl-core
Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-ytdl-core.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-ytdl-core.git
XS-Testsuite: autopkgtest

Package: node-ytdl-core
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-request (>= 2.26.1)
 , node-underscore (>= 1.4.4)
 , node-clarinet (>= 0.8.1)
Description: YouTube video downloader - Node.js module
 ytdl-core is a Node.js module which provides an API to get a readable stream
 for a YouTube video.
 .
 Node.js is an event-based server-side JavaScript engine.