[cbsnews] add support for live videos(fixes #7010)
This commit is contained in:
parent
87de7069b9
commit
fd3a1f3d60
2 changed files with 48 additions and 9 deletions
|
@ -90,7 +90,10 @@ from .canalplus import CanalplusIE
|
|||
from .canalc2 import Canalc2IE
|
||||
from .canvas import CanvasIE
|
||||
from .cbs import CBSIE
|
||||
from .cbsnews import CBSNewsIE
|
||||
from .cbsnews import (
|
||||
CBSNewsIE,
|
||||
CBSNewsLiveVideoIE,
|
||||
)
|
||||
from .cbssports import CBSSportsIE
|
||||
from .ccc import CCCIE
|
||||
from .ceskatelevize import CeskaTelevizeIE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue