Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [collegehumor] Remove extractor | Sergey M․ | 2016-05-15 | 1 | -101/+0 |
| | | | | It now uses brightcove | ||||
* | PEP8: applied even more rules | Jouke Waleson | 2014-11-23 | 1 | -40/+39 |
| | |||||
* | [collegehumor] Fix one more test | Sergey M․ | 2014-03-13 | 1 | -1/+1 |
| | |||||
* | [collegehumor] Extract like count | Sergey M․ | 2014-03-13 | 1 | -0/+2 |
| | |||||
* | [collegehumor] Fix test | Sergey M․ | 2014-03-13 | 1 | -1/+2 |
| | |||||
* | [collegehumor] Replace youtube test | Sergey M․ | 2014-03-09 | 1 | -7/+7 |
| | |||||
* | [collegehumor] Fix test's uploader field | Jaime Marquínez Ferrándiz | 2014-02-27 | 1 | -1/+1 |
| | |||||
* | [collegehumor, chilloutzone] changed description in tests | pulpe | 2014-02-12 | 1 | -1/+1 |
| | |||||
* | [collegehumor] We only get shortened descriptions now | Philipp Hagemeister | 2014-02-06 | 1 | -4/+11 |
| | |||||
* | [collegehumor] Adapt test to changed video description | Philipp Hagemeister | 2014-02-04 | 1 | -1/+1 |
| | |||||
* | [collegehumor] Fix test | Philipp Hagemeister | 2014-02-02 | 1 | -1/+1 |
| | | | | The description simply changed, our code is working fine | ||||
* | [collegehumor] fix test description | Jaime Marquínez Ferrándiz | 2014-01-31 | 1 | -1/+1 |
| | |||||
* | [collegehumor] Add support for embedded youtube videos (fixes #2277) | Jaime Marquínez Ferrándiz | 2014-01-30 | 1 | -1/+25 |
| | |||||
* | [collegehumor] The video may not contain any file in webm format (#2277) | Jaime Marquínez Ferrándiz | 2014-01-30 | 1 | -1/+1 |
| | | | | For example http://www.collegehumor.com/video/5812266 | ||||
* | [collegehumor] Use character strings by default | Philipp Hagemeister | 2014-01-05 | 1 | -15/+17 |
| | |||||
* | [collegehumor] Add support for age_limit | Philipp Hagemeister | 2014-01-05 | 1 | -1/+10 |
| | |||||
* | [collegehumor] Support multiple formats (Fixes #2092) | Philipp Hagemeister | 2014-01-05 | 1 | -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ándiz | 2013-11-24 | 1 | -5/+2 |
| | | | | | | xml.etree.ElementTree.fromstring (fixes #1822) Uses a new helper method in InfoExtractor: _download_xml | ||||
* | Clean up unused imports and other minor mistakes | Philipp Hagemeister | 2013-11-20 | 1 | -3/+1 |
| | |||||
* | [collegehumor] Allow old-style videos (Fixes #1285) | Philipp Hagemeister | 2013-08-21 | 1 | -19/+33 |
| | |||||
* | [collegehumor] support urls in the format www.collegehumor.com/e/{video_id} ↵ | Jaime Marquínez Ferrándiz | 2013-08-04 | 1 | -1/+1 |
| | | | | (fixes #1179) | ||||
* | Added an option 'e' to go with 'video' or 'embed' | pishposhmcgee | 2013-07-24 | 1 | -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ándiz | 2013-07-23 | 1 | -1/+4 |
| | |||||
* | Fix CollegHumorIE | Jaime Marquínez Ferrándiz | 2013-07-23 | 1 | -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 file | Philipp Hagemeister | 2013-06-23 | 1 | -0/+74 |