mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[utils] Remove unused import
This commit is contained in:
		| @@ -8,12 +8,13 @@ import re | ||||
|  | ||||
|  | ||||
| from .common import InfoExtractor | ||||
| from ..utils import ExtractorError, compat_urllib_request, compat_html_parser | ||||
|  | ||||
| from ..utils import ( | ||||
| from ..compat import ( | ||||
|     compat_html_parser, | ||||
|     compat_urllib_parse, | ||||
|     compat_urllib_request, | ||||
|     compat_urlparse, | ||||
| ) | ||||
| from ..utils import ExtractorError | ||||
|  | ||||
|  | ||||
| class GroovesharkHtmlParser(compat_html_parser.HTMLParser): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Philipp Hagemeister
					Philipp Hagemeister