動畫瘋下載器

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

作者
XPRAMT
今日安裝
1
安裝總數
977
評價
0 2 0
版本
1.7.4
建立日期
2022-09-20
更新日期
2025-04-26
尺寸
12.6 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\""
长期地址
遇到问题?请前往 GitHub 提 Issues。