動畫瘋下載器

取得動畫的 m3u8 網址,並可使用 PotPlayer、MPV 播放,ffmpeg下載

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
XPRAMT
今日安裝
1
安裝總數
1,173
評價
0 2 0
版本
1.7.5
建立日期
2022-09-20
更新日期
2025-08-24
尺寸
12.9 KB
授權條款
未知
腳本執行於

本項目修改自 動畫瘋工具箱

版本資訊

  • v1.7
    支援powershell啟動ffmpeg下載
  • v1.6.4
    由於 Chrome 更新 bug,導致傳遞參數時 https://: 被吃掉,目前透過剪貼簿來傳遞參數。
    注意:需要手動更新 .reg

  • v1.6
    支援 PotPlayer / MPV 播放。

基本用法

  1. 下載 FFmpeg,並加入系統環境變數。
  2. 點擊按鈕複製 FFmpeg 下載指令。
  3. 開啟命令提示字元(CMD),貼上指令開始下載。

進階用法

  1. 安裝自訂.reg
  2. 點擊按鈕透過MPV,PotPlayer播放或透過ffmpeg下載

請根據實際安裝路徑與程式名稱自行修改,將下列內容存為文字檔,副檔名改為 .reg,然後點擊安裝。

FFmpeg

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\ffmpeg]
@="FFmpeg Download"
"URL Protocol"=""

[HKEY_CLASSES_ROOT\ffmpeg\shell\open\command]
@="powershell -WindowStyle Normal -Command \"& {Add-Type -AssemblyName System.Windows.Forms; $cmd = [System.Windows.Forms.Clipboard]::GetText(); if (-not $cmd) { Write-Host '剪貼簿空白!'; Pause }; Invoke-Expression $cmd;}\""

potplayer

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\potplayer\shell\open\command]
@="powershell -WindowStyle Hidden -Command \"& {Add-Type -AssemblyName System.Windows.Forms; $clipboardContent = [System.Windows.Forms.Clipboard]::GetText(); Start-Process -FilePath \\\"C://Program Files//DAUM//PotPlayer//PotPlayerMini64.exe\\\" -ArgumentList $clipboardContent}\""

MPV

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\mpv\shell\open\command]
@="powershell -WindowStyle Hidden -Command \"& {Add-Type -AssemblyName System.Windows.Forms; $clipboardContent = [System.Windows.Forms.Clipboard]::GetText(); Start-Process -FilePath \\\"C://Program Files//mpv//mpv.exe\\\" -ArgumentList $clipboardContent}\""

復原 potplayer

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\potplayer\shell\open\command]
@="\"C:\\Program Files\\DAUM\\PotPlayer\\PotPlayerMini64.exe\" \"%1\""

復原 MPV

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\potplayer\shell\open\command]
@="\""C:\\Program Files\\mpv\\mpv.exe" \"%1\""