1.0.34 • Published 4 years ago

youtube-grabber v1.0.34

Weekly downloads
4
License
ISC
Repository
github
Last release
4 years ago

Youtube Grabber (ytmp3)

Installation NPM

npm install youtube-grabber
Command
node node_modules/youtube-grabber

Installation GIT

git clone https://github.com/eyvazoff/youtube-grabber.git
Command
nodemon or node index.js

TIP

KeyValue
idYoutube video ID
typemp3 or mp4

Proxy

You can use with Puppeteer proxy.
See variables in index.js
VariableValue
proxyDefault: false (Boolean)
proxy_ip8.8.8.8
proxy_host3001

Success

{
    success: true,
    url: 'https://jrr.fjrifj.frl/d5540ad54dd35591beef76ac25727074/tiEt1qkaaGA'
}

Error

{
    success: false,
    statusCode: 100   
}
Status codeDescription
100Something went wrong
120Can't open URL
101Not found input
102Error block not found
103Download link not found
104Buttons not found
105Progress timeout
1101The servers are under maintenance.
1102The video is blocked from converting due to a DMCA request.
1103The video is no longer available on YouTube or the video is a live stream.
1201The video is not available in our server location.
1202The video is age restricted.
1203The video is longer than 1 hour.
1204There has been a conversion error.
1.0.33

4 years ago

1.0.32

4 years ago

1.0.31

4 years ago

1.0.34

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago