1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-13 22:17:14 +08:00

9832 Commits

Author SHA1 Message Date
Yen Chi Hsuan
a3501c29af [doc] Better formatting of youtube-dl.1 (closes #6510) 2015-10-13 07:17:58 +02:00
Yen Chi Hsuan
ff21bf046c [compat] Allow overriding by only COLUMNS or LINES in compat_get_terminal_size
Now the semantic of this function is identical to
shutil.get_terminal_size() in Python 3.3+. The new behavior also
corresponds to the old get_term_width(), which is removed in
003c69a84b68cadb46aeb8e03115848a722fd675
2015-10-13 07:17:56 +02:00
Yen Chi Hsuan
89d3100c7a [options] Cleanup double spaces in help texts 2015-10-13 07:17:54 +02:00
Jaime Marquínez Ferrándiz
789a9dbfcc [europa] Style fix: add whitespace after comma 2015-10-13 07:17:53 +02:00
Sergey M․
d98d52a7e8 [europa] Add support for audio URLs 2015-10-13 07:17:51 +02:00
Sergey M․
088e3d8a28 [europa] Improve extraction 2015-10-13 07:17:50 +02:00
ngld
e2bd29a38e [europa] Add new extractor 2015-10-13 07:17:48 +02:00
Sergey M․
7a6e9db095 [ruutu] Limit resolution split to 2 pieces (Closes #7037, closes #7042) 2015-10-13 07:17:46 +02:00
fluks
5977efd7b5 Fix ruutu extractor bug
If there's no resolution attribute in xml, only width gets a
value, height doesn't and ValueError is raised.
2015-10-13 07:17:45 +02:00
Jaime Marquínez Ferrándiz
a7220e75bb [test/helper] Fix style
Use the correct indentation to please flake8
2015-10-13 07:17:43 +02:00
Jaime Marquínez Ferrándiz
2fb884620e [naver] Remove unused import 2015-10-13 07:17:41 +02:00
Sergey M․
ef08a30a0a [videolecturesnet] Add test video with broken direct format links 2015-10-13 07:17:40 +02:00
Sergey M․
9b51023123 [extractor/common] Make f4m extraction for SMIL non fatal 2015-10-13 07:17:38 +02:00
Sergey M․
7d426a9a1e [extractor/common] Add fatal to _extract_f4m_formats 2015-10-13 07:17:36 +02:00
Sergey M․
eaf4edd40c [extractor/common] Make m3u8 extraction for SMIL non fatal 2015-10-13 07:17:33 +02:00
Sergey M․
18c6b86e05 [extractor/common] Check validity of direct URLs 2015-10-13 07:17:32 +02:00
Sergey M․
9f7c1e8d3c [videolecturesnet] Add playlist test 2015-10-13 07:17:30 +02:00
Sergey M․
e7337224a0 [videolecturesnet] Improve playlist extraction 2015-10-13 07:17:28 +02:00
Sergey M․
cdf1bd5101 [videolecturesnet] Add support for playlists (Closes #7031) 2015-10-13 07:17:26 +02:00
Sergey M․
d0fb2ed74c [videolecturesnet] Use generic SMIL extraction 2015-10-13 07:17:24 +02:00
Sergey M․
173b94e295 [extractor/common] Extract upload date from SMIL 2015-10-13 07:17:23 +02:00
Sergey M․
8cd190c313 [extractor/common] Extract images from SMIL 2015-10-13 07:17:21 +02:00
Sergey M․
cc8cda9f86 [extractor/common] Allow float bitrates 2015-10-13 07:17:20 +02:00
Sergey M․
90f62fddf5 [nrktv] Rework subtitles and eliminate downloading twice 2015-10-13 07:17:18 +02:00
Joakim Fremstad
fc22dc406d [nrk] Spelling 2015-10-13 07:17:16 +02:00
Sergey M․
f68b90c766 [naver] Improve error regex 2015-10-13 07:17:14 +02:00
Sergey M․
5b10170b83 [vk] Detect vimeo embeds (Closes #7021) 2015-10-13 07:17:13 +02:00
Sergey M․
54c0bcfede [test/helper] Clarify field for list length mismatch 2015-10-13 07:17:11 +02:00
Sergey M․
58a56c7712 [test/helper] Spelling 2015-10-13 07:17:09 +02:00
Sergey M․
4312c5428c [test/helper] Formatting 2015-10-13 07:17:07 +02:00
Qijiang Fan
b89fb5fa71 [test] use descriptive variable name 2015-10-13 07:17:04 +02:00
Qijiang Fan
3d030465b8 [test] split expect_dict to two functions 2015-10-13 07:17:03 +02:00
Qijiang Fan
02e251779b [test] recursively check dict and list in expect_info_dict
This allows to use md5:, re:, etc within the str inside a list
or dict.
2015-10-13 07:17:01 +02:00
Sergey M․
90d7e91eec [nfl] Add test for #7012 2015-10-13 07:16:59 +02:00
remitamine
ce71d9dbd0 [nfl] fix content id regex(fixes #7012) 2015-10-13 07:16:58 +02:00
Philipp Hagemeister
45447e7df3 [comedycentral] Fix youtube-dl :thedailyshow
We'll let the generic IE follow the redirect and call back to us with the episode URL
2015-10-13 07:16:56 +02:00
Sergey M․
ccaeb68b9d [adultswim] Prefer stream (Closes #7015) 2015-10-13 07:16:54 +02:00
Philipp Hagemeister
c65ccfef85 release 2015.09.28 2015-10-13 07:16:52 +02:00
Sergey M․
f89babd37c [keek] Strip title 2015-10-13 07:16:51 +02:00
Sergey M․
cd98ec0cf5 [keek] Improve uploader fields regexes 2015-10-13 07:16:49 +02:00
Sergey M․
deee26623b [keek] Remove description
Since it equals title plus static suffix
2015-10-13 07:16:47 +02:00
Sergey M․
5de5083bb2 [keek] Make uploader fields non fatal 2015-10-13 07:16:45 +02:00
remitamine
51a8627a0c [keek] extract uploader and uploader id with _search_regex 2015-10-13 07:16:43 +02:00
remitamine
34c6cefcbd [keek] add utf-8 coding cookie 2015-10-13 07:16:42 +02:00
remitamine
d0d362637c [keek] fix test title 2015-10-13 07:16:40 +02:00
remitamine
adf018a570 [keek] extract more info 2015-10-13 07:16:38 +02:00
remitamine
75f24dfdbc [keek] fix info extraction 2015-10-13 07:16:37 +02:00
Sergey M․
6c7c31d2a4 [extractor/generic] Add support for condenast script embeds (Closes #6885, closes #6991) 2015-10-13 07:16:35 +02:00
Sergey M․
56dd095d1a [condenast] Add support for JS embeds 2015-10-13 07:16:33 +02:00
Yen Chi Hsuan
bf371b9d3d Use insert for all sys.path manipulations
Closes #6867.
2015-10-13 07:16:31 +02:00