X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fbliptv.py;h=c3296283d0dfd1dd753b6e31082e48361414baa3;hb=55801fc76e2813de9a84eaa830d70ed73cb44463;hp=a69ee482b122be066ded94702bcd28e3ddec1794;hpb=530857182df72db028f959c0a58a9daf219d6b22;p=youtube-dl diff --git a/youtube_dl/extractor/bliptv.py b/youtube_dl/extractor/bliptv.py index a69ee482b..c3296283d 100644 --- a/youtube_dl/extractor/bliptv.py +++ b/youtube_dl/extractor/bliptv.py @@ -5,7 +5,6 @@ import re from .common import InfoExtractor from ..compat import ( - compat_str, compat_urllib_request, compat_urlparse, )