Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-04 | [minhateca] Fix duration parsing | Philipp Hagemeister | |
2014-12-04 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2014-12-04 | [minhateca] Add extractor (Fixes #4094) | Philipp Hagemeister | |
2014-12-04 | [foxnews] Add extractor (Closes #4352) | Sergey M․ | |
2014-12-04 | [vine:user] Add support for another URL format (Closes #4365) | Sergey M․ | |
2014-12-04 | [myvidster] Enforce age limit in test | Philipp Hagemeister | |
2014-12-04 | Merge remote-tracking branch 'zackfern/myvidster' | Philipp Hagemeister | |
2014-12-04 | pep8 and minor beautification all around | Philipp Hagemeister | |
2014-12-04 | [bbccouk] Remove unused import | Philipp Hagemeister | |
2014-12-04 | [foxgay] Add thumbnail to test definition | Philipp Hagemeister | |
2014-12-04 | Merge remote-tracking branch 'zackfern/foxgay' | Philipp Hagemeister | |
2014-12-03 | [myvidster] Added support for Myvidster | Zack Fernandes | |
2014-12-03 | [foxgay] Initial support | Zack Fernandes | |
2014-12-04 | [vgtv] Update tests | Tithen-Firion | |
2014-12-04 | [break] Remove md5sum from test | Philipp Hagemeister | |
2014-12-04 | [audiomack] Update test | Tithen-Firion | |
2014-12-04 | [soundcloud] Improve_VALID_URL | Tithen-Firion | |
Add support for links from Audiomack | |||
2014-12-03 | [ted] Fix type_watch links extraction | Sergey M․ | |
2014-12-03 | [brightcove] Make sure that the 'ext' variable is set (fixes #4360) | Jaime Marquínez Ferrándiz | |
2014-12-03 | [nhl] Simplify | Jaime Marquínez Ferrándiz | |
2014-12-03 | Merge branch 'master' of https://github.com/akretz/youtube-dl | Jaime Marquínez Ferrándiz | |
2014-12-02 | [nhl.com:videocenter] Don't match url with 'id=*' before 'catid' in the query | Jaime 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_URL | Sergey M․ | |
2014-12-02 | [24video] Add extractor (Closes #4350) | Sergey M․ | |
2014-12-02 | [rts] Improve _VALID_URL | Sergey 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 manifest | Jaime Marquínez Ferrándiz | |
Not all videos have 60 fps, for example they can have 48 fps. | |||
2014-12-01 | [tunein] Use station API | Naglis Jonaitis | |
2014-12-01 | [slideshare] Fix description extraction | Sergey M․ | |
2014-12-01 | [myspace] Cleanup | Jaime Marquínez Ferrándiz | |
2014-12-01 | [myspace] Replace removed test video and fix the others | Jaime Marquínez Ferrándiz | |
2014-12-01 | [myspace] Add extractor for albums | Tithen-Firion | |
2014-12-01 | [myspace] Update tests | Tithen-Firion | |
2014-12-01 | [myspace] Redirect to other extractors | Tithen-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 songs | Tithen-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 dict | Tithen-Firion | |
`uploader` is an artist `playlist` is an album | |||
2014-12-01 | [myspace] Use player_url for faster download | Tithen-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 video | Jaime Marquínez Ferrándiz | |
2014-11-30 | [youtube] Simplify code for getting the dash manifest url | Jaime 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 test | Jaime 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 regex | t0mm0 | |
2014-11-30 | [youtube] Use a cookie for seeting the language | Jaime Marquínez Ferrándiz | |
This way, we don't have to do an aditional request | |||
2014-11-29 | [youtube] Don't confirm age when initializing | Jaime 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_url | Yuriy Melnyk | |
See https://github.com/rg3/youtube-dl/issues/3544#issuecomment-53166516 | |||
2014-11-29 | [bliptv] Fix resolution of lookup id in some videos | Yuriy 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. |