aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/sapo.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/sapo.py')
-rw-r--r--hypervideo_dl/extractor/sapo.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/hypervideo_dl/extractor/sapo.py b/hypervideo_dl/extractor/sapo.py
index df202a3..beffaee 100644
--- a/hypervideo_dl/extractor/sapo.py
+++ b/hypervideo_dl/extractor/sapo.py
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
import re
from .common import InfoExtractor
@@ -101,8 +98,6 @@ class SapoIE(InfoExtractor):
'height': 720,
})
- self._sort_formats(formats)
-
return {
'id': video_id,
'title': title,