[ie/youtube] Adjust OAuth refresh token handling (#11414)
commitd569a8845254d90ce13ad74ae76695e8d6441068
authorbashonly <bashonly@protonmail.com>
Wed, 30 Oct 2024 18:41:26 +0000 (30 13:41 -0500)
committerbashonly <88596187+bashonly@users.noreply.github.com>
Wed, 30 Oct 2024 18:58:50 +0000 (30 18:58 +0000)
tree20d1606eec9a559f3c9a2ea8330747b26ad3e1d6
parent88402b714ec124633933737bc156b172a3dec3d6
[ie/youtube] Adjust OAuth refresh token handling (#11414)

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
yt_dlp/extractor/youtube.py