aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-15Update test_issue_673 in Youtube ListsJaime Marquínez Ferrándiz
Some videos have been removed. Delete the title check, it's not the purpose of that test.
2013-06-13GenericIE: try to find videos from twitter cards infoJaime Marquínez Ferrándiz
2013-06-11YoutubeSearchIE: the query is a str, in python 3 it fails if decode is calledJaime Marquínez Ferrándiz
2013-06-10Update YahooIE testJaime Marquínez Ferrándiz
The old test video is no longer available.
2013-06-10Use long rtmpdump optionsPhilipp Hagemeister
Note that we accidentally called rtmpdump with -v (--live) instead of -V (--verbose) because we missed this.
2013-06-09Allow unsetting the proxy with the --proxy optionPhilipp Hagemeister
2013-06-08Set the extractor key in playlists entriesJaime Marquínez Ferrándiz
If they were videos the extractor key wasn't being set anywhere else Closes 877
2013-06-08Merge pull request #853 from mc2avr/masterJaime Marquínez Ferrándiz
add ZDFIE
2013-06-08Merge pull request #878 from yasoob/masterJaime Marquínez Ferrándiz
Added Vbox7.com InfoExtractor and tests.
2013-06-08Added Vbox7 InfoextractorM.Yasoob Khalid
2013-06-06style and error handling edits to HypemIEFilippo Valsorda
2013-06-06added HypemIEM.Yasoob Khalid
rebased, closes PR #871
2013-06-04Merge pull request #866 from yasoob/masterFilippo Valsorda
Added support for XHamster - closes #841
2013-06-04Merge pull request #863 from davidcl/masterFilippo Valsorda
Add some tests to match Justin.tv / Twitch.tv URLs
2013-06-04SpiegelE: the page layout has changed a bitJaime Marquínez Ferrándiz
2013-06-04Merge pull request #864 from jacobian/vimeoproJaime Marquínez Ferrándiz
Fixed an error downloading vimeo pro videos.
2013-06-04Added test for XHamster.comM.Yasoob Ullah Khalid
2013-06-04Added support for xhamster in infoextractorsM.Yasoob Ullah Khalid
2013-06-04Fix the test_all_urls (Import issue)Clément DAVID
2013-06-04Merge within test_all_urlsClément DAVID
2013-06-04VimeoIE: support videos from vimeopro.comJaime Marquínez Ferrándiz
2013-06-03Fixed an error downloading vimeo pro videos.Jacob Kaplan-Moss
2013-06-03Add tests for justin.tv and twitch.tvClément DAVID
2013-06-01Merge pull request #854 from rg3/youtube_automatic_captionsJaime Marquínez Ferrándiz
YoutubeIE: fallback to automatic captions when subtitles aren't found
2013-05-31YoutubeIE: fallback to automatic captions when subtitles aren't found ↵Jaime Marquínez Ferrándiz
(closes #843) Also modify test_youtube_subtitles to support running the tests in any order.
2013-05-28BlipTV: accept urls in the format http://a.blip.tv/api.swf#{id} (closes #857)Jaime Marquínez Ferrándiz
Tweak the regex so that BlipTV can be before BlipTVUser.
2013-05-23add ZDFIE and _download_with_mplayer(mms://,rtsp://)mc2avr
2013-05-23release 2013.05.232013.05.23Philipp Hagemeister
2013-05-23Fix HowCast IEPhilipp Hagemeister
2013-05-21small tweaksFilippo Valsorda
2013-05-21Add TeamcocoIE (closes #212)Jaime Marquínez Ferrándiz
2013-05-20add support for Flickr videos - closes #261Anna Bernardi
2013-05-20Python 2 compat fixes for MyVideo.de rtmpdump downloadsFilippo Valsorda
2013-05-20make rtmpdump inherit the verbose option for debuggingFilippo Valsorda
2013-05-20Merge pull request #842 - myvideo, rtmp supportFilippo Valsorda
@dersphere code, from dersphere/plugin.video.myvideo_de.git rewritten by @mc2avr released in the Public Domain by the author ref: https://github.com/rg3/youtube-dl/pull/842
2013-05-20HowcastIE: extract thumbnailJaime Marquínez Ferrándiz
2013-05-20VineIE: extract more information and minor style changesJaime Marquínez Ferrándiz
2013-05-20Add support for Vine - closes #845Anna Bernardi
2013-05-18Add support for Howcast.com - closes #835Filippo Valsorda
2013-05-18UstreamIE: get thumbnail and uploader nameJaime Marquínez Ferrándiz
2013-05-15MyVideoIE: add rtmp supportmc2avr
2013-05-14Add extra_info argument to extract_info and process_ie_resultJaime Marquínez Ferrándiz
It allows to update the info_dicts with other values (closes #840)
2013-05-13Throw a better error if the protocol is invalidPhilipp Hagemeister
2013-05-13Simplify generic search IE (Closes #839)Philipp Hagemeister
2013-05-13Merge remote-tracking branch 'jaimeMF/SearchIE'Philipp Hagemeister
2013-05-13Add base class SearchInfoExtractor for search queries IEsJaime Marquínez Ferrándiz
2013-05-13release 2013.05.142013.05.14Philipp Hagemeister
2013-05-13Merge pull request #834 from chocolateboy/install_prefix_fixPhilipp Hagemeister
only install to /etc if PREFIX is /usr or /usr/local
2013-05-13release 2013.05.132013.05.13Philipp Hagemeister
2013-05-13Do not re-encode / to # if / is a platform separator, and correctly handle ↵Philipp Hagemeister
permission errors (Fixes #831)