http://gitunderground.i2p/archive/youtube-dl/src/commit/f28d7178e4afb58a94994796cd81c22183ca33c2/youtube_dl/extractor/common.py
</p> ' , content , ' block message ' , default = None ) if block_msg : msg + = ' (Message: " %s " ) ' % block_msg . replace ( ' \n ' , ' ' ) raise ExtractorError ( msg , expected = True ) if ( ' <title>TTK :: Доступ к ресурсу ограничен</title> ' in content and ' blocklist.rkn.gov.ru ' in content ) : raise ExtractorError ( ' Access to this webpage has been blocked by decision of the Russian government. ' ' Visit http://blocklist.rkn.gov.ru/ for a block reason. ' , expected = True ) def...