Greasy Fork is available in English.

Local YouTube Downloader

Get youtube raw link without external service.

2019/08/26時点のページです。最新版はこちら。

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
作者
maple3142
評価
0 0 0
バージョン
0.9.4
作成日
2018/06/10
更新日
2019/08/26
互換性
Firefox への互換性あり Chrome への互換性あり
ライセンス
MIT
対象サイト

Local YouTube Downloader

The is a simple userscript allows you to get raw youtube link without 3rdservice.

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

For FireFox users, go about:config and set dom.webcomponents.shadowdom.enabled to true to get the best experience.

And it also works on mobile browsers that support extensions, such as FireFox, Yandex and Kiwi. AdGuard Android's "extensions" is also supported.

Preview

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

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

Demo: https://streamable.com/l8vpi

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.

Help translate

English strings: local-youtube-dl.user.js

Translate it than create an issue here or a feedback here.

==============================

Released under MIT license.

Disclaimer

If user violate YouTube's EULA, this script provide no legal responsibility.