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
Apparently, we can directly stream via vlc instead of downloading video.
current = subprocess.Popen(['vlc-wrapper', '-I', 'rc', 'https://www.youtube.com/watch?v=XXXXXXXXXX', '--no-video', '--play-and-exit'], stdout=useless_trash, stderr=useless_trash)
The text was updated successfully, but these errors were encountered:
What would that mean for randoming? Could we just log what urls have been used? That would be nice because then we wouldn't ever run out of space
Sorry, something went wrong.
yes, would log in like some file
(Also, this doesn't get around the files refusing to load issue, same 403 error, thank google)
o actually replacing /usr/lib/vlc/lua/playlist/youtube.luac with this file should fix the issue: http://git.videolan.org/?p=vlc.git;a=blob_plain;f=share/lua/playlist/youtube.lua;hb=HEAD
/usr/lib/vlc/lua/playlist/youtube.luac
No branches or pull requests
Apparently, we can directly stream via vlc instead of downloading video.
The text was updated successfully, but these errors were encountered: