youtube_dl urlopen error EOF occurred in violation of protocol (_ssl.c:nnn) 错误的解决方法

ERROR: unable to download video data: <urlopen error EOF occurred in violation of protocol (_ssl.c:nnn)>

youtube-dlyoutube_dlutils.py
PROTOCOL_TLSv1 ---> PROTOCOL_TLSv1_2

假如这样也出同样的错误,说明网络非常不稳定。
原文地址:https://www.cnblogs.com/nlsoft/p/12319686.html