aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/pladform.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/pladform.py')
-rw-r--r--hypervideo_dl/extractor/pladform.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/hypervideo_dl/extractor/pladform.py b/hypervideo_dl/extractor/pladform.py
index e86c653..dc20300 100644
--- a/hypervideo_dl/extractor/pladform.py
+++ b/hypervideo_dl/extractor/pladform.py
@@ -4,11 +4,11 @@ from __future__ import unicode_literals
import re
from .common import InfoExtractor
-from ..compat import compat_urlparse
from ..utils import (
determine_ext,
ExtractorError,
int_or_none,
+ parse_qs,
xpath_text,
qualities,
)
@@ -56,7 +56,7 @@ class PladformIE(InfoExtractor):
def _real_extract(self, url):
video_id = self._match_id(url)
- qs = compat_urlparse.parse_qs(compat_urlparse.urlparse(url).query)
+ qs = parse_qs(url)
pl = qs.get('pl', ['1'])[0]
video = self._download_xml(