aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/collegehumor.py
AgeCommit message (Collapse)Author
2014-03-13[collegehumor] Fix one more testSergey M․
2014-03-13[collegehumor] Extract like countSergey M․
2014-03-13[collegehumor] Fix testSergey M․
2014-03-09[collegehumor] Replace youtube testSergey M․
2014-02-27[collegehumor] Fix test's uploader fieldJaime Marquínez Ferrándiz
2014-02-12[collegehumor, chilloutzone] changed description in testspulpe
2014-02-06[collegehumor] We only get shortened descriptions nowPhilipp Hagemeister
2014-02-04[collegehumor] Adapt test to changed video descriptionPhilipp Hagemeister
2014-02-02[collegehumor] Fix testPhilipp Hagemeister
The description simply changed, our code is working fine
2014-01-31[collegehumor] fix test descriptionJaime Marquínez Ferrándiz
2014-01-30[collegehumor] Add support for embedded youtube videos (fixes #2277)Jaime Marquínez Ferrándiz
2014-01-30[collegehumor] The video may not contain any file in webm format (#2277)Jaime Marquínez Ferrándiz
For example http://www.collegehumor.com/video/5812266
2014-01-05[collegehumor] Use character strings by defaultPhilipp Hagemeister
2014-01-05[collegehumor] Add support for age_limitPhilipp Hagemeister
2014-01-05[collegehumor] Support multiple formats (Fixes #2092)Philipp Hagemeister
Unfortunately, we lose a part of the description in the new JSON format, but that's still better than a non-functioning URL.
2013-11-24[collegehumor] Encode the xml before calling ↵Jaime Marquínez Ferrándiz
xml.etree.ElementTree.fromstring (fixes #1822) Uses a new helper method in InfoExtractor: _download_xml
2013-11-20Clean up unused imports and other minor mistakesPhilipp Hagemeister
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