mpv-player / mpv

🎥 Command line video player
https://mpv.io
Other
28.16k stars 2.89k forks source link

[feature] use youtube-dl sigfuncs cache #8602

Closed pirate486743186 closed 3 years ago

pirate486743186 commented 3 years ago

Expected behavior of the wanted feature

when youtube-dl is used, it should use the sigfuncs cache of youtube-dl So mpv can start a little bit faster. #5808

I'm on ubuntu 18.04, i haven't actually tested the latest mpv, but i can't see "sigfuncs" been mentioned anywhere. If this is already implemented, it will at least appear in the issues.

Akemi commented 3 years ago

i just tested it on a few youtube videos and it wrote data to ⁨~/.cache⁩/⁨youtube-dl⁩/⁨youtube-sigfuncs⁩. so it apparently works. on a side note, it didn't do it for all videos, but that is something youtube-dl is responsible for.

pirate486743186 commented 3 years ago

beh... -_-