aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-23release 2013.07.232013.07.23Philipp Hagemeister
2013-07-23Fix BreakIEJaime Marquínez Ferrándiz
Also detect videos that come from Youtube
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-07-21ComedyCentralIE: support the extended interviews urls (fixes #1079)Jaime Marquínez Ferrándiz
2013-07-20[youtube] Add an extractor for Youtube recommended videos (":ytrec" keyword) ↵Jaime Marquínez Ferrándiz
(closes #476) The new extractor and YoutubeSubscriptionsIE are subclasses of YoutubeFeedsInfoExtractor, which allows to fetch videos from http://www.youtube.com/feed_ajax
2013-07-20[exfm] Add IE_* descriptionsPhilipp Hagemeister
2013-07-20Merge remote-tracking branch 'yasoob/master'Philipp Hagemeister
2013-07-19release 2013.07.192013.07.19Philipp Hagemeister
2013-07-19WeiboIE: extract the player urls from a json webpageJaime Marquínez Ferrándiz
Also extract a Sina url that doesn't require to follow a redirection.
2013-07-19YoutubeIE: new algo for length 85 (closes #1080), thanks to @patrickslinJaime Marquínez Ferrándiz
2013-07-19TEDIE: fix the title extractionJaime Marquínez Ferrándiz
2013-07-19Add WeiboIE (closes #1039)Jaime Marquínez Ferrándiz
It just embed video from other sites. Modified the _VALID_URL of Youku to catch embed urls.
2013-07-19Add an extractor for 56.com (related #1039)Jaime Marquínez Ferrándiz
2013-07-18Add SinaIE (related #1039): extractor for video.sina.com.cnJaime Marquínez Ferrándiz
2013-07-18InstagramIE: fix the extraction of the uploader_id and the titleJaime Marquínez Ferrándiz
The page title is now 'Instagram', so we build it. Also extract the description
2013-07-18Hint that --update may need sudoPhilipp Hagemeister
2013-07-18release 2013.07.182013.07.18Philipp Hagemeister
2013-07-18Remove the test to signature of lengths 43,43Jaime Marquínez Ferrándiz
It's already covered by the test for length 87
2013-07-18YoutubeIE: add algo for length 90 (closes #1064)Jaime Marquínez Ferrándiz
Order the cases from higher to lower length.
2013-07-18Merge pull request #1068 from MiLk/genalgo-youtube-92Jaime Marquínez Ferrándiz
[youtube] Add generator for signature 92
2013-07-18forgot to import json jsonM.Yasoob Khalid
2013-07-18removed some unnecessary importsM.Yasoob Khalid
2013-07-18corrected a typo and added myself to travis notifications.M.Yasoob Khalid
2013-07-18added test for ex.fmM.Yasoob Khalid
2013-07-18added an IE for ex.fmM.Yasoob Khalid
2013-07-17[youtube] Add generator for signature 92Emilien Kenler
2013-07-17Add CondeNastIEJaime Marquínez Ferrándiz
It supports some of the websites of the Condé Nast group: WIRED, GQ, Vogue, Glamour, W Magazine and Vanity Fair.
2013-07-17YoutubeIE: some encrypted signatures have more than two parts, print the ↵Jaime Marquínez Ferrándiz
size of all the parts
2013-07-17release 2013.07.17.12013.07.17.1Philipp Hagemeister
2013-07-17[thisav] add a test for video MD5Philipp Hagemeister
2013-07-17[thisav] Add IE (Fixes #1056)Philipp Hagemeister
2013-07-17[youtube] Add code for signature 92 (Closes #1060)Philipp Hagemeister
2013-07-17Mark test_youtube_sig as non-executable (#1066)Philipp Hagemeister
2013-07-17Revert "[youtube] improved decrypt_signature, closes #1060"Philipp Hagemeister
This reverts commit fe6fad124207979c7d656ceef1ab95c29dc14ac6 and closes #1066.
2013-07-17[metacafe] Fix testPhilipp Hagemeister
2013-07-17[metacafe] New result formatPhilipp Hagemeister
2013-07-17[metacafe] Extract descriptionPhilipp Hagemeister
2013-07-17[metacafe] Fix uploader detectionPhilipp Hagemeister
2013-07-17Use unescapeHTML for OpenGraph propertiesPhilipp Hagemeister
These are attribute values, so we don't need the more complex and whitespace-destroying cleanHTML - we just need to unescape quotes, that's it.
2013-07-17Merge remote-tracking branch 'Forever-Young/patch-1'Philipp Hagemeister
2013-07-17[youtube] Add sig test for 92 (Thanks to @patrickslin)Philipp Hagemeister
2013-07-17[youtube] improved decrypt_signature, closes #1060Anton Novosyolov
2013-07-17[metacafe] Use modern helper methodsPhilipp Hagemeister
2013-07-17Ignore errors in git error handling in verbose mode in Python 3Philipp Hagemeister
2013-07-17Write debugging output to stderr (#1059)Philipp Hagemeister
2013-07-17release 2013.07.172013.07.17Philipp Hagemeister
2013-07-17[metacafe] Add support for AnyClip videos (#1059)Philipp Hagemeister
2013-07-15[freesound] Minor improvementsJaime Marquínez Ferrándiz
2013-07-15Merge pull request #1050 from yasoob/masterJaime Marquínez Ferrándiz
Added an IE and test for Freesound.org .
2013-07-15added test for freesound.orgM.Yasoob Khalid