aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/sztvhu.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dl/extractor/sztvhu.py')
-rw-r--r--youtube_dl/extractor/sztvhu.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/youtube_dl/extractor/sztvhu.py b/youtube_dl/extractor/sztvhu.py
index 804a25e22..aa5964acb 100644
--- a/youtube_dl/extractor/sztvhu.py
+++ b/youtube_dl/extractor/sztvhu.py
@@ -2,7 +2,6 @@
from __future__ import unicode_literals
from .common import InfoExtractor
-from ..utils import determine_ext
class SztvHuIE(InfoExtractor):
@@ -37,7 +36,6 @@ class SztvHuIE(InfoExtractor):
'id': video_id,
'url': video_url,
'title': title,
- 'ext': determine_ext(video_url),
'description': description,
'thumbnail': thumbnail,
}