aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-03-30 07:16:07 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2014-03-30 07:16:07 +0200
commitacd213ed6d15668a8bdf121cc93cd6a8f42f443b (patch)
treeea6300d41da2e914de72ef81f84c07d92dccba67
parent77ffa957010fb7fe19433633223317d1147dd080 (diff)
downloadyoutube-dl-acd213ed6d15668a8bdf121cc93cd6a8f42f443b.tar.xz
Remove unusued imports
-rw-r--r--youtube_dl/extractor/appletrailers.py1
-rw-r--r--youtube_dl/extractor/youtube.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/youtube_dl/extractor/appletrailers.py b/youtube_dl/extractor/appletrailers.py
index fc5d6825e..dc8657b67 100644
--- a/youtube_dl/extractor/appletrailers.py
+++ b/youtube_dl/extractor/appletrailers.py
@@ -6,7 +6,6 @@ import json
from .common import InfoExtractor
from ..utils import (
compat_urlparse,
- determine_ext,
)
diff --git a/youtube_dl/extractor/youtube.py b/youtube_dl/extractor/youtube.py
index 2d1a19123..e206392bb 100644
--- a/youtube_dl/extractor/youtube.py
+++ b/youtube_dl/extractor/youtube.py
@@ -7,7 +7,6 @@ import itertools
import json
import os.path
import re
-import string
import struct
import traceback
import zlib