Joystream / youtube-synch

YouTube Synchronization
11 stars 9 forks source link

Add livestreams to syncing #246

Open dmtrjsg opened 1 year ago

dmtrjsg commented 1 year ago

Context

We started excluding syncing of live-stream videos in #233 to avoid storage bloat (as livestreams are usually very long)

However, the problem is that there is no way to differentiate b/w live streams vs premiere(scheduled) videos using YouTube API. So basically by excluding the livestreams, the premiere videos are also automatically excluded from syncing (which we don't want).

Fix

Either turn on the livestream syncing back. Or find a way to differentiate b/w livestream & premiere videos

dmtrjsg commented 1 year ago

@zeeshanakram3 pls connect with PR and close :)