mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	Improve code style
This commit is contained in:
		| @@ -527,8 +527,8 @@ class YoutubeIE(YoutubeBaseInfoExtractor, SubtitlesInfoExtractor): | ||||
|                 return 's[%s%s%s]' % (starts, ends, steps) | ||||
|  | ||||
|             step = None | ||||
|             start = '(Never used)'  # Quelch pyflakes warnings - start will be | ||||
|                                     # set as soon as step is set | ||||
|             # Quelch pyflakes warnings - start will be set when step is set | ||||
|             start = '(Never used)' | ||||
|             for i, prev in zip(idxs[1:], idxs[:-1]): | ||||
|                 if step is not None: | ||||
|                     if i - prev == step: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Philipp Hagemeister
					Philipp Hagemeister