Remove unused imports
authorPhilipp Hagemeister <phihag@phihag.de>
Sun, 28 Sep 2014 08:50:43 +0000 (10:50 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Sun, 28 Sep 2014 08:50:43 +0000 (10:50 +0200)
youtube_dl/extractor/ard.py
youtube_dl/extractor/golem.py
youtube_dl/extractor/vevo.py
youtube_dl/extractor/youku.py

index 54cec1c2fefd6a660d604c15a1926b5c3f7fb8a0..8de9c11eaedcd078b70d2c5bb74f9b40fdb9c46c 100644 (file)
@@ -8,8 +8,6 @@ from ..utils import (
     determine_ext,
     ExtractorError,
     qualities,
-    compat_urllib_parse_urlparse,
-    compat_urllib_parse,
     int_or_none,
     parse_duration,
     unified_strdate,
index a237f19ee35a7ba4ec0f85c0afc7ac92f8142ad8..bebfe8568705165c31ed73e1b5bfc6f76fa58510 100644 (file)
@@ -1,8 +1,6 @@
 # coding: utf-8
 from __future__ import unicode_literals
 
-import re
-
 from .common import InfoExtractor
 from ..utils import (
     compat_urlparse,
index ebab8b86c6f5727795d54b234ee4adda7258cf39..5b1a3ec787ac6c99c0db4d37d5ff2c33c6950ef6 100644 (file)
@@ -5,7 +5,6 @@ import xml.etree.ElementTree
 
 from .common import InfoExtractor
 from ..utils import (
-    compat_HTTPError,
     compat_urllib_request,
     ExtractorError,
 )
index 07ed7cbd19ae400ce91e201b58f7fc8e3763834c..48d47a24556666df12f3a1ea4c0d1f1d6a51a06b 100644 (file)
@@ -2,7 +2,6 @@
 
 from __future__ import unicode_literals
 
-import json
 import math
 import random
 import re