mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	Fix "invalid escape sequences" error on Python 3.6
This commit is contained in:
		| @@ -23,7 +23,7 @@ class ABCOTVSIE(InfoExtractor): | ||||
|                 'ext': 'mp4', | ||||
|                 'title': 'East Bay museum celebrates vintage synthesizers', | ||||
|                 'description': 'md5:a4f10fb2f2a02565c1749d4adbab4b10', | ||||
|                 'thumbnail': 're:^https?://.*\.jpg$', | ||||
|                 'thumbnail': r're:^https?://.*\.jpg$', | ||||
|                 'timestamp': 1421123075, | ||||
|                 'upload_date': '20150113', | ||||
|                 'uploader': 'Jonathan Bloom', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Yen Chi Hsuan
					Yen Chi Hsuan