X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fopenfilm.py;h=7e10bdf2c2187b1c3735a8ac3bda29771046c057;hb=c60e8cfaf7405e8b8075f06a62e7547adad8beba;hp=2249657eb1b796970c155f4baf3445fef9b60681;hpb=bc694039e47cc871c98abacdf1c0a2e5a257a8a4;p=youtube-dl.git diff --git a/youtube_dl/extractor/openfilm.py b/youtube_dl/extractor/openfilm.py index 2249657eb..7e10bdf2c 100644 --- a/youtube_dl/extractor/openfilm.py +++ b/youtube_dl/extractor/openfilm.py @@ -5,7 +5,7 @@ import json from .common import InfoExtractor from ..utils import ( parse_iso8601, - compat_urllib_parse, + compat_urllib_parse_unquote_plus, parse_age_limit, int_or_none, ) @@ -37,7 +37,7 @@ class OpenFilmIE(InfoExtractor): webpage = self._download_webpage(url, display_id) - player = compat_urllib_parse.unquote_plus( + player = compat_urllib_parse_unquote_plus( self._og_search_video_url(webpage)) video = json.loads(self._search_regex(