Skip to content

tibdev78/ytb-d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ytb-d

Wrapper for youtube

Package wich allows to get music and video url of youtube

Process :

import ytbD from 'ytb-d';

ytbD({
    url: 'https://your-youtube-link.com',
    flags: {
        dumpJson: true,
        noWarnings: true,
        noCallHome: true,
        noCheckCertificate: true,
        preferFreeFormats: true,
        youtubeSkipDashManifest: true,
        referer: 'https://your-youtube-link.com'
    }
})

Give:

youtube-dl https://your-youtube-link.com --dump-json --no-warnings --no-call-home --no-check-certificate --prefer-free-formats --youtube-skip-dash-manifest --referer=https://your-youtube-link.com

For opts parameters

Takes a look at execa#options

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published