Closed Synth3s closed 1 month ago
send verbose log if u are still having the issue, I can't tell from the above.
{'verbose': True}
youtubedl opt
send verbose log if u are still having the issue, I can't tell from the above.
{'verbose': True}
youtubedl opt
I've already solved the problem, thanks
{
'username': 'oauth2',
'password': ''
}
When I run yt-dlp in the console it works fine
yt-dlp --netrc https://youtube.com/shorts/RGlr-SqBUyM?si=qrmptdj9pMobMKmk
But when I want to do the same thing by running a python file, I still get an authorization error
Does anyone know what the problem is?