1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2024-11-22 16:44:32 +01:00
This commit is contained in:
PC 2016-10-30 19:42:27 +00:00
commit 822fd74dbf

View File

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