Make sure netrc works for all extractors with login support
Fixes #5112
This commit is contained in:
		@@ -29,6 +29,7 @@ from ..aes import (
 | 
			
		||||
 | 
			
		||||
class CrunchyrollIE(InfoExtractor):
 | 
			
		||||
    _VALID_URL = r'https?://(?:(?P<prefix>www|m)\.)?(?P<url>crunchyroll\.(?:com|fr)/(?:[^/]*/[^/?&]*?|media/\?id=)(?P<video_id>[0-9]+))(?:[/?&]|$)'
 | 
			
		||||
    _NETRC_MACHINE = 'crunchyroll'
 | 
			
		||||
    _TESTS = [{
 | 
			
		||||
        'url': 'http://www.crunchyroll.com/wanna-be-the-strongest-in-the-world/episode-1-an-idol-wrestler-is-born-645513',
 | 
			
		||||
        'info_dict': {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user