From e93aa81aa60fc9b44e10feba565586e82e56ba18 Mon Sep 17 00:00:00 2001 From: pishposhmcgee Date: Wed, 24 Jul 2013 16:55:28 -0500 Subject: [PATCH] Added an option 'e' to go with 'video' or 'embed' Based on links that I've seen, /e/ also occurs in the wild, and making this substitution yields effective results. --- youtube_dl/extractor/collegehumor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/collegehumor.py b/youtube_dl/extractor/collegehumor.py index 4a0b0af5a..5badde03a 100644 --- a/youtube_dl/extractor/collegehumor.py +++ b/youtube_dl/extractor/collegehumor.py @@ -10,7 +10,7 @@ from ..utils import ( class CollegeHumorIE(InfoExtractor): - _VALID_URL = r'^(?:https?://)?(?:www\.)?collegehumor\.com/(video|embed)/(?P[0-9]+)/(?P.*)$' + _VALID_URL = r'^(?:https?://)?(?:www\.)?collegehumor\.com/(video|embed|e)/(?P[0-9]+)/(?P.*)$' _TEST = { u'url': u'http://www.collegehumor.com/video/6902724/comic-con-cosplay-catastrophe',