Tom Gijselinck
fcddd596f1
Fix typos and improve grammar and spelling
2015-10-13 07:18:49 +02:00
Philipp Hagemeister
b78862f4ed
release 2015.10.06.2
2015-10-13 07:18:47 +02:00
Sergey M․
ac77bcb333
[canalplus] PEP 8
2015-10-13 07:18:46 +02:00
Sergey M․
e207cc270c
[canalplus] Extend video id regex ( Closes #7076 )
2015-10-13 07:18:44 +02:00
Sergey M․
310565eb00
[bandcamp] Prepend download URL with scheme when necessary ( Closes #7077 )
2015-10-13 07:18:42 +02:00
Sergey M․
5cfa812f6a
[compat] Fix wrong lines/columns order
...
stty size is rows x columns
2015-10-13 07:18:41 +02:00
Philipp Hagemeister
ceaadbd15b
release 2015.10.06.1
2015-10-13 07:18:39 +02:00
Philipp Hagemeister
96d3c2a6c3
[compat] Do not compare None <= 0
...
The result is meaningless (and it emits a warning in cpython2 when called with -3), so handle None before making integer comparisons.
2015-10-13 07:18:38 +02:00
Philipp Hagemeister
2eb02c1c78
release 2015.10.06
2015-10-13 07:18:36 +02:00
Sergey M
a803434d86
[README.md] Markdown improvements
2015-10-13 07:18:34 +02:00
Sergey M․
0d46afc88d
[ustream] Fix tests
2015-10-13 07:18:33 +02:00
Sergey M․
f0900f696b
[ustream] Fix typo
2015-10-13 07:18:31 +02:00
Sergey M․
e1a537b76d
[ustream] Move filesize
2015-10-13 07:18:30 +02:00
Sergey M․
b2fa107baa
[ustream] Remove unused import
2015-10-13 07:18:28 +02:00
Sergey M․
85bca47510
[tumblr] Remove redundant field
2015-10-13 07:18:26 +02:00
Sergey M․
ebdb5a787c
[ustream] Modernize
2015-10-13 07:18:25 +02:00
Sergey M․
c8c7f40115
[ustream] Switch extraction to api
2015-10-13 07:18:23 +02:00
David Rabinowitz
66f1fa020a
Fixed the ustream extractor to use the current ustream API
2015-10-13 07:18:22 +02:00
Sergey M․
801aa86b82
[tumblr] Add missing fields for vidme test
2015-10-13 07:18:20 +02:00
Sergey M․
ff3b478087
[tumblr] Remove redundant test
2015-10-13 07:18:18 +02:00
Sergey M․
18310099c3
[tumblr] Simplify and extract duration
2015-10-13 07:18:17 +02:00
Oli Allen
06ccb69685
[tumblr] Added support for HD video where available ( #7036 )
...
[tumblr] Replaced test URL for HD video as old one lead to 404
[tumblr] Don't make assumptions about video resolution, cleaner handling of no HD version available
[tumblr] Removed extraneous resolution key in HD video tests
2015-10-13 07:18:15 +02:00
Sergey M․
fe40129aa5
[appletrailers] Quotes consistency
2015-10-13 07:18:14 +02:00
Sergey M․
15f0a1b432
[pbs] Add test for #7059
2015-10-13 07:18:12 +02:00
Sergey M․
8d622dc2eb
[pbs] Allow empty attribute in player regex
2015-10-13 07:18:10 +02:00
Sergey M․
07da8f1c0b
[pbs] Improve player regex ( Closes #7059 )
2015-10-13 07:18:09 +02:00
Sergey M․
361174e268
[limelight] Add test video with subtitles
2015-10-13 07:18:07 +02:00
Sergey M․
53c245586c
[limelight] Fix python 2.6, simplify, make more robust ( Closes #6734 )
2015-10-13 07:18:06 +02:00
Sergey M․
57151424fa
[YoutubeDL] Autocalculate ext for subtitles when missing
2015-10-13 07:18:04 +02:00
remitamine
6d7fd8ff55
[limelight] Add new extractor
2015-10-13 07:18:02 +02:00
Naglis Jonaitis
fac5c1d341
[tapely] Improve _VALID_URL
2015-10-13 07:18:01 +02:00
remitamine
366b091ab6
[engadget] accept short video urls
2015-10-13 07:17:59 +02:00
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