mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-22 16:44:32 +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:
|
||||
_LAZY_LOADER = False
|
||||
from .extractors import *
|
||||
from .iol import (
|
||||
IOLIE,
|
||||
IOLStreamIE
|
||||
)
|
||||
|
||||
_ALL_CLASSES = [
|
||||
klass
|
||||
|
Loading…
Reference in New Issue
Block a user