aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/movieclips.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dl/extractor/movieclips.py')
-rw-r--r--youtube_dl/extractor/movieclips.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/youtube_dl/extractor/movieclips.py b/youtube_dl/extractor/movieclips.py
index 456807dd1..04e17d055 100644
--- a/youtube_dl/extractor/movieclips.py
+++ b/youtube_dl/extractor/movieclips.py
@@ -3,9 +3,11 @@ from __future__ import unicode_literals
import re
from .common import InfoExtractor
+from ..compat import (
+ compat_str,
+)
from ..utils import (
ExtractorError,
- compat_str,
clean_html,
)