YoutubeIE: update the docstrings and the error message of _decrypt_signature
[youtube-dl] / youtube_dl / extractor / __init__.py
index 82927610ab1a141ce0a3ab94ef16cef57f248000..2750fc8f90e51bc0a84afd56d9555a70947ceb76 100644 (file)
@@ -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
@@ -133,6 +134,7 @@ def gen_extractors():
         VevoIE(),
         JukeboxIE(),
         TudouIE(),
+        CSpanIE(),
         WimpIE(),
         GenericIE()
     ]