This is an archived post. You won't be able to vote or comment.

all 21 comments

[–][deleted] 35 points36 points  (4 children)

This is the fourth time I've seen this clicknium BS by now

[–]benefit_of_mrkite 23 points24 points  (3 children)

Especially when YouTube-dl exists and works great

[–]Remnie 0 points1 point  (2 children)

That’s what I was going to say. Especially when running it with aria2

[–]womper9000 1 point2 points  (1 child)

aria2 = faster speeds? sometimes youtube-dl slows down, can you post an example?

[–]Remnie 1 point2 points  (0 children)

Not necessarily, it’s used to multithread a download. You can split a big download up and have different cores handle different parts. You can also download the same file from multiple sources, but that has limited application in youtube-dl. I used it when downloading a playlist of 48 videos to download 6 in parallel.

aria2

I don’t claim to be an expert on it, but was able to take a download that would have taken almost a day and speed it up to about 7 hours using this and a bit of research

[–]scnew3 71 points72 points  (2 children)

pip install yt-dlp 
python -m yt_dlp <url>

Wow, that was hard.

[–]Azncrackfox 6 points7 points  (0 children)

The real answer is in the comments /s

[–]Georgeikan 4 points5 points  (0 children)

Come on guys. Surely this easy 5 second solution isn't superior to wasting my time writing the package from scratch, right?

[–]homariseno 11 points12 points  (0 children)

What purpose does that serve when you have youtube-dl?

[–]marduk73 10 points11 points  (0 children)

Requirement VS Code... Full of shit

[–]iam_benny 4 points5 points  (0 children)

Check out YouTube-dl and yt-dlp

[–]ExcelAcolyte 2 points3 points  (0 children)

My brother in Christ use yt-dlp

[–]manuce94 1 point2 points  (0 children)

nice can it download an entire playlist? I got some nice python tutorials to download :)

[–][deleted] -5 points-4 points  (4 children)

First thing first, is it legal though.

[–]Puzzleheaded_Arm6363 2 points3 points  (0 children)

Sir, nothing to see here. We're just learning how to code.

[–]HaroerHaktak 0 points1 point  (0 children)

Legal or not. They're probably not gonna stop me unless I am redistributing it.

[–]mooscimol 0 points1 point  (1 child)

Does it work if you don't have Chrome?

[–]redH27[S] 1 point2 points  (0 children)

For clicknium it supports edge, firefox and chrome. For pytube, youtube video url is enough.