You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for pictures.if [&name=orig] fails, simply return the download failure instead of downloading a lower level of image quality
Similarly, if there is also a quality distinction in videos, if downloading the highest image quality fails, it returns a download failure and no lower quality videos will be downloaded again.
This may be caused by network issues, and in most cases, it is not a problem with the tweet itself.
But because this has been downloaded to non highest quality media and recorded, the highest quality media will not be downloaded again.
and if this error occurs once, all attempts with the same quality level will result in errors.
e.g.
[downloader.http][warning] HTTPSConnectionPool(host='pbs.twimg.com', port=443): Max retries exceeded with url: /media/GIHc5-UbsAApGSa?format=jpg&name=orig (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1131)'))) (1/5)
[downloader.http][warning] HTTPSConnectionPool(host='pbs.twimg.com', port=443): Max retries exceeded with url: /media/GIHc5-UbsAApGSa?format=jpg&name=orig (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1131)'))) (2/5)
[downloader.http][warning] HTTPSConnectionPool(host='pbs.twimg.com', port=443): Max retries exceeded with url: /media/GIHc5-UbsAApGSa?format=jpg&name=orig (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1131)'))) (3/5)
[downloader.http][warning] HTTPSConnectionPool(host='pbs.twimg.com', port=443): Max retries exceeded with url: /media/GIHc5-UbsAApGSa?format=jpg&name=orig (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1131)'))) (4/5)
[downloader.http][warning] HTTPSConnectionPool(host='pbs.twimg.com', port=443): Max retries exceeded with url: /media/GIHc5-UbsAApGSa?format=jpg&name=orig (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1131)'))) (5/5)
[download][info] Trying fallback URL #1
[downloader.http][warning] HTTPSConnectionPool(host='pbs.twimg.com', port=443): Max retries exceeded with url: /media/GIHc5-UbsAApGSa?format=jpg&name=4096x4096 (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1131)'))) (1/5)
[downloader.http][warning] HTTPSConnectionPool(host='pbs.twimg.com', port=443): Max retries exceeded with url: /media/GIHc5-UbsAApGSa?format=jpg&name=4096x4096 (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1131)'))) (2/5)
[downloader.http][warning] HTTPSConnectionPool(host='pbs.twimg.com', port=443): Max retries exceeded with url: /media/GIHc5-UbsAApGSa?format=jpg&name=4096x4096 (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1131)'))) (3/5)
[downloader.http][warning] HTTPSConnectionPool(host='pbs.twimg.com', port=443): Max retries exceeded with url: /media/GIHc5-UbsAApGSa?format=jpg&name=4096x4096 (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1131)'))) (4/5)
[downloader.http][warning] HTTPSConnectionPool(host='pbs.twimg.com', port=443): Max retries exceeded with url: /media/GIHc5-UbsAApGSa?format=jpg&name=4096x4096 (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1131)'))) (5/5)
[download][info] Trying fallback URL #2
[downloader.http][warning] HTTPSConnectionPool(host='pbs.twimg.com', port=443): Max retries exceeded with url: /media/GIHc5-UbsAApGSa?format=jpg&name=large (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1131)'))) (1/5)
………………
The text was updated successfully, but these errors were encountered:
For images, set the twitter.size option to only include orig:
"size": ["orig"]
For videos, it will always download only the highest quality version, unless you use "videos": "ytdl" and use its format selection options to select a lower quality one.
For images, set the twitter.size option to only include orig:
"size": ["orig"]
For videos, it will always download only the highest quality version, unless you use "videos": "ytdl" and use its format selection options to select a lower quality one.
for pictures.if [&name=orig] fails, simply return the download failure instead of downloading a lower level of image quality
Similarly, if there is also a quality distinction in videos, if downloading the highest image quality fails, it returns a download failure and no lower quality videos will be downloaded again.
This may be caused by network issues, and in most cases, it is not a problem with the tweet itself.
But because this has been downloaded to non highest quality media and recorded, the highest quality media will not be downloaded again.
and if this error occurs once, all attempts with the same quality level will result in errors.
e.g.
[downloader.http][warning] HTTPSConnectionPool(host='pbs.twimg.com', port=443): Max retries exceeded with url: /media/GIHc5-UbsAApGSa?format=jpg&name=orig (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1131)'))) (1/5)
[downloader.http][warning] HTTPSConnectionPool(host='pbs.twimg.com', port=443): Max retries exceeded with url: /media/GIHc5-UbsAApGSa?format=jpg&name=orig (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1131)'))) (2/5)
[downloader.http][warning] HTTPSConnectionPool(host='pbs.twimg.com', port=443): Max retries exceeded with url: /media/GIHc5-UbsAApGSa?format=jpg&name=orig (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1131)'))) (3/5)
[downloader.http][warning] HTTPSConnectionPool(host='pbs.twimg.com', port=443): Max retries exceeded with url: /media/GIHc5-UbsAApGSa?format=jpg&name=orig (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1131)'))) (4/5)
[downloader.http][warning] HTTPSConnectionPool(host='pbs.twimg.com', port=443): Max retries exceeded with url: /media/GIHc5-UbsAApGSa?format=jpg&name=orig (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1131)'))) (5/5)
[download][info] Trying fallback URL #1
[downloader.http][warning] HTTPSConnectionPool(host='pbs.twimg.com', port=443): Max retries exceeded with url: /media/GIHc5-UbsAApGSa?format=jpg&name=4096x4096 (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1131)'))) (1/5)
[downloader.http][warning] HTTPSConnectionPool(host='pbs.twimg.com', port=443): Max retries exceeded with url: /media/GIHc5-UbsAApGSa?format=jpg&name=4096x4096 (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1131)'))) (2/5)
[downloader.http][warning] HTTPSConnectionPool(host='pbs.twimg.com', port=443): Max retries exceeded with url: /media/GIHc5-UbsAApGSa?format=jpg&name=4096x4096 (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1131)'))) (3/5)
[downloader.http][warning] HTTPSConnectionPool(host='pbs.twimg.com', port=443): Max retries exceeded with url: /media/GIHc5-UbsAApGSa?format=jpg&name=4096x4096 (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1131)'))) (4/5)
[downloader.http][warning] HTTPSConnectionPool(host='pbs.twimg.com', port=443): Max retries exceeded with url: /media/GIHc5-UbsAApGSa?format=jpg&name=4096x4096 (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1131)'))) (5/5)
[download][info] Trying fallback URL #2
[downloader.http][warning] HTTPSConnectionPool(host='pbs.twimg.com', port=443): Max retries exceeded with url: /media/GIHc5-UbsAApGSa?format=jpg&name=large (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1131)'))) (1/5)
………………
The text was updated successfully, but these errors were encountered: