動畫瘋下載器

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

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。

您需要先安装用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

作者
XPRAMT
日安装量
0
总安装量
1,172
评分
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\""