Greasy Fork is available in English.

Local YouTube Downloader

Show youtube download link on the left side without external service.

您查看的为 2018-06-17 提交的版本。查看 最新版本

脚本作者
maple3142
得分
0 0 0
版本
0.3.4
创建日期
2018-06-10
最近更新
2018-06-17
许可证
MIT
应用到

Local YouTube Downloader

The is a simple userscript allows you to get raw youtube link without external service.

You could take a look of the source code, everything is fetch from youtube directly.

Preview

【MV】 鹿乃 「Stella-rium」 【OFFICIAL】

There is a links of video on the left side, you can click on it to get raw video/audio link.

FAQ

What's the difference between Stream and Adaptive ?

Stream only support resolution lower than 720p.

So 1080p or higher needs to download from Adaptive. But adaptive media's video and sound is separate into two parts. To get full 1080p video, you have to merge them by yourself.

So how can I download 1080p video by myself?

Command line knowledge is required!

First, install ffmpeg. Then download 1 video and 1 music from Adaptive. I take mp4 and weba for example. Then open cmd/bash/... and execute ffmpeg -i INPUTVIDEO.mp4 -i INPUTMUSIC.weba -acodec copy -vcodec copy OUTPUTVIDEO.mp4

About

This script based on maple3142/ytdl, which is my another project.

I just port some code to let it works in browser & add UI interface.

Released under MIT license.