aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/tenplay.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/tenplay.py')
-rw-r--r--hypervideo_dl/extractor/tenplay.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/hypervideo_dl/extractor/tenplay.py b/hypervideo_dl/extractor/tenplay.py
index 5c7b545..633032e 100644
--- a/hypervideo_dl/extractor/tenplay.py
+++ b/hypervideo_dl/extractor/tenplay.py
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
from datetime import datetime
import base64
@@ -101,7 +98,6 @@ class TenPlayIE(InfoExtractor):
if '10play-not-in-oz' in m3u8_url:
self.raise_geo_restricted(countries=['AU'])
formats = self._extract_m3u8_formats(m3u8_url, content_id, 'mp4')
- self._sort_formats(formats)
return {
'formats': formats,