aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Collapse)Author
2015-10-18[letv] Fix extractionYen Chi Hsuan
Using data URIs for passing the decrypted M3U8 manifest, which is supported by ffmpeg only.
2015-10-18[vine] Add counters to testsSergey M․
2015-10-18[extractor/common] Document repost_countSergey M․
2015-10-18[vine] Remove duplicate metadata, make more robust and modernize (Closes #7215)Sergey M․
2015-10-18[vine] Fix download testsLukáš Lalinský
2015-10-18[vine] Use JS data to get title/alt_titleLukáš Lalinský
2015-10-18[extractor/common] Allow angle brackets in attributes in _og_regexes (#7215)Sergey M․
2015-10-18[crunchyroll] Add maturity wall reference tests (#7202)Sergey M․
2015-10-18[crunchyroll] Bypass maturity wall (Closes #7202)Sergey M․
2015-10-18[lynda] Extract all prioritized streamsSergey M․
2015-10-18[dailymotion] Error spellingSergey M․
2015-10-18Merge pull request #7212 from lalinsky/dailymotion-errorSergey M.
[dailymotion] Report errors from player v5
2015-10-18[youtube] Generalize playlist entries extraction (Closes #6699, closes #6992)Sergey M․
2015-10-17[dailymotion] Report errors from player v5Lukáš Lalinský
2015-10-17[vidme] Add user-disabled testSergey M․
2015-10-17[vidme] Better error message for suspended vidme videosLukáš Lalinský
2015-10-17[vimeo] Clarify new react+flux website fallbackSergey M․
2015-10-17[vimeo] Extract config URL from (new?) React-based Vimeo's pageLukáš Lalinský
2015-10-17[twitch:vod] FormattingSergey M․
2015-10-17[twitch:vod] Improve extractionSergey M․
2015-10-17[twitch] Improve authenticationSergey M․
2015-10-17[rte] Actually recognize https urlsJaime Marquínez Ferrándiz
There was a missing 's' before the '?'.
2015-10-17[rte] Replace expired testJaime Marquínez Ferrándiz
According to their webpage it should be available until October 2035.
2015-10-16release 2015.10.162015.10.16Philipp Hagemeister
2015-10-17[rte] Update _VALID_URL (Closes #7198)Sergey M․
2015-10-17[bandcamp] ModernizeSergey M․
2015-10-17[bandcamp] Prepend download URL with scheme when necessary (2) (#7077)Sergey M․
2015-10-17[bbc] Fix FutureWarningSergey M․
2015-10-16[jeuxvideo] Fallback on og:title (Closes #7186, closes #7190)Sergey M․
2015-10-15[channel9] Update tests' thumbnailsSergey M․
2015-10-15[channel9] Add test for low quality mp4Sergey M․
2015-10-15[channel9] Add low quality formats and modernizeSergey M․
2015-10-14Merge pull request #7176 from remitamine/megavideozSergey M.
[megavideoz] remove extractor
2015-10-14[utils] Return default on fail in int_or_noneSergey M․
2015-10-14[utils] Do not fail in float_or_none on non-numeric dataSergey M․
2015-10-14[utils] Do not fail in int_or_none on non-numeric data (Closes #7175)Sergey M․
2015-10-14[megavideoz] remove extractorremitamine
2015-10-14[yandexmusic:track] Extract original size thumbnail (Closes #7160)Sergey M․
2015-10-14[extractor/common] Require closing quote in _og_regexes (Closes #7174)Sergey M․
E.g. do not match `property='og:video:type'` when `og:video` is requested.
2015-10-14Merge branch 'master' of github.com:rg3/youtube-dlSergey M․
2015-10-14[criterion] fix description extractionremitamine
2015-10-14[vimeo] Fix extraction of password protected videos (fixes #7169)Jaime Marquínez Ferrándiz
2015-10-14[5min] extract more video info and formatsremitamine
Closes #7124.
2015-10-13[fczenit] Add extractorkaspi
Closes #7143.
2015-10-13[channel9] strip 'session_day'Jaime Marquínez Ferrándiz
2015-10-13[channel9] Return a single dictionary for single videos (closes #7086)Jaime Marquínez Ferrándiz
Returning a list is deprecated.
2015-10-13Extract thumbnail urlDesweR
2015-10-13[beeg] Fix extraction (Closes #7155)Sergey M․
2015-10-13release 2015.10.132015.10.13Philipp Hagemeister
2015-10-12[vimeo] Fix m3u8 formatsYen Chi Hsuan
Reported at https://github.com/rg3/youtube-dl/pull/7126#issuecomment-147327584