This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[cbsinteractive] Add support for ZDNet videos
totalwebcasting
remitamine
9 years ago
parent
5f705baf5e
commit
fe7ef95e91
2 changed files
with
32 additions
and
7 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
youtube_dl/extractor/__init__.py
+31
-6
youtube_dl/extractor/cbsinteractive.py
+ 1
- 1
youtube_dl/extractor/__init__.py
View File
@ -104,6 +104,7 @@ from .cbc import (
CBCPlayerIE
,
CBCPlayerIE
,
)
)
from
.cbs
import
CBSIE
from
.cbs
import
CBSIE
from
.cbsinteractive
import
CBSInteractiveIE
from
.cbsnews
import
(
from
.cbsnews
import
(
CBSNewsIE
,
CBSNewsIE
,
CBSNewsLiveVideoIE
,
CBSNewsLiveVideoIE
,
@ -129,7 +130,6 @@ from .clubic import ClubicIE
from
.clyp
import
ClypIE
from
.clyp
import
ClypIE
from
.cmt
import
CMTIE
from
.cmt
import
CMTIE
from
.cnbc
import
CNBCIE
from
.cnbc
import
CNBCIE
from
.cnet
import
CNETIE
from
.cnn
import
(
from
.cnn
import
(
CNNIE
,
CNNIE
,
CNNBlogsIE
,
CNNBlogsIE
,
youtube_dl/extractor/cnet.py → youtube_dl/extractor/cbsinteractive.py
View File
Write
Preview
Loading…
Cancel
Save