mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2024-11-03 03:40:20 +00:00
Mark CollegeHumorIE not working until phihag finishes
This commit is contained in:
parent
32761d863c
commit
0eb0faa26f
@ -2649,6 +2649,7 @@ class EscapistIE(InfoExtractor):
|
||||
class CollegeHumorIE(InfoExtractor):
|
||||
"""Information extractor for collegehumor.com"""
|
||||
|
||||
_WORKING = False
|
||||
_VALID_URL = r'^(?:https?://)?(?:www\.)?collegehumor\.com/video/(?P<videoid>[0-9]+)/(?P<shorttitle>.*)$'
|
||||
IE_NAME = u'collegehumor'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user