VoxelVortex
VoxelVortex

Reputation: 48

Enable HTML5 in QtWebKit PyqQ5

I'm trying to make a program which will download Youtube videos. It functions as it should, except that it doesn't support Youtube video playback. It seems to be an issue with html5 video support for QtWebKit.

If anyone can help me solve this problem, that would be appreciated.

Code can be found here

(Being programmed in PyCharm on Windows 10 using the latest install of Anaconda)

Upvotes: 0

Views: 679

Answers (1)

VoxelVortex
VoxelVortex

Reputation: 48

QtWebKit doesn't seem to support HTML5 video, I have decided to try out QtWebEngine.

Upvotes: 1

Related Questions