-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Age restricted videos #159
Comments
If for yt-dlp you only had to pass cookies, you can also pass them in open video downloader. In v2 this requires exporting the cookies to a cookies.txt and importing it via the "key" button at the bottom, see https://github.com/StefanLobbenmeier/youtube-dl-gui/wiki/Tutorial:-Private-videos-&-playlists In v3 you can select the browser from which to extract cookies in the settings |
Thank you for the reply. I don't know if the issue is clear, English is not my first language and trying to talk about those technical stuff is kinda hard |
I plan to add this to v3 very soon, right after finishing playlist support (kind of goes hand it hand with it as well). I was to use the yt-dlp format sorting: and let the user either enter the string to do this manually or help them build the string, not 100% sure what UI would help for it but maybe it just covers the most common options |
Sorry for the late reply. Thanks for the explanation. That will be really useful. |
Just released a new update for v3 that has some format sorting, right now presets are just for resolution but you can enter any string. Could you share more details on which format works and which doesn’t? You might be looking for prefer free formats (that option is also there), or if you need a custom codec you can sort by video codec like
alternatively you can try the „recode video“ option in the setting to download one format and convert into your target format via ffmpeg |
I'm very sorry for the late reply. |
How can i download an age restricted video? I can do it using yt-dlp but what if i want to use OpenVideoDownloader?
The text was updated successfully, but these errors were encountered: