Commit Graph

23 Commits (95ee84421e57982f208ec00c314abfabaa3418e8)

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