aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-03release 2014.12.032014.12.03Philipp Hagemeister
2014-12-03[nhl] SimplifyJaime Marquínez Ferrándiz
2014-12-03Merge branch 'master' of https://github.com/akretz/youtube-dlJaime Marquínez Ferrándiz
2014-12-02[nhl.com:videocenter] Don't match url with 'id=*' before 'catid' in the queryJaime Marquínez Ferrándiz
Since the order extractors are added is not defined, it would match instead of NHLIE.
2014-12-02[nhl] Support videos which don't have mp4-extension (fixes #4348)Adrian Kretz
2014-12-02[rts] Improve _VALID_URLSergey M․
2014-12-02[24video] Add extractor (Closes #4350)Sergey M․
2014-12-02[YoutubeDL] Avoid negative timestamps on WindowsSergey M․
2014-12-02[rts] Improve _VALID_URLSergey M․
2014-12-02[rts] Add support for the new URL format and extract display id (Closes #4349)Sergey M․
2014-12-01[rutube] Extract m3u8 formats (fixes #3984)Jaime Marquínez Ferrándiz
2014-12-01[youtube] Extract framerate from the dash manifestJaime Marquínez Ferrándiz
Not all videos have 60 fps, for example they can have 48 fps.
2014-12-01release 2014.12.012014.12.01Philipp Hagemeister
2014-12-01[tunein] Use station APINaglis Jonaitis
2014-12-01Credit @Tithen-Firion for the myspace changes (#4341)Jaime Marquínez Ferrándiz
2014-12-01[slideshare] Fix description extractionSergey M․
2014-12-01[myspace] CleanupJaime Marquínez Ferrándiz
2014-12-01[myspace] Replace removed test video and fix the othersJaime Marquínez Ferrándiz
2014-12-01[myspace] Add extractor for albumsTithen-Firion
2014-12-01[myspace] Update testsTithen-Firion
2014-12-01[myspace] Redirect to other extractorsTithen-Firion
There are many songs just linked from Vevo/YouTube to MySpace. Vevo example: https://myspace.com/threedaysgrace/music/song/animal-i-have-become-28400208-28218041 YouTube example: https://myspace.com/starset2/music/song/first-light-95799905-106964426
2014-12-01[myspace] Handle non-playable songsTithen-Firion
I'm adding this because sometimes there is a song page, but you cannot play it. Example: https://myspace.com/starset2/music/song/let-it-die-maniac-agenda-remix-bonus-track-95799916-106964439 It will be useful for downloading whole album with songs like this.
2014-12-01[myspace] Add more data to info dictTithen-Firion
`uploader` is an artist `playlist` is an album
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[test/test_subtitles] Update checksum for vimeo subtitle fileJaime Marquínez Ferrándiz
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-30Merge pull request #4338 from t0mm0/x-minus-fixPhilipp Hagemeister
[xminus] update tkn extraction regex
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-29Merge pull request #4333 from ymln/bliptv-fixesJaime Marquínez Ferrándiz
[bliptv] Fix some videos not downloading
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-26[test/helper] Fix newlines in output of missing test fieldsPhilipp 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․