You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Download and install Python using the interactive EXE installer and make sure to include the path. Make sure to check the py launcher and pip checkboxes as well.
Once it's finished installing open a new command prompt window and verify Python 3 installed properly with the following command:
Download age-restricted YouTube videos with youtube-dl
Download age-restricted videos on YouTube
2022 UPDATE: It's better to use the YT-DLP fork of youtube-dl at this point. You can always make an alias for yt-dlp like so: alias youtube-dl='/usr/local/bin/yt-dlp' (make sure to replace /usr/local/bin/ with your actual yt-dlp path).
YouTube has recently blocked age-restricted videos from being downloaded. You can use the youtube-dl's --cookies flag to pass your stored cookie preferences to the command to bypass this.
Install a Chrome extension like Get Cookies.txt to get your browser's cookies.
Install youtube-dl from source, or use Python 3's PIP package manager to install it.
Obtain a copy of your browser cookies stored as a .txt file.
Use JavaScript to check if a date is currently DST
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
x86 & Apple Silicon Cross-Compatible Docker Setup for FFmpeg
Multi-Architecture Cross-Compatible Docker Setup for FFmpeg
Here's a Docker setup I used to help speed up FFmpeg in the containers by using different compiled binaries for each respective architecture. If someone knows of a better way to do this, or a cleaner way to do this, please let me know.
I've tested this on Ubuntu and Apple Silicon host machines.