CouncilDataProject / cdp-backend

Data storage utilities and processing pipelines used by CDP instances.
https://councildataproject.org/cdp-backend
Mozilla Public License 2.0
22 stars 26 forks source link

Add a function for downloading youtube videos #161

Closed isaacna closed 2 years ago

isaacna commented 2 years ago

Feature Description

Context

Add a function for downloading youtube videos

Use Case

Some deployments (such as portland) may upload their videos via youtube. We need to be able to download the video for both audio stripping for session hash generation, trasncription, and speaker classification

Solution

We can use youtube-dl

Shak2000 commented 2 years ago

@isaacna I would be happy to help you with this task.

isaacna commented 2 years ago

@Shak2000 Sure all yours

Shak2000 commented 2 years ago

I tried youtube-dl, but it's very slow (about 50 kps). I found this post saying that yt-dlp is much faster, and I'll try it soon.

isaacna commented 2 years ago

I tried youtube-dl, but it's very slow (about 50 kps). I found this post saying that yt-dlp is much faster, and I'll try it soon.

Sounds good, I totally support using yt-dlp since it seems like a well supported fork