Browse Source

[cbsinteractive] Add support for ZDNet videos

totalwebcasting
remitamine 8 years ago
parent
commit
fe7ef95e91
2 changed files with 32 additions and 7 deletions
  1. +1
    -1
      youtube_dl/extractor/__init__.py
  2. +31
    -6
      youtube_dl/extractor/cbsinteractive.py

+ 1
- 1
youtube_dl/extractor/__init__.py View File

@ -104,6 +104,7 @@ from .cbc import (
CBCPlayerIE,
)
from .cbs import CBSIE
from .cbsinteractive import CBSInteractiveIE
from .cbsnews import (
CBSNewsIE,
CBSNewsLiveVideoIE,
@ -129,7 +130,6 @@ from .clubic import ClubicIE
from .clyp import ClypIE
from .cmt import CMTIE
from .cnbc import CNBCIE
from .cnet import CNETIE
from .cnn import (
CNNIE,
CNNBlogsIE,


youtube_dl/extractor/cnet.py → youtube_dl/extractor/cbsinteractive.py View File


Loading…
Cancel
Save