aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/tokentube.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/tokentube.py')
-rw-r--r--hypervideo_dl/extractor/tokentube.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/hypervideo_dl/extractor/tokentube.py b/hypervideo_dl/extractor/tokentube.py
index 579623f..d022e27 100644
--- a/hypervideo_dl/extractor/tokentube.py
+++ b/hypervideo_dl/extractor/tokentube.py
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
import functools
import re
@@ -98,8 +95,6 @@ class TokentubeIE(InfoExtractor):
description = remove_end(description, 'Category')
- self._sort_formats(formats)
-
return {
'id': video_id,
'formats': formats,