aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Collapse)Author
2014-12-01[myspace] Use player_url for faster downloadTithen-Firion
It keeps reconnecting without it. Download time decreased from 7+ minutes to 25 seconds for me.
2014-11-30[youtube] Add a normal age-gate test videoJaime Marquínez Ferrándiz
2014-11-30[youtube] Simplify code for getting the dash manifest urlJaime Marquínez Ferrándiz
video_info contains now the 'ytplayer.config.args' dictionary
2014-11-30[youtube] Try to extract the video_info from the webpage before requesting ↵Jaime Marquínez Ferrándiz
the 'get_video_info' pages The YouTube player doesn't seem to use them except for embedded videos, so we can skip a network request. But they still provide better error mesagges (for removed videos for example).
2014-11-30[youtube] Update testJaime Marquínez Ferrándiz
2014-11-30[youtube] Add format 313 (fixes #4339)Jaime Marquínez Ferrándiz
2014-11-30[bbccouk] Fix extraction (#4104, #4214)Sergey M․
2014-11-30[xminus] update tkn extraction regext0mm0
2014-11-30[youtube] Use a cookie for seeting the languageJaime Marquínez Ferrándiz
This way, we don't have to do an aditional request
2014-11-29[youtube] Don't confirm age when initializingJaime Marquínez Ferrándiz
It seems that all the videos with age restriction use now the age gate method, which doesn't require any confirmation.
2014-11-29[bliptv] Fix \n\n at the end of real_urlYuriy Melnyk
See https://github.com/rg3/youtube-dl/issues/3544#issuecomment-53166516
2014-11-29[bliptv] Fix resolution of lookup id in some videosYuriy Melnyk
In some videos (for example, http://blip.tv/play/gbk766dkj4Yn) resolving lookup id would fail, because page at http://blip.tv/play/gbk766dkj4Yn.x?p=1 would have no "config.id" in it. Fixed by requesting different URL and inspecting the URL which the client is redirected to.
2014-11-29[playvid] Capture and output error messageSergey M․
2014-11-28[noco] Add support for multi language videos (Closes #4326)Sergey M․
2014-11-27release 2014.11.272014.11.27Philipp Hagemeister
2014-11-27[buzzfeed] Add support for more video types (#4259)Philipp Hagemeister
2014-11-26release 2014.11.26.42014.11.26.4Philipp Hagemeister
2014-11-26[buzzfeed] Add new extractor (Fixes #4259)Philipp Hagemeister
2014-11-26release 2014.11.26.32014.11.26.3Philipp Hagemeister
2014-11-26release 2014.11.26.22014.11.26.2Philipp Hagemeister
2014-11-26release 2014.11.26.12014.11.26.1Philipp Hagemeister
2014-11-26[test_unicode_literals] Arm unicode_literals checkPhilipp Hagemeister
From now on, the line from __future__ import unicode_literals should be contained in every single Python file lest we run into any more 2.x/3.x issues. Going forward, we're likely to develop on 3.x only and would likely miss subtle bugs otherwise.
2014-11-27[gorillavid] Update IE_DESCSergey M․
2014-11-26[udemy] Generalize download json and fix loginSergey M․
2014-11-26[gorillavid] Remove unused importSergey M․
2014-11-26[udemy] Set session cookies to API requests (Closes #4124, closes #4219, ↵Sergey M․
closes #4308)
2014-11-26[gorillavid] Generalize extraction with countdown timeout and support ↵Sergey M․
faststream.in (Closes #4297)
2014-11-26Remove useless u prefixesPhilipp Hagemeister
2014-11-26[ffmpeg] ModernizePhilipp Hagemeister
2014-11-26[videopremium] ModernizePhilipp Hagemeister
2014-11-26[videofyme] ModernizePhilipp Hagemeister
2014-11-26[tvp] ModernizePhilipp Hagemeister
2014-11-26[trilulilu] ModernizePhilipp Hagemeister
2014-11-26[sohu] ModernizePhilipp Hagemeister
2014-11-26[redtube] ModernizePhilipp Hagemeister
2014-11-26[muzu] ModernizePhilipp Hagemeister
2014-11-26[hotnewhiphop] ModernizePhilipp Hagemeister
2014-11-26[subtitles] ModernizePhilipp Hagemeister
2014-11-26[youtube] Remove useless u prefixesPhilipp Hagemeister
2014-11-26[appletrailers] ModernizePhilipp Hagemeister
2014-11-26[aparat] ModernizePhilipp Hagemeister
2014-11-26[addanime] ModernizePhilipp Hagemeister
2014-11-26[francetv] PEP8Philipp Hagemeister
2014-11-26[update] Remove useless importPhilipp Hagemeister
2014-11-26[academicearth] ModernizePhilipp Hagemeister
2014-11-26[mplayer] ModernizePhilipp Hagemeister
2014-11-26[http] ModernizePhilipp Hagemeister
2014-11-26[hls] Remove useless u porefixesPhilipp Hagemeister
2014-11-26[update] ModernizePhilipp Hagemeister
2014-11-26[utils] remove useless u prefixPhilipp Hagemeister