mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-07-28 04:49:18 +00:00
Removes support for using '' as an empty password in netrc, e.g.:
machine youtube login oauth password ''
Double-quotes ("") are valid and must be used instead, e.g.:
machine youtube login oauth password ""
Authored by: bashonly