aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/plutotv.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/plutotv.py')
-rw-r--r--hypervideo_dl/extractor/plutotv.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/hypervideo_dl/extractor/plutotv.py b/hypervideo_dl/extractor/plutotv.py
index 26aff1a..71a05cc 100644
--- a/hypervideo_dl/extractor/plutotv.py
+++ b/hypervideo_dl/extractor/plutotv.py
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
import re
import uuid
@@ -138,7 +135,6 @@ class PlutoTVIE(InfoExtractor):
subtitles = self._merge_subtitles(subtitles, subs)
formats, subtitles = self._to_ad_free_formats(video_id, formats, subtitles)
- self._sort_formats(formats)
info = {
'id': video_id,