Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

slow download problem on ok.ru #17188

Closed
ckck2000 opened this issue Aug 8, 2018 · 4 comments
Closed

slow download problem on ok.ru #17188

ckck2000 opened this issue Aug 8, 2018 · 4 comments

Comments

@ckck2000
Copy link

@ckck2000 ckck2000 commented Aug 8, 2018

Hello,

The program is downloading ok.ru videos at most ~200 KB

C:\>C:\youtube-dl\youtube-dl.exe -o c:\\youtube-dl\\1.mp4 https://ok.ru/video/28133952238
[Odnoklassniki] 28133952238: Downloading webpage
[Odnoklassniki] 28133952238: Downloading m3u8 information
[hlsnative] Downloading m3u8 manifest
[hlsnative] Total fragments: 545
[download] Destination: c:\youtube-dl\1.mp4
[download]   0.3% of ~1.97GiB at 184.77KiB/s ETA 03:12:02
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Aug 8, 2018

youtube-dl does not impose any speed limits. Address this to ok.ru.

@dstftw dstftw closed this Aug 8, 2018
@ckck2000
Copy link
Author

@ckck2000 ckck2000 commented Aug 8, 2018

Thanks for response, can you test the link to see whether the speed is same or normal? So maybe country related issue.

@ckck2000
Copy link
Author

@ckck2000 ckck2000 commented Aug 8, 2018

Ok. I understand the problem, OK.ru applies ~250 KB speed limit per connection to prevent downloading...So to skip this limitation we need to download the file as parts like IDM does.

@ckck2000
Copy link
Author

@ckck2000 ckck2000 commented Aug 8, 2018

OK. i found the solution is aria2c which has multiple download connections option; https://aria2.github.io/
This is the solution: C:\youtube-dl\aria2c.exe URL -d c:\youtube-dl -s 16 -x 16

and youtube-dl has external download option but this is not working with ok.ru, is this a bug?
C:\youtube-dl\youtube-dl.exe https://ok.ru/video/28133952238 --external-downloader aria2c --external-downloader-args "-d c:\youtube-dl -s 16 -x 16"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.