aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [hitbox] Skip subscribe only formats (Closes #8217)Sergey M․2016-01-211-0/+3
|
* [youtube] Simplify automatic captions URL check (Closes #8287)Sergey M․2016-01-211-2/+2
|
* Fix issue #8109 (error when downloading automatic captions)Dimitre Liotev2016-01-211-0/+3
|
* [yahoo] Add improve content id regexes (Closes #8290)Sergey M․2016-01-211-1/+2
|
* Additional regex for yahoo extractorigv2016-01-211-0/+1
|
* [vimeo] 'ext' must be a string, not a tuple (fixes #8288)Jaime Marquínez Ferrándiz2016-01-211-1/+1
| | | | There was an ',' at the end of the line.
* [tube8] PEP 8Sergey M․2016-01-201-1/+1
|
* [OraTV] update extractorCeruleanSky2016-01-201-6/+3
| | | | | | | | | | | "current" is now "video" "hls_stream" is now hls_stream without quotes video_id is now id duration for current video is not present(for other videos it is) modified regex to find hls_stream variable to work reguardless of whether it is quoted or not. [ora] Improve (Closes #8273)
* [tube8] Extract duration and modernizeSergey M․2016-01-201-29/+27
|
* [tube8] Fix extraction and extract all formats (Closes #8281)Sergey M․2016-01-201-11/+23
|
* Credit @FounderSG for WeiqiTV and LetvCloud (#7994)Yen Chi Hsuan2016-01-201-0/+1
| | | | [ci skip]
* [downloader/hls] Ask ffmpeg to quit when interrupting youtube-dl with ↵Jaime Marquínez Ferrándiz2016-01-191-1/+10
| | | | | | 'Ctrl+C' (#8252) Otherwise the mp4 file can't be played.
* Merge branch 'ping-patch-8239'Yen Chi Hsuan2016-01-201-14/+26
|\
| * [neteasemusic] Use float_or_noneYen Chi Hsuan2016-01-201-2/+5
| |
| * 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
| |/ |/|