1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2025-02-17 01:17:54 +01:00
This commit is contained in:
PC 2016-10-29 22:28:25 +01:00
commit 59d526a43e

View File

@ -7,6 +7,10 @@ try:
except ImportError: except ImportError:
_LAZY_LOADER = False _LAZY_LOADER = False
from .extractors import * from .extractors import *
from .iol import (
IOLIE,
IOLStreamIE
)
_ALL_CLASSES = [ _ALL_CLASSES = [
klass klass