Browse Source

[openfilm] Fix compat_urllib_parse_unquote_plus import

master
Sergey M․ 9 years ago
parent
commit
7bd42d0d96
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl/extractor/openfilm.py

2
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,
)

Loading…
Cancel
Save