mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 00:37:06 -05:00 
			
		
		
		
	[megaphone] Fix deprecated escape sequence
This commit is contained in:
		@@ -18,7 +18,7 @@ class MegaphoneIE(InfoExtractor):
 | 
				
			|||||||
            'id': 'GLT9749789991',
 | 
					            'id': 'GLT9749789991',
 | 
				
			||||||
            'ext': 'mp3',
 | 
					            'ext': 'mp3',
 | 
				
			||||||
            'title': '#97 What Kind Of Idiot Gets Phished?',
 | 
					            'title': '#97 What Kind Of Idiot Gets Phished?',
 | 
				
			||||||
            'thumbnail': 're:^https://.*\.png.*$',
 | 
					            'thumbnail': r're:^https://.*\.png.*$',
 | 
				
			||||||
            'duration': 1776.26375,
 | 
					            'duration': 1776.26375,
 | 
				
			||||||
            'author': 'Reply All',
 | 
					            'author': 'Reply All',
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user