diff options
Diffstat (limited to 'youtube_dl/extractor/slideshare.py')
| -rw-r--r-- | youtube_dl/extractor/slideshare.py | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/youtube_dl/extractor/slideshare.py b/youtube_dl/extractor/slideshare.py index 5864b9936..e7d776e7b 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,  )  | 
