Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Too slow in processing urls #18310
Too slow in processing urls #18310
Comments
|
Post complete verbose log. |
Hi, I did post the complete verbose log. Could you please check again? |
|
I tried on an old youtube-dl version (2018.11.03)
Sure 3s is slow compared to some 0.4s hack;
But youtube-dl focuses more on getting it done than getting it done fast. I tested on Windows 10 and it was about 4s (can't be bothered to try and find timeit.bat etc).... so maybe check another computer or your network. |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like this:[x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2018.11.23. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
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:
C:\Users\synapse\Desktop\tools>timecmd.bat youtube-dl -e -v https://www.youtube.com/watch?v=UAor3YnvcQ4
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-e', '-v', 'https://www.youtube.com/watch?v=UAor3YnvcQ4']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2018.11.23
[debug] Python version 3.4.4 (CPython) - Windows-8.1-6.3.9600
[debug] exe versions: ffmpeg N-92522-g370b8bd847, ffprobe N-92522-g370b8bd847
[debug] Proxy map: {}
[debug] Default format spec: bestvideo+bestaudio/best
Making Lemon Cordial
command took 0:1:53.13 (113.13s total)
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):
Description of your issue, suggested solution and other information
The time taken to "print title only" for a single video is too long. I checked this with channels/playlists as well and it seems to take approximately 112 seconds to process one video. I also checked using other programs that are dependent on youtube-dl and the result is the same.
Does anyone know why it is so slow? Does anyone else experience the same slow speed of processing?