Philipp Hagemeister %!s(int64=13) %!d(string=hai) anos
pai
achega
5bd9cc7a6a
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      youtube_dl/utils.py

+ 2 - 2
youtube_dl/utils.py

@@ -42,9 +42,9 @@ except ImportError: # Python 2
 	import HTMLParser as compat_html_parser
 
 try:
-	import http.client as compat_html_client
+	import http.client as compat_http_client
 except ImportError: # Python 2
-	import httplib as compat_html_client
+	import httplib as compat_http_client
 
 try:
 	from urllib.parse import parse_qs as compat_parse_qs