Add CSpanIE (closes #312)
This commit is contained in:
parent
2e32528012
commit
aa0c87391c
3 changed files with 56 additions and 0 deletions
|
@ -6,6 +6,7 @@ from .bliptv import BlipTVIE, BlipTVUserIE
|
|||
from .breakcom import BreakIE
|
||||
from .collegehumor import CollegeHumorIE
|
||||
from .comedycentral import ComedyCentralIE
|
||||
from .cspan import CSpanIE
|
||||
from .dailymotion import DailymotionIE
|
||||
from .depositfiles import DepositFilesIE
|
||||
from .eighttracks import EightTracksIE
|
||||
|
@ -132,6 +133,7 @@ def gen_extractors():
|
|||
VevoIE(),
|
||||
JukeboxIE(),
|
||||
TudouIE(),
|
||||
CSpanIE(),
|
||||
GenericIE()
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue