usdb_syncer icon indicating copy to clipboard operation
usdb_syncer copied to clipboard

Cookies seem to be not properly passed to yt-dlp

Open bohning opened this issue 8 months ago • 2 comments

if path := browser.cookie_path():
        options["cookies"] = (f"{browser.value}:{path}",)

doesn't seem to do the trick, age restricted content still fails even though I'm logged into YT in a browser (test with e.g. https://usdb.animux.de/?link=detail&id=9743)

bohning avatar Jun 16 '24 09:06 bohning