mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[yandexmusic] Clarify blockage
This commit is contained in:
		| @@ -26,7 +26,11 @@ class YandexMusicBaseIE(InfoExtractor): | |||||||
|     def _download_webpage(self, *args, **kwargs): |     def _download_webpage(self, *args, **kwargs): | ||||||
|         webpage = super(YandexMusicBaseIE, self)._download_webpage(*args, **kwargs) |         webpage = super(YandexMusicBaseIE, self)._download_webpage(*args, **kwargs) | ||||||
|         if 'Нам очень жаль, но запросы, поступившие с вашего IP-адреса, похожи на автоматические.' in webpage: |         if 'Нам очень жаль, но запросы, поступившие с вашего IP-адреса, похожи на автоматические.' in webpage: | ||||||
|             raise ExtractorError('Blocked by YandexMusic', expected=True) |             raise ExtractorError( | ||||||
|  |                 'YandexMusic asks you to solve a CAPTCHA: go to ' | ||||||
|  |                 'https://music.yandex.ru/ and solve it, then export ' | ||||||
|  |                 'cookies and pass cookie file to youtube-dl with --cookies', | ||||||
|  |                 expected=True) | ||||||
|         return webpage |         return webpage | ||||||
|  |  | ||||||
|     def _download_json(self, *args, **kwargs): |     def _download_json(self, *args, **kwargs): | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․