Browse Source

[safari] Remove unused imports

totalwebcasting
Sergey M․ 9 years ago
parent
commit
46a4ea8276
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      youtube_dl/extractor/safari.py

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

@ -4,12 +4,10 @@ from __future__ import unicode_literals
import re
from .common import InfoExtractor
from .brightcove import BrightcoveLegacyIE
from ..utils import (
ExtractorError,
sanitized_Request,
smuggle_url,
std_headers,
urlencode_postdata,
update_url_query,


Loading…
Cancel
Save