youtube-dl
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

8 years ago[eagleplatform] Make _handle_error staticmethod
Sergey M․ [Sat, 26 Sep 2015 19:12:46 +0000 (01:12 +0600)]
[eagleplatform] Make _handle_error staticmethod

8 years ago[eagleplatform] Simplify secure mp4 construction and clarify rationale
Sergey M․ [Sat, 26 Sep 2015 19:10:39 +0000 (01:10 +0600)]
[eagleplatform] Simplify secure mp4 construction and clarify rationale

8 years ago[eagleplatform] use http urls explicitly
remitamine [Sat, 26 Sep 2015 17:53:57 +0000 (18:53 +0100)]
[eagleplatform] use http urls explicitly

8 years ago[eagleplatform] return the code to handle errors in all _download_json requests
remitamine [Sat, 26 Sep 2015 16:37:30 +0000 (17:37 +0100)]
[eagleplatform] return the code to handle errors in all _download_json requests

8 years ago[eagleplatform] extract mp4 url and fix thumbnail url
remitamine [Sat, 26 Sep 2015 14:30:02 +0000 (15:30 +0100)]
[eagleplatform] extract mp4 url and fix thumbnail url

8 years ago[qqmusic] Allow [mm:ss] timestamps
Sergey M․ [Sat, 26 Sep 2015 15:15:34 +0000 (21:15 +0600)]
[qqmusic] Allow [mm:ss] timestamps

8 years ago[qqmusic] Use release_date
Sergey M․ [Sat, 26 Sep 2015 15:08:23 +0000 (21:08 +0600)]
[qqmusic] Use release_date

8 years ago[extractor/common] Document release_date field
Sergey M․ [Sat, 26 Sep 2015 15:07:54 +0000 (21:07 +0600)]
[extractor/common] Document release_date field

8 years agoCredit @fqj1994 for qqmusic .lrc support
Sergey M․ [Sat, 26 Sep 2015 15:01:28 +0000 (21:01 +0600)]
Credit @fqj1994 for qqmusic .lrc support

8 years ago[qqmusic] Add test for a song with non .lrc lyrics
Sergey M․ [Sat, 26 Sep 2015 15:00:59 +0000 (21:00 +0600)]
[qqmusic] Add test for a song with non .lrc lyrics

8 years ago[qqmusic] Do not capture braced text from the middle of the string
Sergey M․ [Sat, 26 Sep 2015 14:54:41 +0000 (20:54 +0600)]
[qqmusic] Do not capture braced text from the middle of the string

8 years ago[qqmusic] Eliminate _filter_lrc and use single quotes
Sergey M․ [Sat, 26 Sep 2015 14:38:11 +0000 (20:38 +0600)]
[qqmusic] Eliminate _filter_lrc and use single quotes

8 years ago[qqmusic] Add subtitles for QQMusic
Qijiang Fan [Sun, 23 Aug 2015 16:31:30 +0000 (00:31 +0800)]
[qqmusic] Add subtitles for QQMusic

Use .lrc lyrics as subtitles if lyrics in lrc format exist.

8 years ago[bbc] Add test for programme that fails with iptv-all mediaset
Sergey M․ [Sat, 26 Sep 2015 14:07:12 +0000 (20:07 +0600)]
[bbc] Add test for programme that fails with iptv-all mediaset

8 years ago[bbc] Clarify iptv-all mediaset rationale
Sergey M․ [Sat, 26 Sep 2015 14:06:21 +0000 (20:06 +0600)]
[bbc] Clarify iptv-all mediaset rationale

