]> gitweb @ CieloNegro.org - youtube-dl.git/commitdiff
[clipfish] Fix imports (#1842)
authorPhilipp Hagemeister <phihag@phihag.de>
Thu, 28 Nov 2013 04:54:46 +0000 (05:54 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Thu, 28 Nov 2013 04:54:46 +0000 (05:54 +0100)
youtube_dl/extractor/clipfish.py

index 05afce338547a2fb5c4e73227bdbf78eef3e026a..ba56235728b3e7afb8d4f7f1be0cd46ca5ed07b4 100644 (file)
@@ -3,6 +3,7 @@ import time
 import xml.etree.ElementTree
 
 from .common import InfoExtractor
+from ..utils import ExtractorError
 
 
 class ClipfishIE(InfoExtractor):