aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/collegehumor.py
Commit message (Collapse)AuthorAgeFilesLines
* [collegehumor] Remove extractorSergey M․2016-05-151-101/+0
| | | | It now uses brightcove
* PEP8: applied even more rulesJouke Waleson2014-11-231-40/+39
|
* [collegehumor] Fix one more testSergey M․2014-03-131-1/+1
|
* [collegehumor] Extract like countSergey M․2014-03-131-0/+2
|
* [collegehumor] Fix testSergey M․2014-03-131-1/+2
|
* [collegehumor] Replace youtube testSergey M․2014-03-091-7/+7
|
* [collegehumor] Fix test's uploader fieldJaime Marquínez Ferrándiz2014-02-271-1/+1
|
* [collegehumor, chilloutzone] changed description in testspulpe2014-02-121-1/+1
|
* [collegehumor] We only get shortened descriptions nowPhilipp Hagemeister2014-02-061-4/+11
|
* [collegehumor] Adapt test to changed video descriptionPhilipp Hagemeister2014-02-041-1/+1
|
* [collegehumor] Fix testPhilipp Hagemeister2014-02-021-1/+1
| | | | The description simply changed, our code is working fine
* [collegehumor] fix test descriptionJaime Marquínez Ferrándiz2014-01-311-1/+1
|
* [collegehumor] Add support for embedded youtube videos (fixes #2277)Jaime Marquínez Ferrándiz2014-01-301-1/+25
|
* [collegehumor] The video may not contain any file in webm format (#2277)Jaime Marquínez Ferrándiz2014-01-301-1/+1
| | | | For example http://www.collegehumor.com/video/5812266
* [collegehumor] Use character strings by defaultPhilipp Hagemeister2014-01-051-15/+17
|
* [collegehumor] Add support for age_limitPhilipp Hagemeister2014-01-051-1/+10
|
* [collegehumor] Support multiple formats (Fixes #2092)Philipp Hagemeister2014-01-051-52/+27
| | | | Unfortunately, we lose a part of the description in the new JSON format, but that's still better than a non-functioning URL.
* [collegehumor] Encode the xml before calling ↵Jaime Marquínez Ferrándiz2013-11-241-5/+2
| | | | | | xml.etree.ElementTree.fromstring (fixes #1822) Uses a new helper method in InfoExtractor: _download_xml
* Clean up unused imports and other minor mistakesPhilipp Hagemeister2013-11-201-3/+1
|
* [collegehumor] Allow old-style videos (Fixes #1285)Philipp Hagemeister2013-08-211-19/+33
|
* [collegehumor] support urls in the format www.collegehumor.com/e/{video_id} ↵Jaime Marquínez Ferrándiz2013-08-041-1/+1
| | | | (fixes #1179)
* Added an option 'e' to go with 'video' or 'embed'pishposhmcgee2013-07-241-1/+1
| | | Based on links that I've seen, /e/<videoid> also occurs in the wild, and making this substitution yields effective results.
* CollegeHumorIE: support Youtube videos and embed urls (fixes #1094)Jaime Marquínez Ferrándiz2013-07-231-1/+4
|
* Fix CollegHumorIEJaime Marquínez Ferrándiz2013-07-231-22/+18
| | | | | 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
* Move Collegehumor IE into its own filePhilipp Hagemeister2013-06-231-0/+74