8 years ago[bbc] Skip mediaselection on gelocation error (Closes #6983)
Sergey M․ [Sat, 26 Sep 2015 13:57:17 +0000 (19:57 +0600)]
[bbc] Skip mediaselection on gelocation error (Closes #6983)

8 years ago[extractor/generic] Use _extract_url for mtvservices
Sergey M․ [Sat, 26 Sep 2015 13:47:20 +0000 (19:47 +0600)]
[extractor/generic] Use _extract_url for mtvservices

8 years ago[mtvservices:embedded] Add _extract_url
Sergey M․ [Sat, 26 Sep 2015 13:46:42 +0000 (19:46 +0600)]
[mtvservices:embedded] Add _extract_url

8 years ago[mtv] Look for sm4:video:embed (Closes #6936, closes #6970)
Sergey M․ [Sat, 26 Sep 2015 13:45:43 +0000 (19:45 +0600)]
[mtv] Look for sm4:video:embed (Closes #6936, closes #6970)

8 years agoMerge pull request #6966 from remitamine/kuwo
Yen Chi Hsuan [Sat, 26 Sep 2015 11:28:16 +0000 (19:28 +0800)]
Merge pull request #6966 from remitamine/kuwo

[kuwo] fix title extraction and update test

8 years ago[kuwo] treat the offline error as an expected ExtractorError
remitamine [Sat, 26 Sep 2015 10:44:35 +0000 (11:44 +0100)]
[kuwo] treat the offline error as an expected ExtractorError

8 years ago[kuwo] check for the offline error page
remitamine [Sat, 26 Sep 2015 09:31:32 +0000 (10:31 +0100)]
[kuwo] check for the offline error page

8 years agoMerge pull request #6978 from remitamine/fktv
Sergey M. [Sat, 26 Sep 2015 07:01:21 +0000 (13:01 +0600)]
Merge pull request #6978 from remitamine/fktv

[fktv] get format_id from video file ext

8 years ago[fktv] get format_id from video file ext
remitamine [Sat, 26 Sep 2015 06:51:11 +0000 (07:51 +0100)]
[fktv] get format_id from video file ext

8 years agoAlso run tests with python 3.5
Jaime Marquínez Ferrándiz [Fri, 25 Sep 2015 20:34:02 +0000 (22:34 +0200)]
Also run tests with python 3.5

8 years ago[README.md] Document the 'duration' field in the output template (#6929)
Jaime Marquínez Ferrándiz [Fri, 25 Sep 2015 20:02:48 +0000 (22:02 +0200)]
[README.md] Document the 'duration' field in the output template (#6929)

8 years ago[fktv] Don't redefine 'url' in list comprehension
Jaime Marquínez Ferrándiz [Fri, 25 Sep 2015 19:58:45 +0000 (21:58 +0200)]
[fktv] Don't redefine 'url' in list comprehension

Detected with flake8.

8 years agoMerge branch 'remitamine-fktv'
Yen Chi Hsuan [Fri, 25 Sep 2015 11:28:26 +0000 (19:28 +0800)]
Merge branch 'remitamine-fktv'

8 years ago[kuwo] extract title inside element with class title exactly
remitamine [Fri, 25 Sep 2015 10:40:32 +0000 (11:40 +0100)]
[kuwo] extract title inside element with class title exactly

8 years ago[kuwo] fix title extraction and update test
remitamine [Fri, 25 Sep 2015 10:28:26 +0000 (11:28 +0100)]
[kuwo] fix title extraction and update test

8 years ago[fktv] Fix a regex
Yen Chi Hsuan [Fri, 25 Sep 2015 10:17:48 +0000 (18:17 +0800)]
[fktv] Fix a regex

8 years ago[fktv] Coding style
Yen Chi Hsuan [Fri, 25 Sep 2015 10:01:08 +0000 (18:01 +0800)]
[fktv] Coding style

8 years ago[fktv] Correct thumbnail extraction and add the test
Yen Chi Hsuan [Fri, 25 Sep 2015 09:58:44 +0000 (17:58 +0800)]
[fktv] Correct thumbnail extraction and add the test

8 years ago[fktv] Correct and improve some regexs
Yen Chi Hsuan [Fri, 25 Sep 2015 09:51:48 +0000 (17:51 +0800)]
[fktv] Correct and improve some regexs

8 years ago[fktv] Raise an error is no videos found
Yen Chi Hsuan [Fri, 25 Sep 2015 09:48:51 +0000 (17:48 +0800)]
[fktv] Raise an error is no videos found

8 years ago[fktv] Correct spellings
Yen Chi Hsuan [Fri, 25 Sep 2015 09:24:35 +0000 (17:24 +0800)]
[fktv] Correct spellings

8 years agoMerge branch 'fktv' of https://github.com/remitamine/youtube-dl into remitamine-fktv
Yen Chi Hsuan [Fri, 25 Sep 2015 09:02:10 +0000 (17:02 +0800)]
Merge branch 'fktv' of https://github.com/remitamine/youtube-dl into remitamine-fktv