1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-20 12:09:32 +00:00

[bliptv] Remove unused import

This commit is contained in:
Sergey M․ 2015-07-18 19:13:10 +06:00
parent 22603348aa
commit 9ac09ed4de

View file

@ -5,7 +5,6 @@ import re
from .common import InfoExtractor
from ..compat import (
compat_str,
compat_urllib_request,
compat_urlparse,
)