aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/pornflip.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/pornflip.py')
-rw-r--r--hypervideo_dl/extractor/pornflip.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/hypervideo_dl/extractor/pornflip.py b/hypervideo_dl/extractor/pornflip.py
index accf452..51a9cf3 100644
--- a/hypervideo_dl/extractor/pornflip.py
+++ b/hypervideo_dl/extractor/pornflip.py
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
from .common import InfoExtractor
from ..utils import (
int_or_none,
@@ -63,7 +60,6 @@ class PornFlipIE(InfoExtractor):
r'class="btn btn-down-rating[^>]*>[^<]*<i[^>]*>[^<]*</i>[^>]*<span[^>]*>[^0-9]*([0-9]+)[^<0-9]*<', webpage, 'dislike_count', fatal=False)
mpd_url = self._search_regex(r'"([^"]+userscontent.net/dash/[0-9]+/manifest.mpd[^"]*)"', webpage, 'mpd_url').replace('&amp;', '&')
formats = self._extract_mpd_formats(mpd_url, video_id, mpd_id='dash')
- self._sort_formats(formats)
return {
'age_limit': 18,