Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Random youtube video returning unstreamable Stream URL #21052
Comments
Returned URL is a segmented DASH BaseURL. There is no plain HTTP URL for this media. |
Checklist
Description
No Verbose Log as the issue is currently present in Python 3.7.
When using the code
to retrieve the stream URL of youtube tracks, every track I've tested works perfectly EXCEPT FOR
https://www.youtube.com/watch?v=cJOp0N5hK2c, for some reason. Instead of linking a stream for an m4a or mp3, i'm prompted to download a file titled 'yt8.' When passing the URL to python-vlc to play it, the video appears when it shouldnt and VLC throws a load of redirect errors.