Downloading videos (in flash applications) using python

Irmen de Jong irmen.NOSPAM at xs4all.nl
Mon Feb 2 13:43:38 EST 2015


On 2-2-2015 17:22, Gabriel Ferreira wrote:
> Thanks for the Hint... But it seems not to support the website i mentioned... Is
> there a way to make it possible for any kind of video player in the net? Flash
> player... Since it's not a ordinary video... I'm trying to record & download a live
> streaming video!!
> 
> Thx
> 


Youtube-dl has a modular structure and is open-source:
https://github.com/rg3/youtube-dl/

It should be fairly easy to add a module/plugin that groks your site.

Irmen



More information about the Python-list mailing list