]> gitweb @ CieloNegro.org - youtube-dl.git/blobdiff - youtube_dl/extractor/liveleak.py
[nfb] Add support for nfb.ca (Closes #2069)
[youtube-dl.git] / youtube_dl / extractor / liveleak.py
index 4e76c1f4a5f8c0a802ea95eaac6d20eb373998c3..0a700d663215df27f3553100862e9805e2c9f6ea 100644 (file)
@@ -4,9 +4,6 @@ import json
 import re
 
 from .common import InfoExtractor
-from ..utils import (
-    ExtractorError,
-)
 
 
 class LiveLeakIE(InfoExtractor):