動畫瘋下載器

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

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
作者
XPRAMT
1日のインストール数
3
累計インストール数
627
評価
0 1 0
バージョン
1.6.4
作成日
2022/09/20
更新日
2024/11/02
ライセンス
不明
対象サイト

修改自動畫瘋工具箱

1.6.4版本:由於chrome更新bug,導致傳遞參數時,https://的":"被吃掉,目前透過剪貼簿來傳遞參數
注意:需要手動更新reg!

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

1.6版支援potplayer/MPV播放

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

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.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]
@="C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe -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}\""

復原reg
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\""