wader / goutubedl

Go wrapper for youtube-dl and yt-dlp
https://pkg.go.dev/github.com/wader/goutubedl?tab=doc
MIT License
86 stars 26 forks source link

Remove --no-cahce-dir and add --netrc #188

Closed wader closed 3 months ago

wader commented 3 months ago

--no-cache-dir was probably added in the belif to prevent storing big cache files but it seems to be extractor session data to speed up auth etc. --netrc is now default so that yt-dlp plugins works better

Fixes #187