youtube-dl
8 years agorelease 2015.10.24
Philipp Hagemeister [Fri, 23 Oct 2015 22:10:41 +0000 (00:10 +0200)]
release 2015.10.24

8 years agoFix py2exe build (#7276)
Philipp Hagemeister [Fri, 23 Oct 2015 22:10:28 +0000 (00:10 +0200)]
Fix py2exe build (#7276)

8 years ago[README.md] Fix typo
Sergey M [Fri, 23 Oct 2015 15:58:24 +0000 (15:58 +0000)]
[README.md] Fix typo

8 years ago[youtube:channel] Support age restricted channels (fixes #7277)
Jaime Marquínez Ferrándiz [Fri, 23 Oct 2015 12:23:45 +0000 (14:23 +0200)]
[youtube:channel] Support age restricted channels (fixes #7277)

8 years ago[youtube:channel] Fix test
Jaime Marquínez Ferrándiz [Fri, 23 Oct 2015 12:16:08 +0000 (14:16 +0200)]
[youtube:channel] Fix test

8 years ago[test/test_download] Use extract_flat = 'in_playlist' for playlist items
Jaime Marquínez Ferrándiz [Fri, 23 Oct 2015 12:12:46 +0000 (14:12 +0200)]
[test/test_download] Use extract_flat = 'in_playlist' for playlist items

Some playlist extractors return a 'url' result, which wouldn't be resolved.

8 years agorelease 2015.10.23
Philipp Hagemeister [Fri, 23 Oct 2015 07:33:05 +0000 (09:33 +0200)]
release 2015.10.23

8 years ago[crunchyroll] Improve subtitle regex (Closes #7262)
Sergey M․ [Thu, 22 Oct 2015 14:34:11 +0000 (20:34 +0600)]
[crunchyroll] Improve subtitle regex (Closes #7262)

8 years ago[bbc.co.uk:article] Add new extractor (#7257)
Yen Chi Hsuan [Thu, 22 Oct 2015 13:13:03 +0000 (21:13 +0800)]
[bbc.co.uk:article] Add new extractor (#7257)

8 years ago[bbc] Fix test_BBC_9
Yen Chi Hsuan [Thu, 22 Oct 2015 13:12:29 +0000 (21:12 +0800)]
[bbc] Fix test_BBC_9

8 years ago[iqiyi] Update key
Yen Chi Hsuan [Thu, 22 Oct 2015 09:47:11 +0000 (17:47 +0800)]
[iqiyi] Update key

8 years ago[adultswim] Don't default to the native m3u8 downloader (closes #7243)
Jaime Marquínez Ferrándiz [Wed, 21 Oct 2015 21:57:23 +0000 (23:57 +0200)]
[adultswim] Don't default to the native m3u8 downloader (closes #7243)

Some of the streams are encrypted, which is not supported .

8 years ago[facebook] Fix extraction (Closes #7252)
Sergey M․ [Wed, 21 Oct 2015 15:35:57 +0000 (21:35 +0600)]
[facebook] Fix extraction (Closes #7252)

8 years ago[vine] Use _search_regex for JSON data (Closes #7254, closes #7255)
Sergey M․ [Wed, 21 Oct 2015 14:35:22 +0000 (20:35 +0600)]
[vine] Use _search_regex for JSON data (Closes #7254, closes #7255)

8 years ago[stitcher] Improve (Closes #7162, closes #7228)
Sergey M․ [Tue, 20 Oct 2015 17:12:13 +0000 (23:12 +0600)]
[stitcher] Improve (Closes #7162, closes #7228)

8 years ago[stitcher] Add extractor
mjdubell [Mon, 19 Oct 2015 01:36:07 +0000 (03:36 +0200)]
[stitcher] Add extractor

Stitcher review updates

Removed re import

Stitcher review updates

8 years ago[utils:js_to_json] Fix bad escape in double quoted strings
Sergey M․ [Tue, 20 Oct 2015 17:09:51 +0000 (23:09 +0600)]
[utils:js_to_json] Fix bad escape in double quoted strings

8 years agoMerge pull request #7242 from lalinsky/vimeo-seed-status
Sergey M. [Tue, 20 Oct 2015 14:57:12 +0000 (20:57 +0600)]
Merge pull request #7242 from lalinsky/vimeo-seed-status

[vimeo] Fix error parsing

8 years ago[vimeo] New test, fixed one older test
Lukáš Lalinský [Tue, 20 Oct 2015 14:38:44 +0000 (16:38 +0200)]
[vimeo] New test, fixed one older test

8 years ago[vidme] Update test
Sergey M․ [Tue, 20 Oct 2015 14:18:23 +0000 (20:18 +0600)]
[vidme] Update test

8 years ago[vidme] Use original vid.me title template for untitled videos
Sergey M․ [Tue, 20 Oct 2015 14:17:54 +0000 (20:17 +0600)]
[vidme] Use original vid.me title template for untitled videos

8 years agoMerge pull request #7237 from lalinsky/vidme2
Sergey M. [Tue, 20 Oct 2015 14:14:12 +0000 (20:14 +0600)]
Merge pull request #7237 from lalinsky/vidme2

[vidme] Stream URL fallback, better error message for suspended videos

8 years ago[vimeo] Fix error parsing
Lukáš Lalinský [Tue, 20 Oct 2015 08:30:31 +0000 (10:30 +0200)]
[vimeo] Fix error parsing

8 years ago[vidme] Stream URL fallback, better error message for suspended videos
Lukáš Lalinský [Mon, 19 Oct 2015 18:53:27 +0000 (20:53 +0200)]
[vidme] Stream URL fallback, better error message for suspended videos

8 years ago[zdf] Modernize and PEP 8
Sergey M․ [Sun, 18 Oct 2015 19:48:05 +0000 (01:48 +0600)]
[zdf] Modernize and PEP 8

8 years agoMerge pull request #7225 from kennell/master
Sergey M. [Sun, 18 Oct 2015 19:30:14 +0000 (01:30 +0600)]
Merge pull request #7225 from kennell/master

[zdf] Extract thumbnails

8 years agosimplify thumbnail dict building
kennell [Sun, 18 Oct 2015 19:25:26 +0000 (21:25 +0200)]
simplify thumbnail dict building

8 years ago[README.md] Add uploader extraction sample in example extractor
Sergey M. [Sun, 18 Oct 2015 19:12:41 +0000 (01:12 +0600)]
[README.md] Add uploader extraction sample in example extractor

8 years agocheck if key attrib matches resolution pattern
kennell [Sun, 18 Oct 2015 19:07:52 +0000 (21:07 +0200)]
check if key attrib matches resolution pattern

8 years agouse int_or_none, check if attrib exists, remove thumbnail
kennell [Sun, 18 Oct 2015 18:47:42 +0000 (20:47 +0200)]
use int_or_none, check if attrib exists, remove thumbnail

8 years ago[ok] Extend _VALID_URL
Sergey M․ [Sun, 18 Oct 2015 18:11:16 +0000 (00:11 +0600)]
[ok] Extend _VALID_URL

8 years agoadds thumbnail support for ZDF Mediathek extractor
kennell [Sun, 18 Oct 2015 17:56:22 +0000 (19:56 +0200)]
adds thumbnail support for ZDF Mediathek extractor

8 years agorelease 2015.10.18
Philipp Hagemeister [Sun, 18 Oct 2015 17:23:40 +0000 (19:23 +0200)]
release 2015.10.18

8 years agoMerge pull request #7208 from yan12125/letv-fix
Yen Chi Hsuan [Sun, 18 Oct 2015 14:32:10 +0000 (22:32 +0800)]
Merge pull request #7208 from yan12125/letv-fix

[Letv] Fix extraction

8 years ago[eagleplatform] Identify hls formats
Sergey M․ [Sun, 18 Oct 2015 14:24:33 +0000 (20:24 +0600)]
[eagleplatform] Identify hls formats

8 years ago[viewster] Fix failing m3u8
Sergey M․ [Sun, 18 Oct 2015 13:59:18 +0000 (19:59 +0600)]
[viewster] Fix failing m3u8

8 years ago[canalc2] Fix test
Sergey M․ [Sun, 18 Oct 2015 13:27:22 +0000 (19:27 +0600)]
[canalc2] Fix test

8 years ago[canalc2] Extract duration
Sergey M․ [Sun, 18 Oct 2015 13:27:05 +0000 (19:27 +0600)]
[canalc2] Extract duration

8 years ago[canalc2] Add ext
Sergey M․ [Sun, 18 Oct 2015 13:23:52 +0000 (19:23 +0600)]
[canalc2] Add ext

8 years ago[canalc2] Improve some regexes
Sergey M․ [Sun, 18 Oct 2015 13:23:31 +0000 (19:23 +0600)]
[canalc2] Improve some regexes

8 years ago[canalc2] Improve rtmp extraction
Sergey M․ [Sun, 18 Oct 2015 13:19:43 +0000 (19:19 +0600)]
[canalc2] Improve rtmp extraction

8 years ago[canalc2] fix info extraction
remitamine [Mon, 21 Sep 2015 14:52:36 +0000 (15:52 +0100)]
[canalc2] fix info extraction

8 years ago[imdb] Fix extraction (fixes #7220)
Jaime Marquínez Ferrándiz [Sun, 18 Oct 2015 12:13:06 +0000 (14:13 +0200)]
[imdb] Fix extraction (fixes #7220)

8 years ago[letv] Update M3U8's MIME type
Yen Chi Hsuan [Sun, 18 Oct 2015 11:19:46 +0000 (19:19 +0800)]
[letv] Update M3U8's MIME type

The new MIME type appears in the following places:
https://www.iana.org/assignments/media-types/media-types.xhtml#application
https://hg.python.org/cpython/file/tip/Lib/mimetypes.py

8 years ago[twitter:card] Support YouTube embeds
Yen Chi Hsuan [Sun, 18 Oct 2015 11:07:37 +0000 (19:07 +0800)]
[twitter:card] Support YouTube embeds

8 years agoMerge branch 'atomicdryad-pr-twitter'
Yen Chi Hsuan [Sun, 18 Oct 2015 10:44:21 +0000 (18:44 +0800)]
Merge branch 'atomicdryad-pr-twitter'

8 years ago[twitter] Fix short URL extraction
Yen Chi Hsuan [Sun, 18 Oct 2015 10:23:56 +0000 (18:23 +0800)]
[twitter] Fix short URL extraction

8 years ago[twitter:card] Use _html_search_regex
Yen Chi Hsuan [Sun, 18 Oct 2015 10:08:24 +0000 (18:08 +0800)]
[twitter:card] Use _html_search_regex

8 years ago[twitter] Simplify and improve
Yen Chi Hsuan [Sun, 18 Oct 2015 10:04:13 +0000 (18:04 +0800)]
[twitter] Simplify and improve

8 years ago[twitter] Use _html_search_regex
Yen Chi Hsuan [Sun, 18 Oct 2015 09:18:01 +0000 (17:18 +0800)]
[twitter] Use _html_search_regex

8 years ago[twitter] Inherit from InfoExtractor directly
Yen Chi Hsuan [Sun, 18 Oct 2015 09:16:57 +0000 (17:16 +0800)]
[twitter] Inherit from InfoExtractor directly

8 years ago[twitter:card] Remove unneeded 'ext'
Yen Chi Hsuan [Sun, 18 Oct 2015 09:15:47 +0000 (17:15 +0800)]
[twitter:card] Remove unneeded 'ext'

8 years ago[twitter] Add IE_NAMEs
Yen Chi Hsuan [Sun, 18 Oct 2015 09:13:58 +0000 (17:13 +0800)]
[twitter] Add IE_NAMEs

8 years ago[twitter] Use _download_xml
Yen Chi Hsuan [Sun, 18 Oct 2015 09:11:55 +0000 (17:11 +0800)]
[twitter] Use _download_xml

8 years ago[twitter] Update tests
Yen Chi Hsuan [Sun, 18 Oct 2015 09:07:48 +0000 (17:07 +0800)]
[twitter] Update tests

8 years agoMerge branch 'pr-twitter' of https://github.com/atomicdryad/youtube-dl into atomicdry...
Yen Chi Hsuan [Sun, 18 Oct 2015 08:49:56 +0000 (16:49 +0800)]
Merge branch 'pr-twitter' of https://github.com/atomicdryad/youtube-dl into atomicdryad-pr-twitter

8 years ago[YoutubeDL] Use DataHandler
Yen Chi Hsuan [Sat, 17 Oct 2015 15:16:40 +0000 (23:16 +0800)]
[YoutubeDL] Use DataHandler

8 years ago[compat] Add compat_urllib_request_DataHandler
Yen Chi Hsuan [Sat, 17 Oct 2015 15:15:01 +0000 (23:15 +0800)]
[compat] Add compat_urllib_request_DataHandler

8 years ago[downloader/hls] Add headers only for http(s) URLs
Yen Chi Hsuan [Sat, 17 Oct 2015 14:49:05 +0000 (22:49 +0800)]
[downloader/hls] Add headers only for http(s) URLs

ffmpeg 2.8.1 raises an error with -headers and non-http input files.

8 years ago[letv] Fix extraction
Yen Chi Hsuan [Wed, 22 Jul 2015 12:03:05 +0000 (20:03 +0800)]
[letv] Fix extraction

Using data URIs for passing the decrypted M3U8 manifest, which is
supported by ffmpeg only.

8 years ago[vine] Add counters to tests
Sergey M․ [Sun, 18 Oct 2015 03:36:19 +0000 (09:36 +0600)]
[vine] Add counters to tests

8 years ago[extractor/common] Document repost_count
Sergey M․ [Sun, 18 Oct 2015 03:34:54 +0000 (09:34 +0600)]
[extractor/common] Document repost_count

8 years ago[vine] Remove duplicate metadata, make more robust and modernize (Closes #7215)
Sergey M․ [Sun, 18 Oct 2015 03:32:08 +0000 (09:32 +0600)]
[vine] Remove duplicate metadata, make more robust and modernize (Closes #7215)

8 years ago[vine] Fix download tests
Lukáš Lalinský [Sat, 17 Oct 2015 20:29:49 +0000 (22:29 +0200)]
[vine] Fix download tests

8 years ago[vine] Use JS data to get title/alt_title
Lukáš Lalinský [Sat, 17 Oct 2015 20:25:08 +0000 (22:25 +0200)]
[vine] Use JS data to get title/alt_title

8 years ago[extractor/common] Allow angle brackets in attributes in _og_regexes (#7215)
Sergey M․ [Sun, 18 Oct 2015 03:11:02 +0000 (09:11 +0600)]
[extractor/common] Allow angle brackets in attributes in _og_regexes (#7215)

8 years ago[crunchyroll] Add maturity wall reference tests (#7202)
Sergey M․ [Sun, 18 Oct 2015 01:06:47 +0000 (07:06 +0600)]
[crunchyroll] Add maturity wall reference tests (#7202)

8 years ago[crunchyroll] Bypass maturity wall (Closes #7202)
Sergey M․ [Sun, 18 Oct 2015 00:57:57 +0000 (06:57 +0600)]
[crunchyroll] Bypass maturity wall (Closes #7202)

8 years ago[lynda] Extract all prioritized streams
Sergey M․ [Sat, 17 Oct 2015 19:36:03 +0000 (01:36 +0600)]
[lynda] Extract all prioritized streams

8 years ago[dailymotion] Error spelling
Sergey M․ [Sat, 17 Oct 2015 19:00:37 +0000 (01:00 +0600)]
[dailymotion] Error spelling

8 years agoMerge pull request #7212 from lalinsky/dailymotion-error
Sergey M. [Sat, 17 Oct 2015 18:54:27 +0000 (00:54 +0600)]
Merge pull request #7212 from lalinsky/dailymotion-error

[dailymotion] Report errors from player v5

8 years ago[test_youtube_lists] Add test flat playlist entries' titles
Sergey M․ [Sat, 17 Oct 2015 18:27:06 +0000 (00:27 +0600)]
[test_youtube_lists] Add test flat playlist entries' titles

8 years ago[youtube] Generalize playlist entries extraction (Closes #6699, closes #6992)
Sergey M․ [Sat, 17 Oct 2015 18:11:34 +0000 (00:11 +0600)]
[youtube] Generalize playlist entries extraction (Closes #6699, closes #6992)

8 years ago[dailymotion] Report errors from player v5
Lukáš Lalinský [Sat, 17 Oct 2015 17:26:30 +0000 (19:26 +0200)]
[dailymotion] Report errors from player v5

8 years ago[vidme] Add user-disabled test
Sergey M․ [Sat, 17 Oct 2015 17:01:24 +0000 (23:01 +0600)]
[vidme] Add user-disabled test

8 years agoMerge pull request #7211 from lalinsky/vidme-suspended
Sergey M. [Sat, 17 Oct 2015 16:56:51 +0000 (22:56 +0600)]
Merge pull request #7211 from lalinsky/vidme-suspended

[vidme] Better error message for suspended vidme videos

8 years ago[vidme] Better error message for suspended vidme videos
Lukáš Lalinský [Sat, 17 Oct 2015 16:52:25 +0000 (18:52 +0200)]
[vidme] Better error message for suspended vidme videos

8 years ago[vimeo] Clarify new react+flux website fallback
Sergey M․ [Sat, 17 Oct 2015 16:48:14 +0000 (22:48 +0600)]
[vimeo] Clarify new react+flux website fallback

8 years agoMerge pull request #7209 from lalinsky/vimeo-new-page
Sergey M. [Sat, 17 Oct 2015 16:39:17 +0000 (22:39 +0600)]
Merge pull request #7209 from lalinsky/vimeo-new-page

Extract config URL from (new?) React-based Vimeo's page

8 years ago[vimeo] Extract config URL from (new?) React-based Vimeo's page
Lukáš Lalinský [Sat, 17 Oct 2015 16:18:40 +0000 (18:18 +0200)]
[vimeo] Extract config URL from (new?) React-based Vimeo's page

8 years ago[twitch:vod] Formatting
Sergey M․ [Sat, 17 Oct 2015 12:43:12 +0000 (18:43 +0600)]
[twitch:vod] Formatting

8 years ago[twitch:vod] Improve extraction
Sergey M․ [Sat, 17 Oct 2015 12:29:54 +0000 (18:29 +0600)]
[twitch:vod] Improve extraction

8 years ago[twitch] Improve authentication
Sergey M․ [Sat, 17 Oct 2015 12:28:21 +0000 (18:28 +0600)]
[twitch] Improve authentication

8 years ago[rte] Actually recognize https urls
Jaime Marquínez Ferrándiz [Sat, 17 Oct 2015 09:53:59 +0000 (11:53 +0200)]
[rte] Actually recognize https urls

There was a missing 's' before the '?'.

8 years ago[rte] Replace expired test
Jaime Marquínez Ferrándiz [Sat, 17 Oct 2015 09:49:51 +0000 (11:49 +0200)]
[rte] Replace expired test

According to their webpage it should be available until October 2035.

8 years agorelease 2015.10.16
Philipp Hagemeister [Fri, 16 Oct 2015 19:40:38 +0000 (21:40 +0200)]
release 2015.10.16

8 years ago[rte] Update _VALID_URL (Closes #7198)
Sergey M․ [Fri, 16 Oct 2015 19:08:23 +0000 (01:08 +0600)]
[rte] Update _VALID_URL (Closes #7198)

8 years ago[bandcamp] Modernize
Sergey M․ [Fri, 16 Oct 2015 18:51:35 +0000 (00:51 +0600)]
[bandcamp] Modernize

8 years ago[bandcamp] Prepend download URL with scheme when necessary (2) (#7077)
Sergey M․ [Fri, 16 Oct 2015 18:46:38 +0000 (00:46 +0600)]
[bandcamp] Prepend download URL with scheme when necessary (2) (#7077)

8 years ago[bbc] Fix FutureWarning
Sergey M․ [Fri, 16 Oct 2015 18:26:45 +0000 (00:26 +0600)]
[bbc] Fix FutureWarning

8 years ago[jeuxvideo] Fallback on og:title (Closes #7186, closes #7190)
Sergey M․ [Fri, 16 Oct 2015 02:44:19 +0000 (08:44 +0600)]
[jeuxvideo] Fallback on og:title (Closes #7186, closes #7190)

8 years ago[channel9] Update tests' thumbnails
Sergey M․ [Wed, 14 Oct 2015 19:59:11 +0000 (01:59 +0600)]
[channel9] Update tests' thumbnails

8 years ago[channel9] Add test for low quality mp4
Sergey M․ [Wed, 14 Oct 2015 19:57:59 +0000 (01:57 +0600)]
[channel9] Add test for low quality mp4

8 years ago[channel9] Add low quality formats and modernize
Sergey M․ [Wed, 14 Oct 2015 19:52:25 +0000 (01:52 +0600)]
[channel9] Add low quality formats and modernize

8 years agoMerge pull request #7176 from remitamine/megavideoz
Sergey M. [Wed, 14 Oct 2015 16:41:27 +0000 (22:41 +0600)]
Merge pull request #7176 from remitamine/megavideoz

[megavideoz] remove extractor

8 years ago[utils] Return default on fail in int_or_none
Sergey M․ [Wed, 14 Oct 2015 16:37:03 +0000 (22:37 +0600)]
[utils] Return default on fail in int_or_none

8 years ago[utils] Do not fail in float_or_none on non-numeric data
Sergey M․ [Wed, 14 Oct 2015 16:36:37 +0000 (22:36 +0600)]
[utils] Do not fail in float_or_none on non-numeric data

8 years ago[utils] Do not fail in int_or_none on non-numeric data (Closes #7175)
Sergey M․ [Wed, 14 Oct 2015 16:35:01 +0000 (22:35 +0600)]
[utils] Do not fail in int_or_none on non-numeric data (Closes #7175)

8 years ago[megavideoz] remove extractor
remitamine [Wed, 14 Oct 2015 16:25:07 +0000 (17:25 +0100)]
[megavideoz] remove extractor

8 years ago[yandexmusic:track] Extract original size thumbnail (Closes #7160)
Sergey M․ [Wed, 14 Oct 2015 15:15:29 +0000 (21:15 +0600)]
[yandexmusic:track] Extract original size thumbnail (Closes #7160)