mirror of
				https://code.hackerspace.pl/q3k/youtube-dl
				synced 2025-03-16 11:43:02 +00:00 
			
		
		
		
	[toggle] Remove unused imports
This commit is contained in:
		
							parent
							
								
									f8253af561
								
							
						
					
					
						commit
						c82a8dd14c
					
				| @ -2,19 +2,15 @@ | |||||||
| from __future__ import unicode_literals | from __future__ import unicode_literals | ||||||
| 
 | 
 | ||||||
| import json | import json | ||||||
| import re |  | ||||||
| import itertools |  | ||||||
| 
 | 
 | ||||||
| from .common import InfoExtractor | from .common import InfoExtractor | ||||||
| from ..utils import ( | from ..utils import ( | ||||||
|  |     determine_ext, | ||||||
|     ExtractorError, |     ExtractorError, | ||||||
|     int_or_none, |     int_or_none, | ||||||
|     determine_ext, |  | ||||||
|     parse_iso8601, |     parse_iso8601, | ||||||
|     remove_end, |  | ||||||
|     sanitized_Request, |     sanitized_Request, | ||||||
| ) | ) | ||||||
| from ..compat import compat_urllib_request |  | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| class ToggleSgIE(InfoExtractor): | class ToggleSgIE(InfoExtractor): | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Sergey M․
						Sergey M․