21487 Commits

Author SHA1 Message Date
Sergey M․
8267423652 release 2016.05.30 2016.05.30 2016-05-30 01:18:23 +07:00
Sergey M
917a3196f8 [README.md] Update c runtime dependency FAQ entry 2016-05-30 01:03:40 +07:00
Sergey M․
56bd028a0f
[devscripts/buildserver] Listen on all interfaces 2016-05-30 00:21:18 +07:00
Sergey M․
681b923b5c
[devscripts/release.sh] Allow passing buildserver address as cli option 2016-05-29 23:36:42 +07:00
Yen Chi Hsuan
7706aa1b20
[utils] Use bytes-like objects as header values on Python 2 2016-05-29 19:25:25 +08:00
Yen Chi Hsuan
d8c89fb14e
[test/test_http] Fix getsockname() on Jython 2016-05-29 19:24:28 +08:00
Yen Chi Hsuan
9ed6d8c6c5
[youku] Extract resolution 2016-05-29 13:54:05 +08:00
Sergey M․
f3fb420b82
[devscripts/release.sh] Check for wheel 2016-05-29 11:49:14 +06:00
Sergey M․
165e3561e9
[devscripts/buildserver] Check Wow6432Node first when searching for python
This allows building releases from 64bit OS
2016-05-29 10:02:00 +06:00
Sergey M․
27f17c0eab
[Makefile] Fix youtube-dl.1 target
Now it accepts output filename as argument
2016-05-29 09:11:16 +06:00
Sergey M․
44c8892369
[devscripts/prepare_manpage] Fix manpage generation on Windows 2016-05-29 09:06:10 +06:00
Sergey M․
f574103d7c
[buildserver] Fix buildserver and make python2 compatible 2016-05-29 09:03:17 +06:00
Yen Chi Hsuan
6d138e98e3 Merge pull request #9621 from venth/feature/ignored_intellij
ignored intellij related files
2016-05-29 03:10:29 +08:00
Thomas Weininger
450266ff21 Add support for defining language preference order
Previously preference order as described in
https://github.com/rg3/youtube-dl#format-selection was not available
for the --sub-lang option. This commit adds support for this feature.

