aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/collegehumor.py
AgeCommit message (Collapse)Author
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