Browse Source

Remove unusued imports

Philipp Hagemeister 11 years ago
parent
commit
acd213ed6d
2 changed files with 0 additions and 2 deletions
  1. 0 1
      youtube_dl/extractor/appletrailers.py
  2. 0 1
      youtube_dl/extractor/youtube.py

+ 0 - 1
youtube_dl/extractor/appletrailers.py

@@ -6,7 +6,6 @@ import json
 from .common import InfoExtractor
 from .common import InfoExtractor
 from ..utils import (
 from ..utils import (
     compat_urlparse,
     compat_urlparse,
-    determine_ext,
 )
 )
 
 
 
 

+ 0 - 1
youtube_dl/extractor/youtube.py

@@ -7,7 +7,6 @@ import itertools
 import json
 import json
 import os.path
 import os.path
 import re
 import re
-import string
 import struct
 import struct
 import traceback
 import traceback
 import zlib
 import zlib