動畫瘋下載器

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

Penulis
XPRAMT
Pemasangan harian
8
Total pemasangan
573
Nilai
0 1 0
Versi
1.6.4
Dibuat
20 September 2022
Diperbarui
02 November 2024
Lisensi
N/A
Berlaku untuk

修改自動畫瘋工具箱

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\""