mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-03 22:47:06 -05:00 
			
		
		
		
	Fix "invalid escape sequences" error on Python 3.6
This commit is contained in:
		@@ -39,7 +39,7 @@ class CBSNewsIE(CBSIE):
 | 
			
		||||
                'upload_date': '20140404',
 | 
			
		||||
                'timestamp': 1396650660,
 | 
			
		||||
                'uploader': 'CBSI-NEW',
 | 
			
		||||
                'thumbnail': 're:^https?://.*\.jpg$',
 | 
			
		||||
                'thumbnail': r're:^https?://.*\.jpg$',
 | 
			
		||||
                'duration': 205,
 | 
			
		||||
                'subtitles': {
 | 
			
		||||
                    'en': [{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user