Browse Source

[vodlocker] Remove unused imports

totalwebcasting
Philipp Hagemeister 10 years ago
parent
commit
e93f4f7578
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      youtube_dl/extractor/vodlocker.py

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

@ -2,10 +2,8 @@
from __future__ import unicode_literals
import re
import time
from .common import InfoExtractor
from ..utils import (
determine_ext,
compat_urllib_parse,
compat_urllib_request,
)


Loading…
Cancel
Save