mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[refactor] Single quotes consistency
This commit is contained in:
		| @@ -24,7 +24,7 @@ class MetadataFromTitlePP(PostProcessor): | ||||
|            '(?P<title>.+)\ \-\ (?P<artist>.+)' | ||||
|         """ | ||||
|         lastpos = 0 | ||||
|         regex = "" | ||||
|         regex = '' | ||||
|         # replace %(..)s with regex group and escape other string parts | ||||
|         for match in re.finditer(r'%\((\w+)\)s', fmt): | ||||
|             regex += re.escape(fmt[lastpos:match.start()]) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․