mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-04 23:35:04 +00:00
[channel9] Missing import in __init__
This commit is contained in:
parent
4d2ebb6bd7
commit
211f555d4c
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
from .c56 import C56IE
|
||||
from .canalplus import CanalplusIE
|
||||
from .canalc2 import Canalc2IE
|
||||
from .channel9 import Channel9IE
|
||||
from .cinemassacre import CinemassacreIE
|
||||
from .clipfish import ClipfishIE
|
||||
from .clipsyndicate import ClipsyndicateIE
|
||||
|
|
Loading…
Reference in a new issue