Greasy Fork is available in English.

動畫瘋下載器

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

질문, 리뷰하거나, 이 스크립트를 신고하세요.
개발자
XPRAMT
일일 설치수
3
총 설치수
918
평점
0 1 0
버전
1.6.4
생성
2022-09-20
갱신
2024-11-02
Size
9.27KB
라이선스
없음
동작 사이트

修改自動畫瘋工具箱

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