1
0
mirror of https://source.netsyms.com/Mirrors/youtube-dl synced 2026-05-19 18:43:44 +00:00

Remove unused imports and simplify

This commit is contained in:
Philipp Hagemeister
2014-02-02 12:03:36 +01:00
parent f0ce2bc1c5
commit d55433bbfd
8 changed files with 29 additions and 37 deletions

View File

@@ -5,7 +5,6 @@ import re
from .common import InfoExtractor
from ..utils import (
compat_urllib_parse,
unescapeHTML,
ExtractorError,
)