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

Very slow download speeds on 10Gbps server #15690

Closed
Qwerty-Space opened this issue Feb 24, 2018 · 9 comments
Closed

Very slow download speeds on 10Gbps server #15690

Qwerty-Space opened this issue Feb 24, 2018 · 9 comments

Comments

@Qwerty-Space
Copy link

@Qwerty-Space Qwerty-Space commented Feb 24, 2018

Please follow the guide below

  • You will be asked some questions and requested to provide some information, please read them carefully and answer honestly
  • Put an x into all the boxes [ ] relevant to your issue (like this: [x])
  • Use the Preview tab to see what your issue will actually look like

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2018.02.22. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.

  • I've verified and I assure that I'm running youtube-dl 2018.02.22
 ~/pip/bin/pip install -U youtube-dl
Requirement already up-to-date: youtube-dl in ./pip/lib/python3.5/site-packages
[zeus ~] youtube-dl --version
2018.02.03

Before submitting an issue make sure you have:

  • At least skimmed through the README, most notably the FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones
  • Checked that provided video/audio/playlist URLs (if any) are alive and playable in a browser

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other

The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue


If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:

Add the -v flag to your command line you run youtube-dl with (youtube-dl -v <your command line>), copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):

[debug] System config: []
[debug] User config: ['-o', '~/private/youtube/%(uploader)s/%(title)s_%(id)s.%(ext)s', '-w', '--audio-quality', '0']
[debug] Custom config: []
[debug] Command-line args: ['-v', 'https://youtu.be/n9eZ00bRCGA']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2018.02.03
[debug] Python version 3.5.0 (CPython) - Linux-4.14.11-feral-x86_64-with-debian-8.10
[debug] exe versions: avconv 11.11-6, avprobe 11.11-6, ffmpeg 3.2.4-static, ffprobe 3.2.4-static
[debug] Proxy map: {}
...
<end of log>

If the purpose of this issue is a site support request please provide all kinds of example URLs support for which should be included (replace following example URLs by yours):

Note that youtube-dl does not support sites dedicated to copyright infringement. In order for site support request to be accepted all provided example URLs should not violate any copyrights.


Description of your issue, suggested solution and other information

When downloading starts off, it shows a high speed, like 50 - 200MB/s, then after a few seconds it drops to a few hundred KB/s. I am running youtube dl on a debian server hosted by Feralhosting. I installed it with pip.

@Qwerty-Space
Copy link
Author

@Qwerty-Space Qwerty-Space commented Feb 24, 2018

Why can't I get the latest version then?

@Hrxn
Copy link

@Hrxn Hrxn commented Feb 24, 2018

Complain to Debian maintainers or install youtube-dl as instructed in Readme.md.

@Qwerty-Space
Copy link
Author

@Qwerty-Space Qwerty-Space commented Feb 24, 2018

@Hrxn I did install it as instructed in the readme

@Hrxn
Copy link

@Hrxn Hrxn commented Feb 24, 2018

But your version is outdated..

[debug] youtube-dl version 2018.02.03

And this is not caused by pip itself. I use the pip package as well...

@Qwerty-Space
Copy link
Author

@Qwerty-Space Qwerty-Space commented Feb 25, 2018

@Hrxn then why won't it update to the latest version with pip?

@Hrxn
Copy link

@Hrxn Hrxn commented Feb 25, 2018

How should we know? Maybe ask you hoster if they are running some local cache or proxy or something..
You can check the package version on the pip website itself, it's the correct one.

@Qwerty-Space
Copy link
Author

@Qwerty-Space Qwerty-Space commented Feb 25, 2018

Strange. If I do pip search youtube-dl it shows the latest version. But any attempt to download that version doesn't work, so maybe there's a problem with it on there.

@Qwerty-Space
Copy link
Author

@Qwerty-Space Qwerty-Space commented Feb 25, 2018

I've tried a whole bunch of things. This is quite strange.

[zeus ~] ~/pip/bin/pip install --upgrade youtube_dl==2018.2.22
Requirement already up-to-date: youtube_dl==2018.2.22 in ./pip/lib/python3.5/site-packages
[zeus ~] ~/pip/bin/pip install --upgrade youtube-dl==2018.2.22
Requirement already up-to-date: youtube-dl==2018.2.22 in ./pip/lib/python3.5/site-packages
[zeus ~] ~/pip/bin/pip install --upgrade youtube-dl
Requirement already up-to-date: youtube-dl in ./pip/lib/python3.5/site-packages
[zeus ~] ~/pip/bin/pip install youtube-dl -U
Requirement already up-to-date: youtube-dl in ./pip/lib/python3.5/site-packages
[zeus ~] youtube-dl --version
2018.02.03
[zeus ~] ~/pip/bin/pip install youtube-dl==2018.2.22
Requirement already satisfied: youtube-dl==2018.2.22 in ./pip/lib/python3.5/site-packages
@Qwerty-Space
Copy link
Author

@Qwerty-Space Qwerty-Space commented Feb 25, 2018

Aaaaaah

[zeus ~] ~/pip/bin/pip install --no-cache-dir youtube-dl==2018.2.22
Collecting youtube-dl==2018.2.22
  Downloading youtube_dl-2018.2.22-py2.py3-none-any.whl (1.7MB)
    100% |████████████████████████████████| 1.7MB 15.6MB/s
Installing collected packages: youtube-dl
  Found existing installation: youtube-dl 2018.2.3
    Not uninstalling youtube-dl at /media/sdh1/home/qwertyspace/python/python3/lib/python3.5/site-packages, outside environment /media/sdh1/home/qwertyspace/pip
Successfully installed youtube-dl-2018.2.22
[zeus ~] youtube-dl --version
2018.02.03
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
3 participants
You can’t perform that action at this time.