aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/webofstories.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/webofstories.py')
-rw-r--r--hypervideo_dl/extractor/webofstories.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/hypervideo_dl/extractor/webofstories.py b/hypervideo_dl/extractor/webofstories.py
index f2b8d19..65f48f3 100644
--- a/hypervideo_dl/extractor/webofstories.py
+++ b/hypervideo_dl/extractor/webofstories.py
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
import re
from .common import InfoExtractor
@@ -107,8 +104,6 @@ class WebOfStoriesIE(InfoExtractor):
'play_path': play_path,
}]
- self._sort_formats(formats)
-
return {
'id': story_id,
'title': title,