Skip to content

Updated some libraries to the latest working #34

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions scripts/local-youtube-dl.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// @name:ja ローカル YouTube ダウンローダー
// @name:kr 로컬 YouTube 다운로더
// @namespace https://blog.maple3142.net/
// @version 0.9.54
// @version 0.9.55
// @description Download YouTube videos without external service.
// @description:zh-TW 不需透過第三方服務即可下載 YouTube 影片。
// @description:zh-HK 不需透過第三方服務即可下載 YouTube 影片。
Expand All @@ -17,9 +17,9 @@
// @description:cs Stahujte YouTube videa bez externích služeb.
// @author maple3142
// @match https://*.youtube.com/*
// @require https://unpkg.com/vue@2.6.10/dist/vue.js
// @require https://unpkg.com/xfetch-js@0.3.4/xfetch.min.js
// @require https://unpkg.com/@ffmpeg/ffmpeg@0.6.1/dist/ffmpeg.min.js
// @require https://unpkg.com/vue@2.7.14/dist/vue.min.js
// @require https://unpkg.com/xfetch-js@0.5.0/dist/xfetch.min.js
// @require https://unpkg.com/@ffmpeg/ffmpeg@0.7.0/dist/ffmpeg.min.js
// @require https://bundle.run/[email protected]
// @grant GM_xmlhttpRequest
// @grant GM_info
Expand Down