Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | [downloader/fragment] Remove superfluous whitespace | Sergey M․ | 2016-01-30 | 1 | -3/+1 | |
| | | | | ||||||
* | | | | [downloader/f4m] Add live stream flag to context | Sergey M․ | 2016-01-30 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | Now download progress for f4m livestreams is reported correctly | |||||
* | | | | [downloader/fragment] Do not report total bytes estimation and eta for live ↵ | Sergey M․ | 2016-01-30 | 1 | -9/+16 | |
| | | | | | | | | | | | | | | | | streams | |||||
* | | | | [options] Add missing closing parenthesis | Sergey M․ | 2016-01-30 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | [matchtv] Add extractor (Closes #8313) | Sergey M․ | 2016-01-30 | 2 | -0/+56 | |
| | | | | ||||||
* | | | | [downloader/f4m] Prefer bootstrap url attribute over inline bootstrap info | Sergey M․ | 2016-01-30 | 1 | -3/+9 | |
|/ / / | ||||||
* | | | [facebook] Support alternative webpage form | Yen Chi Hsuan | 2016-01-30 | 1 | -5/+24 | |
| | | | | | | | | | | | | Fixes #8371 | |||||
* | | | Add --hls-use-mpegts option | Jaime Marquínez Ferrándiz | 2016-01-30 | 5 | -2/+13 | |
| | | | | | | | | | | | | | | | When using the mpegts container hls vidoes can be played while being downloaded (useful if you are recording a live stream). VLC and mpv play them file, but QuickTime doesn't. | |||||
* | | | [daum] Add 'thumbnail' to all _TESTS | Yen Chi Hsuan | 2016-01-30 | 1 | -1/+4 | |
| | | | ||||||
* | | | [daum.net] Support VodPlayer.swf URLs (closes #8173) | Yen Chi Hsuan | 2016-01-30 | 1 | -3/+19 | |
| | | | ||||||
* | | | Merge remote-tracking branch 'upstream/master' | Yen Chi Hsuan | 2016-01-30 | 8 | -9/+47 | |
|\ \ \ | ||||||
| * | | | [espn] Improve video id extraction (Closes #8368) | Sergey M․ | 2016-01-30 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | [extractor/common] Restrict checks when auto calculating tbr | Sergey M․ | 2016-01-30 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | [cspan] Unescape path (Closes #8365) | Sergey M․ | 2016-01-30 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | [azubu] Add extractor for live streams (closes #8343) | Jaime Marquínez Ferrándiz | 2016-01-29 | 2 | -2/+40 | |
| | | | | ||||||
| * | | | release 2016.01.29 | Philipp Hagemeister | 2016-01-29 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | [youtube:user] Require 'https?://' in the url (fixes #8356) | Jaime Marquínez Ferrándiz | 2016-01-29 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | It was matching www.youtube.com/embed/WpfukLMe1TM. The generic extractor automatically adds http:// if it's missing. | |||||
* | | | | Merge branch 'ping-daum-fix-clip' | Yen Chi Hsuan | 2016-01-30 | 1 | -4/+26 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | [daum.net] Move the request to ClipInfoXml.do | Yen Chi Hsuan | 2016-01-30 | 1 | -3/+4 | |
| | | | | | | | | | | | | | | | | To reduce the number of wasted requests | |||||
| * | | | Merge branch 'daum-fix-clip' of https://github.com/ping/youtube-dl into ↵ | Yen Chi Hsuan | 2016-01-30 | 1 | -1/+22 | |
|/| | | | | | | | | | | | | | | | ping-daum-fix-clip | |||||
| * | | | [daum] Fix add view_count, comment_count to test | ping | 2016-01-30 | 1 | -1/+3 | |
| | | | | ||||||
| * | | | [daum] Fix copy-paste mistake | ping | 2016-01-30 | 1 | -1/+2 | |
| | | | | ||||||
| * | | | [daum.net] Fixes #8331 | ping | 2016-01-27 | 1 | -1/+19 | |
| | | | | ||||||
* | | | | [bbc] Add test for #8147 | Sergey M․ | 2016-01-28 | 1 | -0/+13 | |
| | | | | ||||||
* | | | | [bbc] Add another description regex | Sergey M․ | 2016-01-28 | 1 | -1/+2 | |
| |_|/ |/| | | ||||||
* | | | [bbc] Add another title regex (Closes #8340) | Sergey M․ | 2016-01-28 | 1 | -1/+2 | |
| | | | ||||||
* | | | [ok] Add support for mobile URLs (Closes #8345) | Sergey M․ | 2016-01-28 | 1 | -1/+7 | |
| | | | ||||||
* | | | [ndr:embed:base] Add missing ext for m3u8 | Sergey M․ | 2016-01-28 | 1 | -1/+1 | |
| | | | ||||||
* | | | Credit @dyn888 for improving format selection | Yen Chi Hsuan | 2016-01-28 | 1 | -0/+1 | |
| | | | | | | | | | | | | [ci skip] | |||||
* | | | Merge pull request #8346 from dyn888/dyn888-regex-1 | Yen Chi Hsuan | 2016-01-28 | 2 | -1/+11 | |
|\ \ \ | |_|/ |/| | | Regex pattern update to match more codecs (fixes #6858) | |||||
| * | | Test codec with a dot '.' in name selection. | dyn888 | 2016-01-28 | 1 | -0/+10 | |
| | | | ||||||
| * | | Update YoutubeDL.py | dyn888 | 2016-01-28 | 1 | -1/+1 | |
|/ / | ||||||
* | | [cbsnews] Remove unused import | Sergey M․ | 2016-01-28 | 1 | -1/+0 | |
| | | ||||||
* | | [cbsnews] extract all formats | remitamine | 2016-01-27 | 1 | -31/+15 | |
| | | ||||||
* | | Merge pull request #8328 from remitamine/hls-master-detect | remitamine | 2016-01-27 | 1 | -2/+24 | |
|\ \ | | | | | | | [extractor/common] detect media playlist in _extract_m3u8_formats | |||||
| * | | [extractor/common] detect media playlist in _extract_m3u8_formats | remitamine | 2016-01-27 | 1 | -2/+24 | |
| | | | ||||||
* | | | [spankbang] Fix title extraction (Closes #8329) | Sergey M․ | 2016-01-27 | 1 | -1/+1 | |
| | | | ||||||
* | | | [spankbang] Fix formats extraction | Sergey M․ | 2016-01-27 | 1 | -1/+1 | |
| | | | ||||||
* | | | [extractor/common] Auto calculate tbr when missing | Sergey M․ | 2016-01-27 | 1 | -0/+6 | |
| | | | ||||||
* | | | release 2016.01.27 | Philipp Hagemeister | 2016-01-27 | 2 | -1/+2 | |
| |/ |/| | ||||||
* | | [instagram] Make description optional (Closes #8326) | Sergey M․ | 2016-01-26 | 1 | -2/+14 | |
| | | ||||||
* | | [cspan] Extract from path when no qualities (Closes #8317) | Sergey M․ | 2016-01-26 | 1 | -0/+7 | |
|/ | ||||||
* | Merge branch 'master' of github.com:rg3/youtube-dl | remitamine | 2016-01-26 | 1 | -5/+10 | |
|\ | ||||||
| * | [cspan] Fix clip/prog id extraction (#8317) | Sergey M․ | 2016-01-26 | 1 | -5/+10 | |
| | | ||||||
* | | [vevo] fallback to youtube video only if vevo video is geo restricted(fixes ↵ | remitamine | 2016-01-26 | 1 | -57/+36 | |
|/ | | | | 8263)(fixes 2874) | |||||
* | [vevo] extract metadata and formats from api if videoinfo is empty | remitamine | 2016-01-26 | 1 | -49/+140 | |
| | | | | | | these was fixed by @yan12125 in ff51983e1563db08734e43a07d5671a517f99ef6 i only added some code to extract video metadata and more formats from api | |||||
* | [vevo] extract all formats and bypass geo restriction | remitamine | 2016-01-25 | 1 | -133/+103 | |
| | ||||||
* | [facebook:post] Add extractor (Closes #8321) | Sergey M․ | 2016-01-25 | 2 | -1/+34 | |
| | ||||||
* | [facebook] Add shortcut and reformat _VALID_URL | Sergey M․ | 2016-01-25 | 1 | -9/+20 | |
| | ||||||
* | Merge pull request #8130 from dyn888/master | Yen Chi Hsuan | 2016-01-25 | 1 | -62/+62 | |
|\ | | | | | [youtube] added vcodec/acodec/abr for multiple itags |