summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'patch-8239' of https://github.com/ping/youtube-dl into ↵Yen Chi Hsuan2016-01-201-13/+22
|\ | | | | | | ping-patch-8239
| * [neteasemusic] Fallback to alt hosts if m5.music.126.net doesn't workping2016-01-171-13/+22
| |
| * Fixes #8239ping2016-01-161-1/+1
| |
* | Merge branch 'FounderSG-Weiqitv'Yen Chi Hsuan2016-01-203-1/+135
|\ \
| * | [weiqitv] Use single quotesYen Chi Hsuan2016-01-201-1/+1
| | |
| * | [weiqitv] Rename the extractor - capitilize 'TV'Yen Chi Hsuan2016-01-202-2/+2
| | |
| * | [weiqitv] Make codes shorterYen Chi Hsuan2016-01-201-4/+2
| | |
| * | [letv] LetvCloud: Detect ext instead of the hardcoded oneYen Chi Hsuan2016-01-201-2/+8
| | |
| * | [letv] LetvCloud: make title looks like a titleYen Chi Hsuan2016-01-201-4/+4
| | |
| * | [letv] LetvCloud: simplify and improve _VALID_URLYen Chi Hsuan2016-01-201-1/+1
| | |
| * | [letv] LetvCloud: check error messages from serverYen Chi Hsuan2016-01-201-0/+8
| | |
| * | [letv] LetvCloud: guard against invalid URLsYen Chi Hsuan2016-01-201-2/+8
| | |
| * | [letv] Use single quotesYen Chi Hsuan2016-01-201-2/+2
| | |
| * | [letv] Reduce duplicated codesYen Chi Hsuan2016-01-201-8/+11
| | |
| * | Merge branch 'Weiqitv' of https://github.com/FounderSG/youtube-dl into ↵Yen Chi Hsuan2016-01-193-1/+114
| |\ \ | | | | | | | | | | | | FounderSG-Weiqitv
| | * | [Weiqitv] Add new extractorFounder Fang2015-12-223-1/+114
| | | |
* | | | [viewster] Tolerate missing synopsis (Closes #8274)Sergey M․2016-01-201-2/+2
| | | |
* | | | [lemonde] Add extractorSergey M․2016-01-192-0/+35
| | | |
* | | | [ultimedia] Rename to digitekaSergey M․2016-01-193-7/+7
| | | |
* | | | [ultimedia] Extend _VALID_URL to support digitekaSergey M․2016-01-191-1/+4
|/ / /
* | | [extractor/generic] Extend dailymotion embed regexSergey M․2016-01-191-1/+1
| | |
* | | [dailymotion] Extend _VALID_URLSergey M․2016-01-191-2/+6
| | |
* | | [youtube] Skip testSergey M․2016-01-191-1/+2
| | |
* | | [youtube] Capture and output unavailable messageSergey M․2016-01-191-0/+5
| | |
* | | [youtube] Clarify test_Youtube_18Sergey M․2016-01-181-0/+3
| | |
* | | [youtube] Fix URL expansion in video descriptionSergey M․2016-01-181-1/+1
| | | | | | | | | | | | Fixes test_Youtube_18
* | | [atresplayer] Skip HLS completely (Closes #8261)Sergey M․2016-01-171-5/+0
| | |
* | | Merge pull request #8262 from jwilk/https-everywhereYen Chi Hsuan2016-01-171-1/+1
|\ \ \ | | | | | | | | [ustream] Use HTTPS for GitHub URL
| * | | [ustream] Use HTTPS for GitHub URLJakub Wilk2016-01-171-1/+1
|/ / /
* | | [ae] Rename to aenetworks and clarify extractor name and descriptionSergey M․2016-01-172-2/+4
| | |
* | | [compat] Clarify the versions requiring compat_kwargsYen Chi Hsuan2016-01-161-1/+1
| | | | | | | | | | | | | | | | | | It's supported since 2.7.0 alpha 1 and 2.6.5 rc 1. See https://hg.python.org/cpython/file/v2.7a1/Misc/NEWS#l337 https://hg.python.org/cpython/file/v2.6.5rc1/Misc/NEWS#l28
* | | [ae] Fix _TESTSYen Chi Hsuan2016-01-161-1/+2
| | |
* | | [bbc] Use _search_json_ldYen Chi Hsuan2016-01-161-13/+4
| | |
* | | [extractor/common] Allow passing more parameters to _search_json_ldYen Chi Hsuan2016-01-161-3/+3
| | |
* | | [README.md] Add protocol usage example in format selectionSergey M2016-01-161-0/+3
| | |
* | | [YoutubeDL] Ensure protocol is always presentSergey M․2016-01-161-0/+5
| |/ |/|
* | [README.md] Improve format selection documentationSergey M2016-01-161-4/+63
| |
* | [README.md] Mention new string operators for format selectionSergey M2016-01-161-1/+1
| |
* | [YoutubeDL] Introduce CSS3 like string operatorsYen Chi Hsuan2016-01-161-0/+3
| |
* | Merge pull request #8246 from dstftw/initial-json-ld-metadata-supportSergey M2016-01-162-1/+43
|\ \ | | | | | | Initial JSON-LD metadata extraction support
| * | [ae] Use JSON-LD for TV series metadataSergey M․2016-01-161-1/+6
| | |
| * | [extractor/common] Add initial support for JSON-LD metadata extraction into ↵Sergey M․2016-01-161-0/+37
| | | | | | | | | | | | info_dict
* | | Merge pull request #8245 from dstftw/auto-generate-title-fieldsSergey M2016-01-161-0/+6
|\ \ \ | | | | | | | | [YoutubeDL] Auto generate title fields corresponding to the *_number fields
| * | | [YoutubeDL] Auto generate title fields corresponding to the *_number fieldsSergey M․2016-01-161-0/+6
| |/ / | | | | | | | | | Auto generate title fields corresponding to the *_number fields when missing in order to always have clean titles. This is very common for TV series.
* | | [cultureunplugged] Improve (Closes #8060)Sergey M․2016-01-162-0/+64
| | |
* | | [zippcast] Improve (Closes #8198)Sergey M․2016-01-161-28/+64
| | |
* | | '[ZippCast] Add new extractor'ckuu2016-01-162-0/+59
| | | | | | | | | | | | Closes rg3/youtube-dl#6591
* | | release 2016.01.15Philipp Hagemeister2016-01-152-2/+4
| | |
* | | [cwtv] Add new extractorremitamine2016-01-152-0/+89
|/ /
* | [ae] Improve _VALID_URLSergey M․2016-01-151-1/+1
| |