Remove unusued imports
authorPhilipp Hagemeister <phihag@phihag.de>
Sun, 30 Mar 2014 05:16:07 +0000 (07:16 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Sun, 30 Mar 2014 05:16:07 +0000 (07:16 +0200)
youtube_dl/extractor/appletrailers.py
youtube_dl/extractor/youtube.py

index fc5d6825e39433765f0987538ee227377348abdc..dc8657b67c9850c1676af737f319cb4c06bad6d6 100644 (file)
@@ -6,7 +6,6 @@ import json
 from .common import InfoExtractor
 from ..utils import (
     compat_urlparse,
-    determine_ext,
 )
 
 
index 2d1a1912392dcd329f5466768fafe9a78a94d79a..e206392bbc2853ace768907d60a1f5b2f36809aa 100644 (file)
@@ -7,7 +7,6 @@ import itertools
 import json
 import os.path
 import re
-import string
 import struct
 import traceback
 import zlib