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:
		| @@ -20,7 +20,7 @@ class DRBonanzaIE(InfoExtractor): | ||||
|             'ext': 'mp4', | ||||
|             'title': 'Talkshowet - Leonard Cohen', | ||||
|             'description': 'md5:8f34194fb30cd8c8a30ad8b27b70c0ca', | ||||
|             'thumbnail': 're:^https?://.*\.(?:gif|jpg)$', | ||||
|             'thumbnail': r're:^https?://.*\.(?:gif|jpg)$', | ||||
|             'timestamp': 1295537932, | ||||
|             'upload_date': '20110120', | ||||
|             'duration': 3664, | ||||
| @@ -36,7 +36,7 @@ class DRBonanzaIE(InfoExtractor): | ||||
|             'ext': 'mp3', | ||||
|             'title': 'EM fodbold 1992 Danmark - Tyskland finale Transmission', | ||||
|             'description': 'md5:501e5a195749480552e214fbbed16c4e', | ||||
|             'thumbnail': 're:^https?://.*\.(?:gif|jpg)$', | ||||
|             'thumbnail': r're:^https?://.*\.(?:gif|jpg)$', | ||||
|             'timestamp': 1223274900, | ||||
|             'upload_date': '20081006', | ||||
|             'duration': 7369, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Yen Chi Hsuan
					Yen Chi Hsuan