aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/slideshare.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dl/extractor/slideshare.py')
-rw-r--r--youtube_dl/extractor/slideshare.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/youtube_dl/extractor/slideshare.py b/youtube_dl/extractor/slideshare.py
index 5864b99..e7d776e 100644
--- a/youtube_dl/extractor/slideshare.py
+++ b/youtube_dl/extractor/slideshare.py
@@ -4,8 +4,10 @@ import re
import json
from .common import InfoExtractor
-from ..utils import (
+from ..compat import (
compat_urlparse,
+)
+from ..utils import (
ExtractorError,
)