logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 7bd42d0d963b543aae1f4b4e8c157dc3421189fd
parent c60e8cfaf7405e8b8075f06a62e7547adad8beba
Author: Sergey M․ <dstftw@gmail.com>
Date:   Fri, 17 Jul 2015 23:56:27 +0600

[openfilm] Fix compat_urllib_parse_unquote_plus import

Diffstat:

Myoutube_dl/extractor/openfilm.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/openfilm.py b/youtube_dl/extractor/openfilm.py @@ -3,9 +3,9 @@ from __future__ import unicode_literals import json from .common import InfoExtractor +from ..compat import compat_urllib_parse_unquote_plus from ..utils import ( parse_iso8601, - compat_urllib_parse_unquote_plus, parse_age_limit, int_or_none, )