Quellcode durchsuchen

[clipfish] Fix imports (#1842)

Philipp Hagemeister vor 11 Jahren
Ursprung
Commit
f8f60d2793
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      youtube_dl/extractor/clipfish.py

+ 1 - 0
youtube_dl/extractor/clipfish.py

@@ -3,6 +3,7 @@ import time
 import xml.etree.ElementTree
 
 from .common import InfoExtractor
+from ..utils import ExtractorError
 
 
 class ClipfishIE(InfoExtractor):