1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-11-16 22:45:15 +00:00
Files
yt-dlp/yt_dlp/extractor/youtube.py
bashonly d569a88452 [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
2024-10-30 18:58:50 +00:00

366 KiB