mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	[yandexmusic] Clarify blockage even more
This commit is contained in:
		@@ -27,9 +27,12 @@ class YandexMusicBaseIE(InfoExtractor):
 | 
				
			|||||||
        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(
 | 
					            raise ExtractorError(
 | 
				
			||||||
                'YandexMusic asks you to solve a CAPTCHA: go to '
 | 
					                'YandexMusic has considered youtube-dl requests automated and '
 | 
				
			||||||
                'https://music.yandex.ru/ and solve it, then export '
 | 
					                'asks you to solve a CAPTCHA. You can either wait for some '
 | 
				
			||||||
                'cookies and pass cookie file to youtube-dl with --cookies',
 | 
					                'time until unblocked and optionally use --sleep-interval '
 | 
				
			||||||
 | 
					                'in future or alternatively you can go to https://music.yandex.ru/ '
 | 
				
			||||||
 | 
					                'solve CAPTCHA, then export cookies and pass cookie file to '
 | 
				
			||||||
 | 
					                'youtube-dl with --cookies',
 | 
				
			||||||
                expected=True)
 | 
					                expected=True)
 | 
				
			||||||
        return webpage
 | 
					        return webpage
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user