youtube-dl
8 years agorelease 2015.10.09
Philipp Hagemeister [Fri, 9 Oct 2015 07:09:22 +0000 (09:09 +0200)]
release 2015.10.09

8 years ago[extractor/common] Allow HTML5 unquoted attribute values
Yen Chi Hsuan [Fri, 9 Oct 2015 06:11:00 +0000 (14:11 +0800)]
[extractor/common] Allow HTML5 unquoted attribute values

Fixes #7108

HTML5 allows unquoted attribute values. See the "Unquoted attribute value
syntax" section [1] for more information

[1] http://www.w3.org/TR/html5/syntax.html

8 years ago[dailymotion] Update player v5 regex (Closes #7107)
Sergey M․ [Thu, 8 Oct 2015 21:54:49 +0000 (03:54 +0600)]
[dailymotion] Update player v5 regex (Closes #7107)

8 years ago[pbs] Carry long line
Sergey M․ [Thu, 8 Oct 2015 18:09:10 +0000 (00:09 +0600)]
[pbs] Carry long line

8 years agoMerge pull request #7105 from remitamine/pbs
Sergey M. [Thu, 8 Oct 2015 18:06:49 +0000 (00:06 +0600)]
Merge pull request #7105 from remitamine/pbs

[pbs] detect errors from http error code

8 years ago[pbs] place errors into a dict
remitamine [Thu, 8 Oct 2015 17:57:57 +0000 (18:57 +0100)]
[pbs] place errors into a dict

8 years ago[pbs] detect errors from http error code
remitamine [Thu, 8 Oct 2015 17:39:24 +0000 (18:39 +0100)]
[pbs] detect errors from http error code

8 years ago[4tube] Try extracting sources from the webpage before fetching player.js (Closes...
Sergey M․ [Thu, 8 Oct 2015 14:49:56 +0000 (20:49 +0600)]
[4tube] Try extracting sources from the webpage before fetching player.js (Closes #7103)

8 years ago[4tube] Revert uploader regexes and make non fatal
Sergey M․ [Thu, 8 Oct 2015 14:22:08 +0000 (20:22 +0600)]
[4tube] Revert uploader regexes and make non fatal

8 years ago[4tube] Style and make more robust
Sergey M․ [Thu, 8 Oct 2015 14:21:07 +0000 (20:21 +0600)]
[4tube] Style and make more robust

8 years agoFixed 4tube.com extractor to pull metadata from associated Javascript and not the...
kitty [Thu, 8 Oct 2015 13:31:23 +0000 (06:31 -0700)]
Fixed 4tube.com extractor to pull metadata from associated Javascript and not the HTML of the desired page.

8 years agoMerge pull request #7100 from AndroKev/nowtv-fix
Sergey M. [Thu, 8 Oct 2015 13:42:46 +0000 (19:42 +0600)]
Merge pull request #7100 from AndroKev/nowtv-fix

[nowtv] Update rtmp player URL

8 years agoFIX: nowtv
AndroKev [Thu, 8 Oct 2015 07:56:39 +0000 (09:56 +0200)]
FIX: nowtv

now the download works for me
thx to http://board.gulli.com/thread/1251646-videos-von-webseiten-runterladen-sammelthread-alle-fragen-hier-rein-/?p=14980081#post14980081

8 years agoMerge pull request #7085 from TomGijselinck/patch-1
Philipp Hagemeister [Wed, 7 Oct 2015 10:14:17 +0000 (12:14 +0200)]
Merge pull request #7085 from TomGijselinck/patch-1

Fix typos and improve grammar and spelling

8 years agoFix typos and improve grammar and spelling
Tom Gijselinck [Wed, 7 Oct 2015 08:32:44 +0000 (10:32 +0200)]
Fix typos and improve grammar and spelling

8 years agorelease 2015.10.06.2
Philipp Hagemeister [Tue, 6 Oct 2015 21:46:16 +0000 (23:46 +0200)]
release 2015.10.06.2

8 years ago[canalplus] PEP 8
Sergey M․ [Tue, 6 Oct 2015 20:43:12 +0000 (02:43 +0600)]
[canalplus] PEP 8

8 years ago[canalplus] Extend video id regex (Closes #7076)
Sergey M․ [Tue, 6 Oct 2015 17:08:28 +0000 (23:08 +0600)]
[canalplus] Extend video id regex (Closes #7076)

8 years ago[bandcamp] Prepend download URL with scheme when necessary (Closes #7077)
Sergey M․ [Tue, 6 Oct 2015 16:58:18 +0000 (22:58 +0600)]
[bandcamp] Prepend download URL with scheme when necessary (Closes #7077)

8 years ago[compat] Fix wrong lines/columns order
Sergey M․ [Tue, 6 Oct 2015 16:02:28 +0000 (22:02 +0600)]
[compat] Fix wrong lines/columns order

stty size is rows x columns

8 years agorelease 2015.10.06.1
Philipp Hagemeister [Tue, 6 Oct 2015 15:43:50 +0000 (17:43 +0200)]
release 2015.10.06.1

8 years ago[compat] Do not compare None <= 0
Philipp Hagemeister [Tue, 6 Oct 2015 12:28:14 +0000 (14:28 +0200)]
[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.

8 years agorelease 2015.10.06
Philipp Hagemeister [Tue, 6 Oct 2015 07:08:10 +0000 (09:08 +0200)]
release 2015.10.06

8 years ago[README.md] Markdown improvements
Sergey M [Mon, 5 Oct 2015 20:30:05 +0000 (02:30 +0600)]
[README.md] Markdown improvements

8 years ago[ustream] Fix tests
Sergey M․ [Mon, 5 Oct 2015 16:52:51 +0000 (22:52 +0600)]
[ustream] Fix tests

8 years ago[ustream] Fix typo
Sergey M․ [Mon, 5 Oct 2015 16:51:04 +0000 (22:51 +0600)]
[ustream] Fix typo

8 years ago[ustream] Move filesize
Sergey M․ [Mon, 5 Oct 2015 16:48:47 +0000 (22:48 +0600)]
[ustream] Move filesize

8 years ago[ustream] Remove unused import
Sergey M․ [Mon, 5 Oct 2015 16:44:59 +0000 (22:44 +0600)]
[ustream] Remove unused import

8 years ago[tumblr] Remove redundant field
Sergey M․ [Mon, 5 Oct 2015 16:44:36 +0000 (22:44 +0600)]
[tumblr] Remove redundant field

8 years ago[ustream] Modernize
Sergey M․ [Mon, 5 Oct 2015 16:40:20 +0000 (22:40 +0600)]
[ustream] Modernize

8 years ago[ustream] Switch extraction to api
Sergey M․ [Mon, 5 Oct 2015 16:30:38 +0000 (22:30 +0600)]
[ustream] Switch extraction to api

8 years agoFixed the ustream extractor to use the current ustream API
David Rabinowitz [Thu, 1 Oct 2015 09:07:27 +0000 (12:07 +0300)]
Fixed the ustream extractor to use the current ustream API

8 years ago[tumblr] Add missing fields for vidme test
Sergey M․ [Mon, 5 Oct 2015 15:54:54 +0000 (21:54 +0600)]
[tumblr] Add missing fields for vidme test

8 years ago[tumblr] Remove redundant test
Sergey M․ [Mon, 5 Oct 2015 15:53:59 +0000 (21:53 +0600)]
[tumblr] Remove redundant test

8 years ago[tumblr] Simplify and extract duration
Sergey M․ [Mon, 5 Oct 2015 15:53:01 +0000 (21:53 +0600)]
[tumblr] Simplify and extract duration

8 years ago[tumblr] Added support for HD video where available (#7036)
Oli Allen [Thu, 1 Oct 2015 21:50:12 +0000 (22:50 +0100)]
[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

8 years ago[appletrailers] Quotes consistency
Sergey M․ [Mon, 5 Oct 2015 14:21:53 +0000 (20:21 +0600)]
[appletrailers] Quotes consistency

8 years agoMerge pull request #6963 from remitamine/appledaily
Sergey M. [Mon, 5 Oct 2015 14:12:24 +0000 (20:12 +0600)]
Merge pull request #6963 from remitamine/appledaily

[nextmedia] update AppleDailyIE tests

8 years ago[pbs] Add test for #7059
Sergey M․ [Sun, 4 Oct 2015 15:37:49 +0000 (21:37 +0600)]
[pbs] Add test for #7059

8 years ago[pbs] Allow empty attribute in player regex
Sergey M․ [Sun, 4 Oct 2015 15:19:47 +0000 (21:19 +0600)]
[pbs] Allow empty attribute in player regex

8 years ago[pbs] Improve player regex (Closes #7059)
Sergey M․ [Sun, 4 Oct 2015 15:13:13 +0000 (21:13 +0600)]
[pbs] Improve player regex (Closes #7059)

8 years ago[limelight] Add test video with subtitles
Sergey M․ [Sun, 4 Oct 2015 14:48:44 +0000 (20:48 +0600)]
[limelight] Add test video with subtitles

8 years ago[limelight] Fix python 2.6, simplify, make more robust (Closes #6734)
Sergey M․ [Sun, 4 Oct 2015 14:41:57 +0000 (20:41 +0600)]
[limelight] Fix python 2.6, simplify, make more robust (Closes #6734)

8 years ago[YoutubeDL] Autocalculate ext for subtitles when missing
Sergey M․ [Sun, 4 Oct 2015 14:33:42 +0000 (20:33 +0600)]
[YoutubeDL] Autocalculate ext for subtitles when missing

8 years ago[limelight] Add new extractor
remitamine [Tue, 1 Sep 2015 22:05:19 +0000 (23:05 +0100)]
[limelight] Add new extractor

8 years agoMerge pull request #7052 from remitamine/engadget
Sergey M. [Sat, 3 Oct 2015 16:36:49 +0000 (22:36 +0600)]
Merge pull request #7052 from remitamine/engadget

[engadget] accept short video urls

8 years ago[tapely] Improve _VALID_URL
Naglis Jonaitis [Sat, 3 Oct 2015 13:25:33 +0000 (16:25 +0300)]
[tapely] Improve _VALID_URL

8 years ago[engadget] accept short video urls
remitamine [Sat, 3 Oct 2015 13:17:17 +0000 (14:17 +0100)]
[engadget] accept short video urls

8 years ago[doc] Better formatting of youtube-dl.1 (closes #6510)
Yen Chi Hsuan [Sun, 13 Sep 2015 12:10:23 +0000 (20:10 +0800)]
[doc] Better formatting of youtube-dl.1 (closes #6510)

8 years ago[compat] Allow overriding by only COLUMNS or LINES in compat_get_terminal_size
Yen Chi Hsuan [Sun, 13 Sep 2015 12:04:27 +0000 (20:04 +0800)]
[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

8 years ago[options] Cleanup double spaces in help texts
Yen Chi Hsuan [Sun, 13 Sep 2015 12:00:10 +0000 (20:00 +0800)]
[options] Cleanup double spaces in help texts

8 years ago[europa] Style fix: add whitespace after comma
Jaime Marquínez Ferrándiz [Fri, 2 Oct 2015 20:40:35 +0000 (22:40 +0200)]
[europa] Style fix: add whitespace after comma

8 years ago[europa] Add support for audio URLs
Sergey M․ [Fri, 2 Oct 2015 17:22:53 +0000 (23:22 +0600)]
[europa] Add support for audio URLs

8 years ago[europa] Improve extraction
Sergey M․ [Fri, 2 Oct 2015 16:29:15 +0000 (22:29 +0600)]
[europa] Improve extraction

8 years ago[europa] Add new extractor
ngld [Wed, 12 Aug 2015 14:59:04 +0000 (16:59 +0200)]
[europa] Add new extractor

8 years ago[ruutu] Limit resolution split to 2 pieces (Closes #7037, closes #7042)
Sergey M․ [Fri, 2 Oct 2015 14:48:39 +0000 (20:48 +0600)]
[ruutu] Limit resolution split to 2 pieces (Closes #7037, closes #7042)

8 years agoFix ruutu extractor bug
fluks [Fri, 2 Oct 2015 01:08:13 +0000 (04:08 +0300)]
Fix ruutu extractor bug

If there's no resolution attribute in xml, only width gets a
value, height doesn't and ValueError is raised.

8 years ago[test/helper] Fix style
Jaime Marquínez Ferrándiz [Fri, 2 Oct 2015 11:42:11 +0000 (13:42 +0200)]
[test/helper] Fix style

Use the correct indentation to please flake8

8 years ago[naver] Remove unused import
Jaime Marquínez Ferrándiz [Fri, 2 Oct 2015 11:41:52 +0000 (13:41 +0200)]
[naver] Remove unused import

8 years ago[videolecturesnet] Add test video with broken direct format links
Sergey M․ [Thu, 1 Oct 2015 17:10:36 +0000 (23:10 +0600)]
[videolecturesnet] Add test video with broken direct format links

8 years ago[extractor/common] Make f4m extraction for SMIL non fatal
Sergey M․ [Thu, 1 Oct 2015 17:04:56 +0000 (23:04 +0600)]
[extractor/common] Make f4m extraction for SMIL non fatal

8 years ago[extractor/common] Add fatal to _extract_f4m_formats
Sergey M․ [Thu, 1 Oct 2015 17:03:31 +0000 (23:03 +0600)]
[extractor/common] Add fatal to _extract_f4m_formats

8 years ago[extractor/common] Make m3u8 extraction for SMIL non fatal
Sergey M․ [Thu, 1 Oct 2015 16:59:20 +0000 (22:59 +0600)]
[extractor/common] Make m3u8 extraction for SMIL non fatal

8 years ago[extractor/common] Check validity of direct URLs
Sergey M․ [Thu, 1 Oct 2015 16:54:54 +0000 (22:54 +0600)]
[extractor/common] Check validity of direct URLs

8 years ago[videolecturesnet] Add playlist test
Sergey M․ [Thu, 1 Oct 2015 16:45:10 +0000 (22:45 +0600)]
[videolecturesnet] Add playlist test

8 years ago[videolecturesnet] Improve playlist extraction
Sergey M․ [Thu, 1 Oct 2015 16:44:51 +0000 (22:44 +0600)]
[videolecturesnet] Improve playlist extraction

8 years ago[videolecturesnet] Add support for playlists (Closes #7031)
Sergey M․ [Thu, 1 Oct 2015 16:39:38 +0000 (22:39 +0600)]
[videolecturesnet] Add support for playlists (Closes #7031)

8 years ago[videolecturesnet] Use generic SMIL extraction
Sergey M․ [Thu, 1 Oct 2015 16:19:39 +0000 (22:19 +0600)]
[videolecturesnet] Use generic SMIL extraction

8 years ago[extractor/common] Extract upload date from SMIL
Sergey M․ [Thu, 1 Oct 2015 16:18:59 +0000 (22:18 +0600)]
[extractor/common] Extract upload date from SMIL

8 years ago[extractor/common] Extract images from SMIL
Sergey M․ [Thu, 1 Oct 2015 16:08:16 +0000 (22:08 +0600)]
[extractor/common] Extract images from SMIL

8 years ago[extractor/common] Allow float bitrates
Sergey M․ [Thu, 1 Oct 2015 15:51:04 +0000 (21:51 +0600)]
[extractor/common] Allow float bitrates

8 years ago[nrktv] Rework subtitles and eliminate downloading twice
Sergey M․ [Thu, 1 Oct 2015 14:33:17 +0000 (20:33 +0600)]
[nrktv] Rework subtitles and eliminate downloading twice

8 years agoMerge pull request #7035 from jfremstad/nrk-fix-spelling
Sergey M. [Thu, 1 Oct 2015 13:56:21 +0000 (19:56 +0600)]
Merge pull request #7035 from jfremstad/nrk-fix-spelling

[nrk] Spelling

8 years ago[nrk] Spelling
Joakim Fremstad [Thu, 1 Oct 2015 12:58:49 +0000 (14:58 +0200)]
[nrk] Spelling

8 years ago[naver] Improve error regex
Sergey M․ [Wed, 30 Sep 2015 20:33:48 +0000 (02:33 +0600)]
[naver] Improve error regex

8 years ago[vk] Detect vimeo embeds (Closes #7021)
Sergey M․ [Wed, 30 Sep 2015 16:12:52 +0000 (22:12 +0600)]
[vk] Detect vimeo embeds (Closes #7021)

8 years ago[test/helper] Clarify field for list length mismatch
Sergey M․ [Wed, 30 Sep 2015 14:31:29 +0000 (20:31 +0600)]
[test/helper] Clarify field for list length mismatch

8 years ago[test/helper] Spelling
Sergey M․ [Wed, 30 Sep 2015 14:26:42 +0000 (20:26 +0600)]
[test/helper] Spelling

8 years ago[test/helper] Formatting
Sergey M․ [Wed, 30 Sep 2015 14:21:01 +0000 (20:21 +0600)]
[test/helper] Formatting

8 years ago[test] use descriptive variable name
Qijiang Fan [Wed, 30 Sep 2015 08:30:04 +0000 (10:30 +0200)]
[test] use descriptive variable name

8 years ago[test] split expect_dict to two functions
Qijiang Fan [Sat, 26 Sep 2015 15:10:38 +0000 (23:10 +0800)]
[test] split expect_dict to two functions

8 years ago[test] recursively check dict and list in expect_info_dict
Qijiang Fan [Sun, 30 Aug 2015 06:33:12 +0000 (14:33 +0800)]
[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.

8 years ago[nfl] Add test for #7012
Sergey M․ [Wed, 30 Sep 2015 14:06:21 +0000 (20:06 +0600)]
[nfl] Add test for #7012

8 years ago[nfl] fix content id regex(fixes #7012)
remitamine [Wed, 30 Sep 2015 12:30:48 +0000 (13:30 +0100)]
[nfl] fix content id regex(fixes #7012)

8 years ago[comedycentral] Fix youtube-dl :thedailyshow
Philipp Hagemeister [Wed, 30 Sep 2015 13:39:47 +0000 (15:39 +0200)]
[comedycentral] Fix youtube-dl :thedailyshow

We'll let the generic IE follow the redirect and call back to us with the episode URL

8 years ago[adultswim] Prefer stream (Closes #7015)
Sergey M․ [Tue, 29 Sep 2015 15:33:21 +0000 (21:33 +0600)]
[adultswim] Prefer stream (Closes #7015)

8 years agorelease 2015.09.28
Philipp Hagemeister [Mon, 28 Sep 2015 02:42:11 +0000 (04:42 +0200)]
release 2015.09.28

8 years ago[keek] Strip title
Sergey M․ [Sun, 27 Sep 2015 19:17:28 +0000 (01:17 +0600)]
[keek] Strip title

8 years ago[keek] Improve uploader fields regexes
Sergey M․ [Sun, 27 Sep 2015 19:15:13 +0000 (01:15 +0600)]
[keek] Improve uploader fields regexes

8 years ago[keek] Remove description
Sergey M․ [Sun, 27 Sep 2015 19:14:14 +0000 (01:14 +0600)]
[keek] Remove description

Since it equals title plus static suffix

8 years ago[keek] Make uploader fields non fatal
Sergey M․ [Sun, 27 Sep 2015 19:05:24 +0000 (01:05 +0600)]
[keek] Make uploader fields non fatal

8 years ago[keek] extract uploader and uploader id with _search_regex
remitamine [Sun, 27 Sep 2015 18:09:48 +0000 (19:09 +0100)]
[keek] extract uploader and uploader id with _search_regex

8 years ago[keek] add utf-8 coding cookie
remitamine [Sat, 26 Sep 2015 18:07:18 +0000 (19:07 +0100)]
[keek] add utf-8 coding cookie

8 years ago[keek] fix test title
remitamine [Sat, 26 Sep 2015 17:25:24 +0000 (18:25 +0100)]
[keek] fix test title

8 years ago[keek] extract more info
remitamine [Sat, 26 Sep 2015 17:04:25 +0000 (18:04 +0100)]
[keek] extract more info

8 years ago[keek] fix info extraction
remitamine [Thu, 24 Sep 2015 21:38:00 +0000 (22:38 +0100)]
[keek] fix info extraction

8 years ago[extractor/generic] Add support for condenast script embeds (Closes #6885, closes...
Sergey M․ [Sat, 26 Sep 2015 23:55:48 +0000 (05:55 +0600)]
[extractor/generic] Add support for condenast script embeds (Closes #6885, closes #6991)

8 years ago[condenast] Add support for JS embeds
Sergey M․ [Sat, 26 Sep 2015 23:53:21 +0000 (05:53 +0600)]
[condenast] Add support for JS embeds

8 years agoUse `insert` for all sys.path manipulations
Yen Chi Hsuan [Tue, 15 Sep 2015 13:30:24 +0000 (21:30 +0800)]
Use `insert` for all sys.path manipulations

Closes #6867.

8 years ago[eagleplatform] Use http scheme for thumbnail
Sergey M․ [Sat, 26 Sep 2015 19:17:44 +0000 (01:17 +0600)]
[eagleplatform] Use http scheme for thumbnail