24 Commits (27f8b0994e9924724c974f46435552d401f5fc08)

Author SHA1 Message Date
Jouke Waleson 9e1a5b8455 PEP8: applied even more rules 10 years ago
Sergey M․ f36aacba0f [collegehumor] Fix one more test 10 years ago
Sergey M․ 355271fb61 [collegehumor] Extract like count 10 years ago
Sergey M․ 2a5b502364 [collegehumor] Fix test 10 years ago
Sergey M․ a496524db2 [collegehumor] Replace youtube test 10 years ago
Jaime Marquínez Ferrándiz 4ccfba28d9 [collegehumor] Fix test's uploader field 10 years ago
pulpe 896583517f [collegehumor, chilloutzone] changed description in tests 10 years ago
Philipp Hagemeister 83cebd73d4 [collegehumor] We only get shortened descriptions now 10 years ago
Philipp Hagemeister fdf1f8d4ce [collegehumor] Adapt test to changed video description 10 years ago
Philipp Hagemeister 7ac1f877a7 [collegehumor] Fix test
The description simply changed, our code is working fine
10 years ago
Jaime Marquínez Ferrándiz c3309a7774 [collegehumor] fix test description 10 years ago
Jaime Marquínez Ferrándiz fcdea2666d [collegehumor] Add support for embedded youtube videos (fixes #2277) 10 years ago
Jaime Marquínez Ferrándiz c4db377cbb [collegehumor] The video may not contain any file in webm format (#2277)
For example http://www.collegehumor.com/video/5812266
10 years ago
Philipp Hagemeister 7c0578dc86 [collegehumor] Use character strings by default 10 years ago
Philipp Hagemeister 55033ffb0a [collegehumor] Add support for age_limit 10 years ago
Philipp Hagemeister b4a9bf701a [collegehumor] Support multiple formats (Fixes #2092)
Unfortunately, we lose a part of the description in the new JSON format, but that's still better than a non-functioning URL.
10 years ago
Jaime Marquínez Ferrándiz 267ed0c5d3 [collegehumor] Encode the xml before calling xml.etree.ElementTree.fromstring (fixes #1822)
Uses a new helper method in InfoExtractor: _download_xml
11 years ago
Philipp Hagemeister f3682997d7 Clean up unused imports and other minor mistakes 11 years ago
Philipp Hagemeister 87f78946a5 [collegehumor] Allow old-style videos (Fixes #1285) 11 years ago
Jaime Marquínez Ferrándiz 39b782b390 [collegehumor] support urls in the format www.collegehumor.com/e/{video_id} (fixes #1179) 11 years ago
pishposhmcgee e93aa81aa6 Added an option 'e' to go with 'video' or 'embed'
Based on links that I've seen, /e/<videoid> also occurs in the wild, and making this substitution yields effective results.
11 years ago
Jaime Marquínez Ferrándiz 70fa830e4d CollegeHumorIE: support Youtube videos and embed urls (fixes #1094) 11 years ago
Jaime Marquínez Ferrándiz de48addae2 Fix CollegHumorIE
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
11 years ago
Philipp Hagemeister 7beb36a529 Move Collegehumor IE into its own file 11 years ago