KurtBestor/Hitomi-Downloader

유튜브 영상이 다운로드가 되지 않습니다

summer730 opened this issue · 0 comments

종류를 가리지 않고 invalid가 뜹니다.
이틀 전부터 갑자기 일어난 현상이고 버전 4.0도 안되는건 동일합니다.
작업 정보입니다.

Invalid: [youtube] https://www.youtube.com/watch?v=UJ0Z8JBFIYw

version: 4.1 (24-02-28 04:49:54 UTC)
platform / locale: Windows-10-10.0.19045-SP0 / ko_kr
order / group / uid: 0 / False / 1238482feaca453d8b34b3649b572a33
input: https://www.youtube.com/watch?v=UJ0Z8JBFIYw
type: youtube
single: True
url: https://www.youtube.com/watch?v=UJ0Z8JBFIYw
dir:
zip:
artist: None
valid / done: False / True
range / range_p: None / None
time: 1716109431.6424253 (24-05-19 09:03:51 UTC) - 120s elapsed
tags: []
lock: False
color: invalid
paused: False
format: mp4
p2f: None
segment: {'chunk': 1048576, 'n_threads': 4, 'overwrite': True, 'mode': 'query'}
admin: True
goodbyedpi: True
ytdl: yt_dlp 2024.04.28.232723
pinned: False
extras: {}
live: False
changed: True

[File Names]

[URLs]

[Messages]
[ytdl] [debug] Encodings: locale cp65001, fs utf-8, pref cp65001, out UTF-8 (No VT), error UTF-8 (No VT), screen UTF-8 (No VT)
[ytdl] [debug] yt-dlp version nightly@2024.04.28.232723 from yt-dlp/yt-dlp-nightly-builds [ac817bc83] (pip) API
[ytdl] [debug] params: {'ignore_no_formats_error': True, 'subtitlesformat': 'vtt', 'no_check_certificate': True, 'hls_use_mpegts': True, 'overwrites': True, 'nopart': True, 'verbose': True, 'logger': <ytdl.Logger object at 0x0000026D42D4B610>, 'user_agent': 'Mozilla/5.0 (Android 2.2; Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4', 'compat_opts': set(), 'http_headers': {'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,/;q=0.8', 'Accept-Language': 'en-us,en;q=0.5', 'Sec-Fetch-Mode': 'navigate'}}
[ytdl] [debug] Python 3.8.10 (CPython AMD64 64bit) - Windows-10-10.0.19045-SP0 (OpenSSL 1.1.1k 25 Mar 2021)
[ytdl] [debug] exe versions: ffmpeg 6.0-essentials_build-www.gyan.dev (setts), ffprobe 6.0-essentials_build-www.gyan.dev
[ytdl] [debug] Optional libraries: certifi-2023.07.22, requests-2.31.0, sqlite3-3.35.5, urllib3-1.25.11, websockets-12.0
[ytdl] [debug] Proxy map: {}
[ytdl] [debug] Request Handlers: urllib, websockets
[ytdl] [debug] Loaded 1810 extractors
[ytdl] [youtube] Extracting URL: https://www.youtube.com/watch?v=UJ0Z8JBFIYw
[ytdl] [youtube] UJ0Z8JBFIYw: Downloading webpage
[ytdl] [debug] [youtube] Extracted SAPISID cookie
[ytdl] [debug] [youtube] Copying __Secure-3PAPISID cookie to SAPISID cookie
[ytdl] [youtube] UJ0Z8JBFIYw: Downloading ios player API JSON
[ytdl] [youtube] UJ0Z8JBFIYw: Downloading android player API JSON
[ytdl] [youtube] Skipping player responses from ios/android/web clients (got player responses for video "M5t4UHllkUM" instead of "UJ0Z8JBFIYw")

youtube retry...

