Browse Source

Remove unused imports

totalwebcasting
Philipp Hagemeister 10 years ago
parent
commit
246168bd72
3 changed files with 0 additions and 6 deletions
  1. +0
    -1
      youtube_dl/extractor/firedrive.py
  2. +0
    -2
      youtube_dl/extractor/tenplay.py
  3. +0
    -3
      youtube_dl/extractor/youtube.py

+ 0
- 1
youtube_dl/extractor/firedrive.py View File

@ -8,7 +8,6 @@ from ..utils import (
ExtractorError,
compat_urllib_parse,
compat_urllib_request,
determine_ext,
)


+ 0
- 2
youtube_dl/extractor/tenplay.py View File

@ -1,8 +1,6 @@
# coding: utf-8
from __future__ import unicode_literals
import re
from .common import InfoExtractor


+ 0
- 3
youtube_dl/extractor/youtube.py View File

@ -1,15 +1,12 @@
# coding: utf-8
import collections
import errno
import io
import itertools
import json
import os.path
import re
import struct
import traceback
import zlib
from .common import InfoExtractor, SearchInfoExtractor
from .subtitles import SubtitlesInfoExtractor


Loading…
Cancel
Save