dirkf
dirkf
Possibly related: https://github.com/ytdl-org/youtube-dl/issues/28171, https://github.com/ytdl-org/youtube-dl/pull/29377.
>[x] I've searched the bugtracker for similar bug reports including closed ones You imply that you found the actual issue that covers this problem, then decided to open another issue....
There is only one "similar" bug report that is not a duplicate. That issue, which is **actually mentioned** in the pinned issue that you were supposed to read, explains what...
Probably the login procedure has changed in a way that yt-dl doesn't yet (if ever) support. Use `--cookies ...` with cookies exported from your logged-in browser session that can play...
Any news?
Yes, see [FAQ](https://github.com/ytdl-org/youtube-dl#user-content-how-do-i-pass-cookies-to-youtube-dl). `...` is where you put the cookie filename.
Don't use `--username ...` with `--cookies ...`. yt-dl sees the former and will try to run the login procedure, which will usually fail since that's why you're using cookies instead.
Now you're using _yt-dlp_ which would normally invoke a reference to #30839. In this case it's a useful test because it shows that, assuming the extractor works at all in...
Where on the site are the media items that OP wishes to download?
OK. This procedure can be exercised in a browser with JS disabled. For the problem URL, extract the second path component as `video_id`: `59bd0a45c6b12585318c698c03e4752d` GET this URL: 'https://app.gumroad.com/r/{video_id}' The response...