aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/gopro.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/gopro.py')
-rw-r--r--hypervideo_dl/extractor/gopro.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/hypervideo_dl/extractor/gopro.py b/hypervideo_dl/extractor/gopro.py
index 10cc1ae..ae96537 100644
--- a/hypervideo_dl/extractor/gopro.py
+++ b/hypervideo_dl/extractor/gopro.py
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
from .common import InfoExtractor
from ..utils import (
int_or_none,
@@ -81,8 +78,6 @@ class GoProIE(InfoExtractor):
'height': int_or_none(fmt.get('height')),
})
- self._sort_formats(formats)
-
title = str_or_none(
try_get(metadata, lambda x: x['collection']['title'])
or self._html_search_meta(['og:title', 'twitter:title'], webpage)