chat-downloader icon indicating copy to clipboard operation
chat-downloader copied to clipboard

[QUESTION] cannot download youtube links

Open FlandreCheung opened this issue 3 years ago • 0 comments

sorry for my poor english...but i'll try my best to describe the problem clearly

when i type youtube links, here is the the output:

Getting chatlog using Xenonva's chat-downloader (https://github.com/xenova/chat-downloader)...
[WARNING] Retry #1 (sleep for 0s or press Enter). HTTPSConnectionPool(host='www.youtube.com', port=443): Max retries exceeded with url: /watch?v=RCCPUfTX9a0 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x1039d3670>: Failed to establish a new connection: [Errno 61] Connection refused')) (ConnectionError)
[WARNING] Retry #2 (sleep for 1s or press Enter). HTTPSConnectionPool(host='www.youtube.com', port=443): Max retries exceeded with url: /watch?v=RCCPUfTX9a0 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x1039d2590>: Failed to establish a new connection: [Errno 61] Connection refused')) (ConnectionError)
[WARNING] Retry #3 (sleep for 2s or press Enter). HTTPSConnectionPool(host='www.youtube.com', port=443): Max retries exceeded with url: /watch?v=RCCPUfTX9a0 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x1039f2d70>: Failed to establish a new connection: [Errno 61] Connection refused')) (ConnectionError)

Idk if it's because of my network condition or youtube's server but it works with twitch links

FlandreCheung avatar Sep 21 '22 20:09 FlandreCheung