We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
New feature
With YouTube blocking Invidious/Piped any chance to add yt-dlp as a fallback option, at least on macOS?
I'm currently using mpv with yt-dlp to watch my videos like this:
mpv --ytdl-format='bestvideo[height<=480]+bestaudio/best[height<=480]' 'URL'
The text was updated successfully, but these errors were encountered:
There's also ytdl-sub, which uses ytdl to automate downloading and metadata generation : https://github.com/jmbannon/ytdl-sub
Sorry, something went wrong.
One concern is that apparently using ytdl can get your account banned: iv-org/invidious#4977 (comment)
Yes, don't need to use an account though.
No branches or pull requests
Guidelines
Type
New feature
Describe the feature
With YouTube blocking Invidious/Piped any chance to add yt-dlp as a fallback option, at least on macOS?
I'm currently using mpv with yt-dlp to watch my videos like this:
mpv --ytdl-format='bestvideo[height<=480]+bestaudio/best[height<=480]' 'URL'
The text was updated successfully, but these errors were encountered: