mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2025-02-16 17:07:54 +01:00
Merge branch 'tvi' of https://github.com/tioocnt/youtube-dl into tvi
This commit is contained in:
commit
822fd74dbf
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user