Traceback (most recent call last):
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\YoutubeDL", line 1606, in wrapper
return func(self, *args, **kwargs)
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\YoutubeDL", line 1741, in __extract_info
ie_result = ie.extract(url)
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\extractor\common", line 734, in extract
ie_result = self._real_extract(url)
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\extractor\youtube", line 4079, in _real_extract
webpage, master_ytcfg, player_responses, player_url = self._download_player_responses(url, smuggled_data, video_id, webpage_url)
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\extractor\youtube", line 4043, in _download_player_responses
player_responses, player_url = self._extract_player_responses(
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\extractor\youtube", line 3730, in _extract_player_responses
raise ExtractorError(
yt_dlp.utils.ExtractorError: [youtube] UJ0Z8JBFIYw: All player responses are invalid. Your IP is likely being blocked by Youtube

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "extractor\youtube_downloader", line 44, in yt
File "ytdl", line 621, in init
File "ytdl", line 611, in init
File "ytdl", line 497, in extract_info
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\YoutubeDL", line 1595, in extract_info
return self.__extract_info(url, self.get_info_extractor(key), download, extra_info, process)
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\YoutubeDL", line 1624, in wrapper
self.report_error(str(e), e.format_traceback())
File "ytdl", line 425, in report_error
yt_dlp.utils.DownloadError: ERROR: [youtube] UJ0Z8JBFIYw: All player responses are invalid. Your IP is likely being blocked by Youtube

[ytdl] [debug] Encodings: locale cp65001, fs utf-8, pref cp65001, out UTF-8 (No VT), error UTF-8 (No VT), screen UTF-8 (No VT)
[ytdl] [debug] yt-dlp version nightly@2024.04.28.232723 from yt-dlp/yt-dlp-nightly-builds [ac817bc83] (pip) API
[ytdl] [debug] params: {'ignore_no_formats_error': True, 'subtitlesformat': 'vtt', 'no_check_certificate': True, 'hls_use_mpegts': True, 'overwrites': True, 'nopart': True, 'verbose': True, 'logger': <ytdl.Logger object at 0x0000026D6800E220>, 'user_agent': 'Mozilla/5.0 (Android 2.2; Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4', 'compat_opts': set(), 'http_headers': {'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,/;q=0.8', 'Accept-Language': 'en-us,en;q=0.5', 'Sec-Fetch-Mode': 'navigate'}}
[ytdl] [debug] Python 3.8.10 (CPython AMD64 64bit) - Windows-10-10.0.19045-SP0 (OpenSSL 1.1.1k 25 Mar 2021)
[ytdl] [debug] exe versions: ffmpeg 6.0-essentials_build-www.gyan.dev (setts), ffprobe 6.0-essentials_build-www.gyan.dev
[ytdl] [debug] Optional libraries: certifi-2023.07.22, requests-2.31.0, sqlite3-3.35.5, urllib3-1.25.11, websockets-12.0
[ytdl] [debug] Proxy map: {}
[ytdl] [debug] Request Handlers: urllib, websockets
[ytdl] [debug] Loaded 1810 extractors
[ytdl] [youtube] Extracting URL: https://www.youtube.com/watch?v=UJ0Z8JBFIYw
[ytdl] [youtube] UJ0Z8JBFIYw: Downloading webpage
[ytdl] [debug] [youtube] Extracted SAPISID cookie
[ytdl] [debug] [youtube] Copying __Secure-3PAPISID cookie to SAPISID cookie
[ytdl] [youtube] UJ0Z8JBFIYw: Downloading ios player API JSON
[ytdl] [youtube] UJ0Z8JBFIYw: Downloading android player API JSON
[ytdl] [youtube] Skipping player responses from ios/android/web clients (got player responses for video "M5t4UHllkUM" instead of "UJ0Z8JBFIYw")

youtube retry...

Traceback (most recent call last):
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\YoutubeDL", line 1606, in wrapper
return func(self, *args, **kwargs)
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\YoutubeDL", line 1741, in __extract_info
ie_result = ie.extract(url)
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\extractor\common", line 734, in extract
ie_result = self._real_extract(url)
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\extractor\youtube", line 4079, in _real_extract
webpage, master_ytcfg, player_responses, player_url = self._download_player_responses(url, smuggled_data, video_id, webpage_url)
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\extractor\youtube", line 4043, in _download_player_responses
player_responses, player_url = self._extract_player_responses(
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\extractor\youtube", line 3730, in _extract_player_responses
raise ExtractorError(
yt_dlp.utils.ExtractorError: [youtube] UJ0Z8JBFIYw: All player responses are invalid. Your IP is likely being blocked by Youtube

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "extractor\youtube_downloader", line 44, in yt
File "ytdl", line 621, in init
File "ytdl", line 611, in init
File "ytdl", line 497, in extract_info
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\YoutubeDL", line 1595, in extract_info
return self.__extract_info(url, self.get_info_extractor(key), download, extra_info, process)
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\YoutubeDL", line 1624, in wrapper
self.report_error(str(e), e.format_traceback())
File "ytdl", line 425, in report_error
yt_dlp.utils.DownloadError: ERROR: [youtube] UJ0Z8JBFIYw: All player responses are invalid. Your IP is likely being blocked by Youtube

[ytdl] [debug] Encodings: locale cp65001, fs utf-8, pref cp65001, out UTF-8 (No VT), error UTF-8 (No VT), screen UTF-8 (No VT)
[ytdl] [debug] yt-dlp version nightly@2024.04.28.232723 from yt-dlp/yt-dlp-nightly-builds [ac817bc83] (pip) API
[ytdl] [debug] params: {'ignore_no_formats_error': True, 'subtitlesformat': 'vtt', 'no_check_certificate': True, 'hls_use_mpegts': True, 'overwrites': True, 'nopart': True, 'verbose': True, 'logger': <ytdl.Logger object at 0x0000026D6AA6A0A0>, 'user_agent': 'Mozilla/5.0 (Android 2.2; Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4', 'compat_opts': set(), 'http_headers': {'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,/;q=0.8', 'Accept-Language': 'en-us,en;q=0.5', 'Sec-Fetch-Mode': 'navigate'}}
[ytdl] [debug] Python 3.8.10 (CPython AMD64 64bit) - Windows-10-10.0.19045-SP0 (OpenSSL 1.1.1k 25 Mar 2021)
[ytdl] [debug] exe versions: ffmpeg 6.0-essentials_build-www.gyan.dev (setts), ffprobe 6.0-essentials_build-www.gyan.dev
[ytdl] [debug] Optional libraries: certifi-2023.07.22, requests-2.31.0, sqlite3-3.35.5, urllib3-1.25.11, websockets-12.0
[ytdl] [debug] Proxy map: {}
[ytdl] [debug] Request Handlers: urllib, websockets
[ytdl] [debug] Loaded 1810 extractors
[ytdl] [youtube] Extracting URL: https://www.youtube.com/watch?v=UJ0Z8JBFIYw
[ytdl] [youtube] UJ0Z8JBFIYw: Downloading webpage
[ytdl] [debug] [youtube] Extracted SAPISID cookie
[ytdl] [debug] [youtube] Copying __Secure-3PAPISID cookie to SAPISID cookie
[ytdl] [youtube] UJ0Z8JBFIYw: Downloading ios player API JSON
[ytdl] [youtube] UJ0Z8JBFIYw: Downloading android player API JSON
[ytdl] [youtube] Skipping player responses from ios/android/web clients (got player responses for video "M5t4UHllkUM" instead of "UJ0Z8JBFIYw")

youtube retry...

Traceback (most recent call last):
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\YoutubeDL", line 1606, in wrapper
return func(self, *args, **kwargs)
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\YoutubeDL", line 1741, in __extract_info
ie_result = ie.extract(url)
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\extractor\common", line 734, in extract
ie_result = self._real_extract(url)
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\extractor\youtube", line 4079, in _real_extract
webpage, master_ytcfg, player_responses, player_url = self._download_player_responses(url, smuggled_data, video_id, webpage_url)
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\extractor\youtube", line 4043, in _download_player_responses
player_responses, player_url = self._extract_player_responses(
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\extractor\youtube", line 3730, in _extract_player_responses
raise ExtractorError(
yt_dlp.utils.ExtractorError: [youtube] UJ0Z8JBFIYw: All player responses are invalid. Your IP is likely being blocked by Youtube

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "extractor\youtube_downloader", line 44, in yt
File "ytdl", line 621, in init
File "ytdl", line 611, in init
File "ytdl", line 497, in extract_info
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\YoutubeDL", line 1595, in extract_info
return self.__extract_info(url, self.get_info_extractor(key), download, extra_info, process)
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\YoutubeDL", line 1624, in wrapper
self.report_error(str(e), e.format_traceback())
File "ytdl", line 425, in report_error
yt_dlp.utils.DownloadError: ERROR: [youtube] UJ0Z8JBFIYw: All player responses are invalid. Your IP is likely being blocked by Youtube

[ytdl] [debug] Encodings: locale cp65001, fs utf-8, pref cp65001, out UTF-8 (No VT), error UTF-8 (No VT), screen UTF-8 (No VT)
[ytdl] [debug] yt-dlp version nightly@2024.04.28.232723 from yt-dlp/yt-dlp-nightly-builds [ac817bc83] (pip) API
[ytdl] [debug] params: {'ignore_no_formats_error': True, 'subtitlesformat': 'vtt', 'no_check_certificate': True, 'hls_use_mpegts': True, 'overwrites': True, 'nopart': True, 'verbose': True, 'logger': <ytdl.Logger object at 0x0000026D4814B820>, 'user_agent': 'Mozilla/5.0 (Android 2.2; Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4', 'compat_opts': set(), 'http_headers': {'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,/;q=0.8', 'Accept-Language': 'en-us,en;q=0.5', 'Sec-Fetch-Mode': 'navigate'}}
[ytdl] [debug] Python 3.8.10 (CPython AMD64 64bit) - Windows-10-10.0.19045-SP0 (OpenSSL 1.1.1k 25 Mar 2021)
[ytdl] [debug] exe versions: ffmpeg 6.0-essentials_build-www.gyan.dev (setts), ffprobe 6.0-essentials_build-www.gyan.dev
[ytdl] [debug] Optional libraries: certifi-2023.07.22, requests-2.31.0, sqlite3-3.35.5, urllib3-1.25.11, websockets-12.0
[ytdl] [debug] Proxy map: {}
[ytdl] [debug] Request Handlers: urllib, websockets
[ytdl] [debug] Loaded 1810 extractors
[ytdl] [youtube] Extracting URL: https://www.youtube.com/watch?v=UJ0Z8JBFIYw
[ytdl] [youtube] UJ0Z8JBFIYw: Downloading webpage
[ytdl] [debug] [youtube] Extracted SAPISID cookie
[ytdl] [debug] [youtube] Copying __Secure-3PAPISID cookie to SAPISID cookie
[ytdl] [youtube] UJ0Z8JBFIYw: Downloading ios player API JSON
[ytdl] [youtube] UJ0Z8JBFIYw: Downloading android player API JSON
[ytdl] [youtube] Skipping player responses from ios/android/web clients (got player responses for video "M5t4UHllkUM" instead of "UJ0Z8JBFIYw")

youtube retry...

Traceback (most recent call last):
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\YoutubeDL", line 1606, in wrapper
return func(self, *args, **kwargs)
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\YoutubeDL", line 1741, in __extract_info
ie_result = ie.extract(url)
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\extractor\common", line 734, in extract
ie_result = self._real_extract(url)
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\extractor\youtube", line 4079, in _real_extract
webpage, master_ytcfg, player_responses, player_url = self._download_player_responses(url, smuggled_data, video_id, webpage_url)
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\extractor\youtube", line 4043, in _download_player_responses
player_responses, player_url = self._extract_player_responses(
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\extractor\youtube", line 3730, in _extract_player_responses
raise ExtractorError(
yt_dlp.utils.ExtractorError: [youtube] UJ0Z8JBFIYw: All player responses are invalid. Your IP is likely being blocked by Youtube

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "extractor\youtube_downloader", line 44, in yt
File "ytdl", line 621, in init
File "ytdl", line 611, in init
File "ytdl", line 497, in extract_info
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\YoutubeDL", line 1595, in extract_info
return self.__extract_info(url, self.get_info_extractor(key), download, extra_info, process)
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\YoutubeDL", line 1624, in wrapper
self.report_error(str(e), e.format_traceback())
File "ytdl", line 425, in report_error
yt_dlp.utils.DownloadError: ERROR: [youtube] UJ0Z8JBFIYw: All player responses are invalid. Your IP is likely being blocked by Youtube

Traceback (most recent call last):
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\YoutubeDL", line 1606, in wrapper
return func(self, *args, **kwargs)
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\YoutubeDL", line 1741, in __extract_info
ie_result = ie.extract(url)
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\extractor\common", line 734, in extract
ie_result = self._real_extract(url)
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\extractor\youtube", line 4079, in _real_extract
webpage, master_ytcfg, player_responses, player_url = self._download_player_responses(url, smuggled_data, video_id, webpage_url)
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\extractor\youtube", line 4043, in _download_player_responses
player_responses, player_url = self._extract_player_responses(
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\extractor\youtube", line 3730, in _extract_player_responses
raise ExtractorError(
yt_dlp.utils.ExtractorError: [youtube] UJ0Z8JBFIYw: All player responses are invalid. Your IP is likely being blocked by Youtube

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "extractor\youtube_downloader", line 491, in read
File "utils", line 4809, in ready
File "extractor\youtube_downloader", line 75, in get
File "extractor\youtube_downloader", line 54, in yt
File "extractor\youtube_downloader", line 44, in yt
File "ytdl", line 621, in init
File "ytdl", line 611, in init
File "ytdl", line 497, in extract_info
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\YoutubeDL", line 1595, in extract_info
return self.__extract_info(url, self.get_info_extractor(key), download, extra_info, process)
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\YoutubeDL", line 1624, in wrapper
self.report_error(str(e), e.format_traceback())
File "ytdl", line 425, in report_error
yt_dlp.utils.DownloadError: ERROR: [youtube] UJ0Z8JBFIYw: All player responses are invalid. Your IP is likely being blocked by Youtube

ERROR: [youtube] UJ0Z8JBFIYw: All player responses are invalid. Your IP is likely being blocked by Youtube
stop
Traceback (most recent call last):
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\YoutubeDL", line 1606, in wrapper
return func(self, *args, **kwargs)
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\YoutubeDL", line 1741, in __extract_info
ie_result = ie.extract(url)
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\extractor\common", line 734, in extract
ie_result = self._real_extract(url)
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\extractor\youtube", line 4079, in _real_extract
webpage, master_ytcfg, player_responses, player_url = self._download_player_responses(url, smuggled_data, video_id, webpage_url)
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\extractor\youtube", line 4043, in _download_player_responses
player_responses, player_url = self._extract_player_responses(
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\extractor\youtube", line 3730, in _extract_player_responses
raise ExtractorError(
yt_dlp.utils.ExtractorError: [youtube] UJ0Z8JBFIYw: All player responses are invalid. Your IP is likely being blocked by Youtube

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "utils", line 1395, in start
File "utils", line 1474, in start_
File "extractor\youtube_downloader", line 498, in read
File "extractor\youtube_downloader", line 491, in read
File "utils", line 4809, in ready
File "extractor\youtube_downloader", line 75, in get
File "extractor\youtube_downloader", line 54, in yt
File "extractor\youtube_downloader", line 44, in yt
File "ytdl", line 621, in init
File "ytdl", line 611, in init
File "ytdl", line 497, in extract_info
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\YoutubeDL", line 1595, in extract_info
return self.__extract_info(url, self.get_info_extractor(key), download, extra_info, process)
File "C:\Users\82103\AppData\Local\Temp_MEI160802\ytdl_529c6afe\yt_dlp\yt_dlp\YoutubeDL", line 1624, in wrapper
self.report_error(str(e), e.format_traceback())
File "ytdl", line 425, in report_error
yt_dlp.utils.DownloadError: ERROR: [youtube] UJ0Z8JBFIYw: All player responses are invalid. Your IP is likely being blocked by Youtube

Invalid: fail=True
EOT: https://www.youtube.com/watch?v=UJ0Z8JBFIYw (36.4s)