I've implemented this feature by adding a new helper method
_get_first_match(). I hope it can be reused at other locations as well
in order to simplify the often very complex code.
2016-05-28 20:29:04 +02:00
venth
2a329110b9 ignored intellij related files 2016-05-28 20:27:18 +02:00
Yen Chi Hsuan
2bee7b25f3
[Makefile] Cleanup m4a files
[ci skip]
2016-05-29 01:59:09 +08:00
Yen Chi Hsuan
92cf872a48
[.gitignore] Ignore mp3 files
[ci skip]
2016-05-29 01:59:01 +08:00
Yen Chi Hsuan
6461f2b7ec
[bilibili] Fix extraction, improve and cleanup 2016-05-29 01:26:00 +08:00
Sergey M․
807cf7b07f
[udemy] Fix authentication for localized layout (Closes #9594) 2016-05-28 21:18:24 +06:00
TRox1972
16000e0799 [iTunes] Add new extractor 2016-05-28 14:22:59 +02:00
TellowKrinkle
bdaf8a82b0 Changed variable names
originalURL makes more sense than dlstring
2016-05-27 22:10:22 -05:00
TellowKrinkle
5b7d70d625 Updated Test Cases
Added test case for original video downloading, Updated md5 and
duration for the old test case as google probably changed how video
processing works on their servers, breaking the md5 and duration tests.
2016-05-27 22:03:12 -05:00
TellowKrinkle
e77f114bf9 Add Original Download
Original is the actual file (rather than a google-reencoded version)
2016-05-27 21:35:57 -05:00
Sergey M․
de7d76af52
[coub] Add another test 2016-05-27 23:38:17 +06:00
Sergey M․
11c70deba7
[coub] Add extractor (Closes #9609) 2016-05-27 23:34:58 +06:00
TRox1972
d713c33c4a [EOnline] Add new extractor 2016-05-27 19:25:51 +02:00
Sergey M․
f36532404d
[vk] Remove superfluous code 2016-05-27 22:19:10 +06:00
TRox1972
a42b33349a [FinalBosses] Add new extractor 2016-05-27 18:00:28 +02:00
TRox1972
c0600ff06a [GodTV] Add new extractor 2016-05-27 13:37:40 +02:00
Gilles Habran
91ba156b43 Merge branch 'master' of https://github.com/rg3/youtube-dl 2016-05-27 08:47:31 +02:00
Alex Seiler
57f9aafeef [blick] Do not remove the 'formats' entry, which contains a .m3u8 file for multiple version of the video. 2016-05-27 00:38:59 +02:00
Alex Seiler
ab193cf18a [blick] Did some suggested changes.
- Use _match_id to get the video_id
 - Extract the video title from the webpage instead of the url
 - Removed unnecessary "if entry_info_dict.get('formats'):" check
2016-05-27 00:30:00 +02:00
Sergey M․
77b8b4e696
[extractor/common] Borrow quality metadata from parent set-level manifest for f4m 2016-05-27 01:47:44 +06:00
Sergey M․
2615fa7584
[downloader/f4m] Simply select format when it's the only one 2016-05-27 01:46:12 +06:00
Boris Wachtmeister
3a686853e1 [WDR] fixed parsing of playlists 2016-05-26 20:54:51 +02:00
Boris Wachtmeister
949fc42e00 [WDR] the other wdrmaus.de pages also changed to the new player 2016-05-26 20:54:51 +02:00
Boris Wachtmeister
33a1ff7113 [WDR] extract jsonp-url by parsing data-extension of mediaLink 2016-05-26 20:54:51 +02:00
Boris Wachtmeister
bec2c14f2c [WDR] add special handling if alt-url is a m3u8 2016-05-26 20:54:51 +02:00
Boris Wachtmeister
37f972954d [WDR] use _download_json with a strip_jsonp 2016-05-26 20:54:51 +02:00
Boris Wachtmeister
3874e6ea66 [WDR] use single quotes for strings 2016-05-26 20:54:51 +02:00
TRox1972
2a4c631fee [GodTV] Fix extraction 2016-05-26 20:26:00 +02:00
TRox1972
fc93b584d4 [GodTV] Add new extractor 2016-05-26 20:26:00 +02:00
Sergey M․
edfb05f5f6 [eporner] Make test only_matching 2016-05-26 20:25:59 +02:00
Kagami Hiiragi
88b7596d78 [vlive] Address site update
Changes:
* Fix video params extraction
* Don't make status request since status info now available on the page
* Remove unneeded code
* Fix test
2016-05-26 20:25:59 +02:00
wankerer
b037c71c1d [eporner] fix for the new URL layout
Recently eporner slightly changed the URL layout, the ID that used to be
digits only are now digits and letters, so youtube-dl falls back to
the generic extractor that doesn't work.

Fix the matching regex to allow letters in ID.

[v2: added a test case]
2016-05-26 20:25:59 +02:00
Yen Chi Hsuan
fac2af3c51
[common] Fix m3u8 extraction in f4m manifests 2016-05-27 01:41:27 +08:00
Sergey M․
6f8cb24219
[tvp] Expand _VALID_URL and improve naming (Closes #9602) 2016-05-26 22:21:55 +06:00
Yen Chi Hsuan
448bb5f333
[common] Fix non-bootstrapped support in f4m 2016-05-27 00:03:48 +08:00
Yen Chi Hsuan
293c255688
[utils] Remove debugging codes 2016-05-26 22:54:16 +08:00
Yen Chi Hsuan
ac88d2316e
[dw] Support documentaries (closes #9475) 2016-05-26 22:48:47 +08:00