動畫瘋下載器

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

目前為 2024-10-03 提交的版本,檢視 最新版本

作者
XPRAMT
評價
0 0 0
版本
1.6.0
建立日期
2022-09-20
更新日期
2024-10-03
尺寸
8.4 KB
授權條款
未知
腳本執行於

修改自動畫瘋工具箱

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

1.6版支援開啟potplayer播放

需要先安裝reg

Windows Registry Editor Version 5.00
[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}\""

復原reg

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