aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/collegehumor.py
AgeCommit message (Collapse)Author
2013-08-21[collegehumor] Allow old-style videos (Fixes #1285)Philipp Hagemeister
2013-08-04[collegehumor] support urls in the format www.collegehumor.com/e/{video_id} ↵Jaime Marquínez Ferrándiz
(fixes #1179)
2013-07-24Added an option 'e' to go with 'video' or 'embed'pishposhmcgee
Based on links that I've seen, /e/<videoid> also occurs in the wild, and making this substitution yields effective results.
2013-07-23CollegeHumorIE: support Youtube videos and embed urls (fixes #1094)Jaime Marquínez Ferrándiz
2013-07-23Fix CollegHumorIEJaime Marquínez Ferrándiz
Now it downloads the video over http in one file, it doesn't downloads in fragments Added a test and use the methods in InfoExtractor for downloading webpages
2013-06-23Move Collegehumor IE into its own filePhilipp Hagemeister