Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [myvidster] Added support for Myvidster | Zack Fernandes | 2014-12-03 | 2 | -0/+29 |
| | |||||
* | [ted] Fix type_watch links extraction | Sergey M․ | 2014-12-03 | 1 | -2/+3 |
| | |||||
* | [brightcove] Make sure that the 'ext' variable is set (fixes #4360) | Jaime Marquínez Ferrándiz | 2014-12-03 | 1 | -1/+2 |
| | |||||
* | release 2014.12.03 | Philipp Hagemeister | 2014-12-03 | 1 | -1/+1 |
| | |||||
* | [nhl] Simplify | Jaime Marquínez Ferrándiz | 2014-12-03 | 1 | -3/+1 |
| | |||||
* | Merge branch 'master' of https://github.com/akretz/youtube-dl | Jaime Marquínez Ferrándiz | 2014-12-03 | 1 | -1/+17 |
|\ | |||||
| * | [nhl] Support videos which don't have mp4-extension (fixes #4348) | Adrian Kretz | 2014-12-02 | 1 | -1/+17 |
| | | |||||
* | | [nhl.com:videocenter] Don't match url with 'id=*' before 'catid' in the query | Jaime Marquínez Ferrándiz | 2014-12-02 | 1 | -1/+1 |
|/ | | | | Since the order extractors are added is not defined, it would match instead of NHLIE. | ||||
* | [rts] Improve _VALID_URL | Sergey M․ | 2014-12-02 | 1 | -1/+1 |
| | |||||
* | [24video] Add extractor (Closes #4350) | Sergey M․ | 2014-12-02 | 2 | -0/+110 |
| | |||||
* | [YoutubeDL] Avoid negative timestamps on Windows | Sergey M․ | 2014-12-02 | 1 | -0/+4 |
| | |||||
* | [rts] Improve _VALID_URL | Sergey M․ | 2014-12-02 | 1 | -1/+5 |
| | |||||
* | [rts] Add support for the new URL format and extract display id (Closes #4349) | Sergey M․ | 2014-12-02 | 1 | -8/+36 |
| | |||||
* | [rutube] Extract m3u8 formats (fixes #3984) | Jaime Marquínez Ferrándiz | 2014-12-01 | 1 | -2/+2 |
| | |||||
* | [youtube] Extract framerate from the dash manifest | Jaime Marquínez Ferrándiz | 2014-12-01 | 1 | -0/+1 |
| | | | | Not all videos have 60 fps, for example they can have 48 fps. | ||||
* | release 2014.12.01 | Philipp Hagemeister | 2014-12-01 | 1 | -1/+1 |
| | |||||
* | [tunein] Use station API | Naglis Jonaitis | 2014-12-01 | 1 | -6/+4 |
| | |||||
* | Credit @Tithen-Firion for the myspace changes (#4341) | Jaime Marquínez Ferrándiz | 2014-12-01 | 1 | -0/+1 |
| | |||||
* | [slideshare] Fix description extraction | Sergey M․ | 2014-12-01 | 1 | -1/+1 |
| | |||||
* | [myspace] Cleanup | Jaime Marquínez Ferrándiz | 2014-12-01 | 1 | -9/+8 |
| | |||||
* | [myspace] Replace removed test video and fix the others | Jaime Marquínez Ferrándiz | 2014-12-01 | 1 | -10/+14 |
| | |||||
* | [myspace] Add extractor for albums | Tithen-Firion | 2014-12-01 | 2 | -1/+44 |
| | |||||
* | [myspace] Update tests | Tithen-Firion | 2014-12-01 | 1 | -5/+28 |
| | |||||
* | [myspace] Redirect to other extractors | Tithen-Firion | 2014-12-01 | 2 | -1/+14 |
| | | | | | | 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 | ||||
* | [myspace] Handle non-playable songs | Tithen-Firion | 2014-12-01 | 1 | -1/+9 |
| | | | | | | 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. | ||||
* | [myspace] Add more data to info dict | Tithen-Firion | 2014-12-01 | 1 | -0/+2 |
| | | | | | `uploader` is an artist `playlist` is an album | ||||
* | [myspace] Use player_url for faster download | Tithen-Firion | 2014-12-01 | 1 | -0/+3 |
| | | | | It keeps reconnecting without it. Download time decreased from 7+ minutes to 25 seconds for me. | ||||
* | [youtube] Add a normal age-gate test video | Jaime Marquínez Ferrándiz | 2014-11-30 | 1 | -1/+14 |
| | |||||
* | [youtube] Simplify code for getting the dash manifest url | Jaime Marquínez Ferrándiz | 2014-11-30 | 1 | -4/+1 |
| | | | | video_info contains now the 'ytplayer.config.args' dictionary | ||||
* | [youtube] Try to extract the video_info from the webpage before requesting ↵ | Jaime Marquínez Ferrándiz | 2014-11-30 | 1 | -36/+24 |
| | | | | | | | 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). | ||||
* | [test/test_subtitles] Update checksum for vimeo subtitle file | Jaime Marquínez Ferrándiz | 2014-11-30 | 1 | -1/+1 |
| | |||||
* | [youtube] Update test | Jaime Marquínez Ferrándiz | 2014-11-30 | 1 | -2/+2 |
| | |||||
* | [youtube] Add format 313 (fixes #4339) | Jaime Marquínez Ferrándiz | 2014-11-30 | 1 | -0/+1 |
| | |||||
* | [bbccouk] Fix extraction (#4104, #4214) | Sergey M․ | 2014-11-30 | 1 | -41/+81 |
| | |||||
* | Merge pull request #4338 from t0mm0/x-minus-fix | Philipp Hagemeister | 2014-11-30 | 1 | -1/+1 |
|\ | | | | | [xminus] update tkn extraction regex | ||||
| * | [xminus] update tkn extraction regex | t0mm0 | 2014-11-30 | 1 | -1/+1 |
|/ | |||||
* | [youtube] Use a cookie for seeting the language | Jaime Marquínez Ferrándiz | 2014-11-30 | 2 | -18/+11 |
| | | | | This way, we don't have to do an aditional request | ||||
* | [youtube] Don't confirm age when initializing | Jaime Marquínez Ferrándiz | 2014-11-29 | 1 | -17/+0 |
| | | | | It seems that all the videos with age restriction use now the age gate method, which doesn't require any confirmation. | ||||
* | Merge pull request #4333 from ymln/bliptv-fixes | Jaime Marquínez Ferrándiz | 2014-11-29 | 1 | -6/+22 |
|\ | | | | | [bliptv] Fix some videos not downloading | ||||
| * | [bliptv] Fix \n\n at the end of real_url | Yuriy Melnyk | 2014-11-29 | 1 | -1/+1 |
| | | | | | | | | See https://github.com/rg3/youtube-dl/issues/3544#issuecomment-53166516 | ||||
| * | [bliptv] Fix resolution of lookup id in some videos | Yuriy Melnyk | 2014-11-29 | 1 | -5/+21 |
|/ | | | | | | | | 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. | ||||
* | [playvid] Capture and output error message | Sergey M․ | 2014-11-29 | 1 | -0/+7 |
| | |||||
* | [noco] Add support for multi language videos (Closes #4326) | Sergey M․ | 2014-11-28 | 1 | -26/+32 |
| | |||||
* | release 2014.11.27 | Philipp Hagemeister | 2014-11-27 | 1 | -1/+1 |
| | |||||
* | [buzzfeed] Add support for more video types (#4259) | Philipp Hagemeister | 2014-11-27 | 1 | -5/+27 |
| | |||||
* | release 2014.11.26.4 | Philipp Hagemeister | 2014-11-26 | 1 | -1/+1 |
| | |||||
* | [buzzfeed] Add new extractor (Fixes #4259) | Philipp Hagemeister | 2014-11-26 | 2 | -0/+53 |
| | |||||
* | [test/helper] Fix newlines in output of missing test fields | Philipp Hagemeister | 2014-11-26 | 1 | -1/+1 |
| | |||||
* | release 2014.11.26.3 | Philipp Hagemeister | 2014-11-26 | 1 | -1/+1 |
| | |||||
* | release 2014.11.26.2 | Philipp Hagemeister | 2014-11-26 | 1 | -1/+1 |
| |