-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Super slow downloads & other problems #30173
Comments
I've the same issue, and I'd checked all closed 'slow download' issues |
Personally, I use the following two ways to mitigate the situation (have still not found the solution) |
doesn't work. still very slow |
Sir. Many people who open issues here are not terminal friendly & tech savvy as you. If there's a way to fix this, devs could already done it. If not, why don't they just update the documentation manual & put a note that the download speeds are currently slow, & wait for the fixes ? |
That much should be clear from the original issue #29326 that OP @TENTHARSOS should have found by searching open issues about Youtube. However OP and possibly @uunnxx have the additional problem that the built-in update function isn't working. The relevant URLs are all working but it's possible that a certificate issue is blocking the connection. Not that it would fix the main problem in the issue title, but the latest version can be obtained at http://ytdl-org.github.io/youtube-dl/download.html (OP should use the link 'Windows exe'). OP should try that and report back whether it works. |
@TENTHARSOS look at this one: |
Is youtube-dl dead now? The fork's where it's at? |
Of course, not dead. You can 'for now' just replace it with yt-dlp fork. As says fork's about page:
|
How long's "for now" gonna be, if last commit was 4 months ago? |
Try combining alias ytdl-fast="youtube-dl -f best --external-downloader aria2c --external-downloader-args \"-j 16 -s 16 -x 16 -k 1M\" $1" |
You can try my hella fast version All credit to @dirkf for his PR which I implemented. I have no problems with licensing. |
Fixes ytdl-org#29326, closes ytdl-org#29790, closes ytdl-org#30004, closes ytdl-org#30024, closes ytdl-org#30052, closes ytdl-org#30088, closes ytdl-org#30097, closes ytdl-org#30102, closes ytdl-org#30109, closes ytdl-org#30119, closes ytdl-org#30125, closes ytdl-org#30128, closes ytdl-org#30162, closes ytdl-org#30173, closes ytdl-org#30186, closes ytdl-org#30192, closes ytdl-org#30221, closes ytdl-org#30239, closes ytdl-org#30539, closes ytdl-org#30552.
Checklist
Verbose log
C:\Users\MR\Downloads\youtube dl 2>youtube-dl --update
ERROR: can't find the current version. Please try again later.
C:\Users\MR\Downloads\youtube dl 2>youtube-dl --verbose --update
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--verbose', '--update']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2021.04.26
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.19041
[debug] exe versions: ffmpeg git-2020-08-31-4a11a6f, ffprobe git-2020-08-31-4a11a6f
[debug] Proxy map: {}
Traceback (most recent call last):
File "C:\Python\Python34\lib\urllib\request.py", line 1183, in do_open
File "C:\Python\Python34\lib\http\client.py", line 1137, in request
File "C:\Python\Python34\lib\http\client.py", line 1182, in _send_request
File "C:\Python\Python34\lib\http\client.py", line 1133, in endheaders
File "C:\Python\Python34\lib\http\client.py", line 963, in _send_output
File "C:\Python\Python34\lib\http\client.py", line 898, in send
File "C:\Python\Python34\lib\http\client.py", line 1287, in connect
File "C:\Python\Python34\lib\ssl.py", line 362, in wrap_socket
File "C:\Python\Python34\lib\ssl.py", line 580, in init
File "C:\Python\Python34\lib\ssl.py", line 807, in do_handshake
ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpeav8wi2f\build\youtube_dl\update.py", line 46, in update_self
File "C:\Python\Python34\lib\urllib\request.py", line 464, in open
File "C:\Python\Python34\lib\urllib\request.py", line 482, in _open
File "C:\Python\Python34\lib\urllib\request.py", line 442, in _call_chain
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpeav8wi2f\build\youtube_dl\utils.py", line 2737, in https_open
File "C:\Python\Python34\lib\urllib\request.py", line 1185, in do_open
urllib.error.URLError: <urlopen error [WinError 10054] An existing connection was forcibly closed by the remote host>
ERROR: can't find the current version. Please try again later.
C:\Users\MR\Downloads\youtube dl 2>
Description
WRITE DESCRIPTION HERE
I can not update and i have other problems as well but can't even see if updating might fix them.
The text was updated successfully, but these errors were encountered: