hasadna / Open-Knesset

A project aimed at making the Israeli Knesset more transparent. Python and Django based
http://oknesset.org/
BSD 3-Clause "New" or "Revised" License
106 stars 175 forks source link

add committee meeting archived videos #192

Open OriHoch opened 10 years ago

OriHoch commented 10 years ago

Most committee meetings have a meeting video in the knesset site

The video can be embedded in the committee meeting page

There is an old merged pull request that downloads those meeting videos and uploads them to youtube (#20)

The problem is that this is a heavy process, so it should not be part of Open Knesset.

Need to create this as a separate process that does not rely on the Open Knesset database.

This process will download the videos from knesset site and upload them to youtube.

It can provide an api that will provide youtube urls for all the meetings - Open Knesset site can then access this api to integrate the youtube urls and embed them in the relevant committee meetings

ArnonEilat commented 10 years ago

i'm working on it