scanny / python-pptx

Create Open XML PowerPoint documents in Python
MIT License
2.28k stars 502 forks source link

Add youtube video to presentation (via url) #839

Open WojciechKrzywda opened 1 year ago

WojciechKrzywda commented 1 year ago

Hi,

Is it possible to embed youtube video in pptx presentation? Only way to add video that I found is this: https://python-pptx.readthedocs.io/en/latest/api/shapes.html#pptx.shapes.shapetree.SlideShapes.add_movie but here we have to provide video file for it.

I think it is not legal for me to download a video from youtube and put it in presentation (also presentation might be too large as a result).