diff --git a/youtube_dl/extractor/voe.py b/youtube_dl/extractor/voe.py index c4512154d..870a6b1aa 100644 --- a/youtube_dl/extractor/voe.py +++ b/youtube_dl/extractor/voe.py @@ -8,6 +8,7 @@ from ..utils import ( url_or_none, ) + class VOEIE(InfoExtractor): IE_NAME = 'voe' IE_DESC = 'VOE.SX'