1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-22 00:55:43 +07:00

Add CSpanIE (closes #312)

This commit is contained in:
Jaime Marquínez Ferrándiz
2013-06-26 17:55:54 +02:00
parent 2e32528012
commit aa0c87391c
3 changed files with 56 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
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()
]