kkdai / youtube

Download Youtube Video in Golang
MIT License
3.31k stars 429 forks source link

download speed is slow #282

Closed kenSevLeb closed 1 year ago

kenSevLeb commented 1 year ago

The download speed is very slow, only tens of KB

corny commented 1 year ago

Someone needs to figure out how other libraries solved this issue.

corny commented 1 year ago

What's the difference? We also download videos in 10 MB chunks if we know the content length. But how does mech retrieve the content length of a video?

QingsiLiu commented 1 year ago

Hello dude, I have encountered the same problem, may I know how you solved it

jnelle commented 1 year ago

@corny https://github.com/kkdai/youtube/blob/master/client.go#L127

You should use the Android client

RootInit commented 1 year ago

Also have this issue. Single digit KB downloads.

bourne06biz commented 1 year ago

same problem download speed is very slow, only tens of KB

anjolaoluwaakindipe commented 1 year ago

I'm also experiencing the same problem with download speed

Dakauann commented 1 year ago

I'm also experiencing this issue, a 10sec video is taking more than 15 seconds to download (30mb download internet)

corny commented 1 year ago

should be fixed by #286