動畫瘋下載器

取得動畫的 m3u8 網址,並可使用 PotPlayer 播放

Auteur
XPRAMT
Installations quotidiennes
1
Installations (total)
472
Notes
0 1 0
Version
1.6.3
Créé
20/09/2022
Mis à jour
06/10/2024
Licence
N/A
S'applique à

修改自動畫瘋工具箱

下載ffmpeg並加入環境變數
點擊按鍵複製ffmpeg指令
開啟cmd貼上指令開始下載

1.6版支援potplayer/MPV播放

需要先安裝reg,注意程式路徑和名稱,有必要的話自行修改
以下指令保存成文字檔,副檔名改reg
potplayer

[HKEY_CLASSES_ROOT\potplayer\shell\open\command]
@="C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe -WindowStyle Hidden -Command \"& {Add-Type -AssemblyName System.Web;$PARAMS=([System.Web.HTTPUtility]::UrlDecode('%1') -replace '^potplayer://'); Start-Process -FilePath \\\"C://Program Files//DAUM//PotPlayer//PotPlayerMini64.exe\\\" -ArgumentList $PARAMS}\""

MPV

[HKEY_CLASSES_ROOT\mpv\shell\open\command]
@="C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe -WindowStyle Hidden -Command \"& {Add-Type -AssemblyName System.Web;$PARAMS=([System.Web.HTTPUtility]::UrlDecode('%1') -replace '^mpv://'); Start-Process -FilePath \\\"C://Program Files//mpv//mpv.exe\\\" -ArgumentList $PARAMS}\""

復原reg
potplayer

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

MPV

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