X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fstreamcz.py;h=c3ceb5f76d450001affda86e79466607b677e8f5;hb=1cc79574fc5df21bf35dccf61eac0e9e75ed8d20;hp=77870483998d90baa29a8ca03ae9ce8a0783e497;hpb=20e35880bf7413c5085c1ade96af0fc6e56d84d1;p=youtube-dl diff --git a/youtube_dl/extractor/streamcz.py b/youtube_dl/extractor/streamcz.py index 778704839..c3ceb5f76 100644 --- a/youtube_dl/extractor/streamcz.py +++ b/youtube_dl/extractor/streamcz.py @@ -1,13 +1,7 @@ # -*- coding: utf-8 -*- from __future__ import unicode_literals -import re -import json - from .common import InfoExtractor -from ..compat import ( - compat_str, -) from ..utils import ( int_or_none, )