aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/streamcz.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dl/extractor/streamcz.py')
-rw-r--r--youtube_dl/extractor/streamcz.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/youtube_dl/extractor/streamcz.py b/youtube_dl/extractor/streamcz.py
index 7787048..c3ceb5f 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,
)