Bug 392107 - KGet should be able to download Youtube videos
Summary: KGet should be able to download Youtube videos
Status: CONFIRMED
Alias: None
Product: kget
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Neon Linux
: NOR wishlist
Target Milestone: ---
Assignee: KGet authors
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-20 16:48 UTC by James Cain
Modified: 2018-08-02 07:26 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description James Cain 2018-03-20 16:48:09 UTC
One of the biggest use cases for downloading files is to download Youtube videos. KGet should be able to do this to remain relevant and used often by our users. It could achieve this by either adding youtube-dl as a dependency and using it as the download 'engine' to do this, or by adding the functionality itself. 

The former would be easier, as it more or less is just adding a GUI to select any relevant options. The latter removes the dependency. But either way, this functionality needs to be there for our users in 2018, as it is one of the biggest use cases for anyone downloading larger files.
Comment 1 dufferzafar 2018-08-02 07:26:40 UTC
Came here to create this same issue. KGet is pretty minimalistic right now.

The de-facto tool for downloading online videos is youtube-dl, which is written in Python. 

So the direct way to achieve downloading of YouTube (& other site's) videos would be to write this as a KGet extension (that just uses youtube-dl in the backend.)

If one of the developers could explain some more details on the extension, then I could try coding it up.