mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 08:07:06 -05:00 
			
		
		
		
	[vlive] Add info about www. to m. redirects for mobile
This commit is contained in:
		@@ -16,6 +16,7 @@ from ..compat import compat_urllib_parse
 | 
			
		||||
 | 
			
		||||
class VLiveIE(InfoExtractor):
 | 
			
		||||
    IE_NAME = 'vlive'
 | 
			
		||||
    # www.vlive.tv/video/ links redirect to m.vlive.tv/video/ for mobile devices
 | 
			
		||||
    _VALID_URL = r'https?://(?:(www|m)\.)?vlive\.tv/video/(?P<id>[0-9]+)'
 | 
			
		||||
    _TEST = {
 | 
			
		||||
        'url': 'http://m.vlive.tv/video/1326',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user