glomatico / gytmdl

A Python CLI app for downloading YouTube Music songs with tags from YouTube Music.
123 stars 16 forks source link

Add --cookies-from-browser option #22

Closed xndc closed 5 months ago

xndc commented 7 months ago

yt-dlp can retrieve YouTube cookies from most browsers, which is far more convenient than manually extracting them.

This option has to be parsed in gytmdl unfortunately, the yt-dlp Python API expects a tuple. The code that parses it is here: https://github.com/yt-dlp/yt-dlp/blob/86a972033e05fea80e5fe7f2aff6723dbe2f3952/yt_dlp/__init__.py#L370

xndc commented 5 months ago

Not even a token message? If I've done something wrong it would be nice to know at least.