mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 14:15:13 +00:00 
			
		
		
		
	Fix "invalid escape sequences" error on Python 3.6
This commit is contained in:
		| @@ -18,7 +18,7 @@ class PlaywireIE(InfoExtractor): | ||||
|             'id': '3353705', | ||||
|             'ext': 'mp4', | ||||
|             'title': 'S04_RM_UCL_Rus', | ||||
|             'thumbnail': 're:^https?://.*\.png$', | ||||
|             'thumbnail': r're:^https?://.*\.png$', | ||||
|             'duration': 145.94, | ||||
|         }, | ||||
|     }, { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Yen Chi Hsuan
					Yen Chi Hsuan