youtube-dl
7 years agoMerge pull request #9537 from TRox1972/p1
Yen Chi Hsuan [Thu, 19 May 2016 08:58:44 +0000 (16:58 +0800)]
Merge pull request #9537 from TRox1972/p1

[Makefile] delete thumbnails

7 years ago[Makefile] delete thumbnails
TRox1972 [Wed, 18 May 2016 23:18:01 +0000 (01:18 +0200)]
[Makefile] delete thumbnails

7 years ago[ndtv] Fix extraction
Sergey M․ [Wed, 18 May 2016 22:34:19 +0000 (04:34 +0600)]
[ndtv] Fix extraction

7 years ago[utils] Allow None in remove_{start,end}
Sergey M․ [Wed, 18 May 2016 22:31:30 +0000 (04:31 +0600)]
[utils] Allow None in remove_{start,end}

7 years ago[formula1] Add new extractor(closes #3617)
remitamine [Wed, 18 May 2016 21:24:46 +0000 (22:24 +0100)]
[formula1] Add new extractor(closes #3617)

7 years ago[nfb] Modernize and extract subtitles
Sergey M․ [Tue, 17 May 2016 18:25:15 +0000 (00:25 +0600)]
[nfb] Modernize and extract subtitles

7 years ago[nfb] Fix uploader extraction
Sergey M․ [Tue, 17 May 2016 17:46:47 +0000 (23:46 +0600)]
[nfb] Fix uploader extraction

7 years ago[abcnews] Added a new extractor (closes #3992)
Yen Chi Hsuan [Tue, 17 May 2016 07:38:57 +0000 (15:38 +0800)]
[abcnews] Added a new extractor (closes #3992)

Related: #6108, #8664, #9459

7 years ago[utils] Check for None values in SOCKS proxy
Yen Chi Hsuan [Tue, 17 May 2016 06:38:15 +0000 (14:38 +0800)]
[utils] Check for None values in SOCKS proxy

Originally reported at
https://github.com/rg3/youtube-dl/pull/9287#issuecomment-219617864

7 years agorelease 2016.05.16
Philipp Hagemeister [Mon, 16 May 2016 15:25:47 +0000 (17:25 +0200)]
release 2016.05.16

7 years ago[groupon] Add support for Youtube embeds (Closes #9508)
Sergey M․ [Sun, 15 May 2016 18:30:13 +0000 (00:30 +0600)]
[groupon] Add support for Youtube embeds (Closes #9508)

7 years ago[collegehumor] Remove extractor
Sergey M․ [Sun, 15 May 2016 16:07:51 +0000 (22:07 +0600)]
[collegehumor] Remove extractor

It now uses brightcove

7 years ago[hearthisat] Update the first test
Yen Chi Hsuan [Sun, 15 May 2016 07:44:04 +0000 (15:44 +0800)]
[hearthisat] Update the first test

7 years ago[hearthisat] Detect invalid download links (fixes #9440)
Yen Chi Hsuan [Sun, 15 May 2016 07:35:31 +0000 (15:35 +0800)]
[hearthisat] Detect invalid download links (fixes #9440)

7 years ago[utils] Fix getheader in urlhandle_detect_ext
Yen Chi Hsuan [Sun, 15 May 2016 07:32:54 +0000 (15:32 +0800)]
[utils] Fix getheader in urlhandle_detect_ext

Fixes #7049, related to #9440

7 years ago[xvideos] Extract html5 player formats (Closes #9495)
Sergey M․ [Sat, 14 May 2016 21:38:04 +0000 (03:38 +0600)]
[xvideos] Extract html5 player formats (Closes #9495)

7 years ago[extractor/common] Improve name extraction for m3u8 formats
Sergey M․ [Sat, 14 May 2016 21:34:35 +0000 (03:34 +0600)]
[extractor/common] Improve name extraction for m3u8 formats

7 years ago[extractor/generic] Improve 3qsdn embeds support (Closes #9453)
Sergey M․ [Sat, 14 May 2016 17:58:25 +0000 (23:58 +0600)]
[extractor/generic] Improve 3qsdn embeds support (Closes #9453)

7 years ago[utils] Simplify integer conversion in js_to_json
Sergey M․ [Sat, 14 May 2016 17:41:57 +0000 (23:41 +0600)]
[utils] Simplify integer conversion in js_to_json

7 years ago[extractor/generic:3qsdn] Add support for embeds
Sergey M․ [Sat, 14 May 2016 17:40:34 +0000 (23:40 +0600)]
[extractor/generic:3qsdn] Add support for embeds

7 years ago[3qsdn] Add extractor
Sergey M․ [Sat, 14 May 2016 17:35:03 +0000 (23:35 +0600)]
[3qsdn] Add extractor

7 years ago[test_utils] PEP 8
Sergey M․ [Sat, 14 May 2016 14:46:33 +0000 (20:46 +0600)]
[test_utils] PEP 8

7 years ago[ora] Revert extraction to regexes
Sergey M․ [Sat, 14 May 2016 14:45:18 +0000 (20:45 +0600)]
[ora] Revert extraction to regexes

It's less fragile than using js_to_json with ora js

7 years ago[utils] Process non-base 10 integers in js_to_json
Sergey M․ [Sat, 14 May 2016 14:39:58 +0000 (20:39 +0600)]
[utils] Process non-base 10 integers in js_to_json

7 years ago[ora] minimise fragile regex shenanigans; recognise unsafespeech.com URLs
felix [Sun, 20 Mar 2016 11:17:57 +0000 (12:17 +0100)]
[ora] minimise fragile regex shenanigans; recognise unsafespeech.com URLs

7 years ago[utils] js_to_json: various improvements
felix [Sun, 13 Mar 2016 11:29:15 +0000 (12:29 +0100)]
[utils] js_to_json: various improvements

now JS object literals like { /* " */ 0: ",]\xaa<\/p>", } will be correctly converted to JSON.

7 years agoMerge pull request #9492 from jwilk/teamcoco
Yen Chi Hsuan [Sat, 14 May 2016 12:02:40 +0000 (20:02 +0800)]
Merge pull request #9492 from jwilk/teamcoco

[teamcoco] Fix base64 regexp

7 years agoMerge pull request #9493 from jwilk/errno
Yen Chi Hsuan [Sat, 14 May 2016 12:00:11 +0000 (20:00 +0800)]
Merge pull request #9493 from jwilk/errno

Don't hardcode errno constant

7 years agoDon't hardcode errno constant
Jakub Wilk [Sat, 14 May 2016 11:41:41 +0000 (13:41 +0200)]
Don't hardcode errno constant

The value of ENOENT is architecture-dependent, so don't assume it's
always 2.

7 years ago[teamcoco] Fix base64 regexp
Jakub Wilk [Sat, 14 May 2016 11:19:54 +0000 (13:19 +0200)]
[teamcoco] Fix base64 regexp

7 years ago[test/test_socks] Skip SOCKS tests
Yen Chi Hsuan [Sat, 14 May 2016 10:48:36 +0000 (18:48 +0800)]
[test/test_socks] Skip SOCKS tests

They occasional trigger errors or blocks
(https://travis-ci.org/rg3/youtube-dl/jobs/130184883)

7 years agoMerge pull request #9466 from TRox1972/patch-1
Yen Chi Hsuan [Sat, 14 May 2016 09:03:04 +0000 (17:03 +0800)]
Merge pull request #9466 from TRox1972/patch-1

Update README.md

7 years ago[cinemassacre] Remove extractor (Closes #9457)
Sergey M․ [Fri, 13 May 2016 22:53:14 +0000 (04:53 +0600)]
[cinemassacre] Remove extractor (Closes #9457)

It now uses jwplatform

7 years ago[YoutubeDL] Sanitize url for url and url_transparent extraction results
Sergey M․ [Fri, 13 May 2016 22:46:38 +0000 (04:46 +0600)]
[YoutubeDL] Sanitize url for url and url_transparent extraction results

7 years ago[sina] fix extraction(fixes #1146)
remitamine [Fri, 13 May 2016 19:24:36 +0000 (20:24 +0100)]
[sina] fix extraction(fixes #1146)

7 years ago[imdb] Improve extraction
Sergey M․ [Fri, 13 May 2016 17:25:05 +0000 (23:25 +0600)]
[imdb] Improve extraction

7 years ago[imdb] Relax _VALID_URL (Closes #9481)
Sergey M․ [Fri, 13 May 2016 16:19:00 +0000 (22:19 +0600)]
[imdb] Relax _VALID_URL (Closes #9481)

7 years ago[openload] Fix extraction (closes #9472)
Yen Chi Hsuan [Fri, 13 May 2016 10:11:08 +0000 (18:11 +0800)]
[openload] Fix extraction (closes #9472)

7 years ago[brightcove] change the protocol for m3u8 formats to m3u8_native
remitamine [Fri, 13 May 2016 07:35:38 +0000 (08:35 +0100)]
[brightcove] change the protocol for m3u8 formats to m3u8_native

7 years ago[nrk] extract m3u8 formats
remitamine [Fri, 13 May 2016 07:05:28 +0000 (08:05 +0100)]
[nrk] extract m3u8 formats

7 years ago[extractors] add import for UstudioEmbedIE
remitamine [Fri, 13 May 2016 04:25:32 +0000 (05:25 +0100)]
[extractors] add import for UstudioEmbedIE

7 years ago[ustudio] add support ustudio app/embed urls
remitamine [Fri, 13 May 2016 04:21:45 +0000 (05:21 +0100)]
[ustudio] add support ustudio app/embed urls

7 years ago[mgtv] extract http formats
remitamine [Thu, 12 May 2016 21:45:54 +0000 (22:45 +0100)]
[mgtv] extract http formats

7 years ago[nrk] Rework extractor (Closes #9470)
Sergey M․ [Thu, 12 May 2016 20:07:12 +0000 (02:07 +0600)]
[nrk] Rework extractor (Closes #9470)

7 years ago[twitch:bookmarks] Remove extractor
Sergey M․ [Thu, 12 May 2016 18:14:30 +0000 (00:14 +0600)]
[twitch:bookmarks] Remove extractor

Bookmarks no longer available

7 years ago[twitch] Skip dead tests
Sergey M․ [Thu, 12 May 2016 17:57:52 +0000 (23:57 +0600)]
[twitch] Skip dead tests

7 years ago[utils] Unquote crendentials passed to SOCKS proxies
Yen Chi Hsuan [Thu, 12 May 2016 10:57:53 +0000 (18:57 +0800)]
[utils] Unquote crendentials passed to SOCKS proxies

Fixes #9450

7 years agoUpdate README.md
TRox1972 [Thu, 12 May 2016 14:48:12 +0000 (16:48 +0200)]
Update README.md

7 years ago[bloomberg] Fix test_Bloomberg
Yen Chi Hsuan [Thu, 12 May 2016 12:05:43 +0000 (20:05 +0800)]
[bloomberg] Fix test_Bloomberg

In this test case, sometimes HLS is the best format while sometimes HDS
is. To prevent occasional test failures, force HDS to be the best
format. In the past, testing against HDS formats causes the same error
as #9214, which is fixed as #9377 landed.

7 years ago[downloader/f4m] Tolerate truncate segments when testing
Yen Chi Hsuan [Tue, 3 May 2016 10:06:50 +0000 (18:06 +0800)]
[downloader/f4m] Tolerate truncate segments when testing

Replaces #9216

Fixes #9214 and test_Bloomberg partially

7 years ago[vevo] Delay the georestriction check to prevent false alerts
Yen Chi Hsuan [Thu, 12 May 2016 11:56:58 +0000 (19:56 +0800)]
[vevo] Delay the georestriction check to prevent false alerts

Fixes #9408

7 years ago[utils] Add Œ and œ found in French to ACCENT_CHARS
Yen Chi Hsuan [Thu, 12 May 2016 11:48:48 +0000 (19:48 +0800)]
[utils] Add Œ and œ found in French to ACCENT_CHARS

Fixes #9463

7 years ago[iqiyi] Fix 1080P extraction (closes #9446)
Yen Chi Hsuan [Thu, 12 May 2016 10:48:27 +0000 (18:48 +0800)]
[iqiyi] Fix 1080P extraction (closes #9446)

7 years ago[__init__] Simplify colon presence check
Sergey M․ [Wed, 11 May 2016 16:03:30 +0000 (22:03 +0600)]
[__init__] Simplify colon presence check

7 years agoBugfix: Allow colons in custom HTTP header values.
teemuy [Wed, 11 May 2016 15:10:30 +0000 (18:10 +0300)]
Bugfix: Allow colons in custom HTTP header values.

7 years ago[compat] Rename shlex_quote and remove unused subprocess_check_output
Yen Chi Hsuan [Tue, 10 May 2016 07:58:25 +0000 (15:58 +0800)]
[compat] Rename shlex_quote and remove unused subprocess_check_output

7 years agorelease 2016.05.10
Philipp Hagemeister [Tue, 10 May 2016 07:08:08 +0000 (09:08 +0200)]
release 2016.05.10

7 years ago[test/test_socks] Use a different port range
Yen Chi Hsuan [Sun, 8 May 2016 07:16:32 +0000 (15:16 +0800)]
[test/test_socks] Use a different port range

Seems on Travis CI, ports in the original range are often used.

7 years ago[options] Update --proxy description for SOCKS proxies
Yen Chi Hsuan [Sun, 8 May 2016 07:15:58 +0000 (15:15 +0800)]
[options] Update --proxy description for SOCKS proxies

7 years ago[socks] Remove a superfluous clause
Yen Chi Hsuan [Sun, 8 May 2016 07:14:56 +0000 (15:14 +0800)]
[socks] Remove a superfluous clause

7 years ago[test/test_socks] Test with local SOCKS servers
Yen Chi Hsuan [Thu, 5 May 2016 09:09:13 +0000 (17:09 +0800)]
[test/test_socks] Test with local SOCKS servers

7 years ago[compat] Rename struct_(un)pack to compat_struct_(un)pack
Yen Chi Hsuan [Tue, 3 May 2016 08:50:16 +0000 (16:50 +0800)]
[compat] Rename struct_(un)pack to compat_struct_(un)pack

7 years ago[utils] Add rationale for register_socks_protocols
Yen Chi Hsuan [Tue, 3 May 2016 07:37:30 +0000 (15:37 +0800)]
[utils] Add rationale for register_socks_protocols

7 years ago[utils] Register SOCKS protocols in urllib and support SOCKS4A
Yen Chi Hsuan [Tue, 3 May 2016 07:15:32 +0000 (15:15 +0800)]
[utils] Register SOCKS protocols in urllib and support SOCKS4A

7 years ago[socks] Eliminate magic constants and improve
Yen Chi Hsuan [Tue, 3 May 2016 07:11:05 +0000 (15:11 +0800)]
[socks] Eliminate magic constants and improve

7 years ago[test/test_socks] Add tests for SOCKS proxies
Yen Chi Hsuan [Sat, 23 Apr 2016 13:30:44 +0000 (21:30 +0800)]
[test/test_socks] Add tests for SOCKS proxies

7 years ago[socks] Support SOCKS proxies
Yen Chi Hsuan [Sat, 23 Apr 2016 13:30:06 +0000 (21:30 +0800)]
[socks] Support SOCKS proxies

7 years ago[utils,compat] Move struct_pack and struct_unpack to compat.py
Yen Chi Hsuan [Sat, 23 Apr 2016 10:28:49 +0000 (18:28 +0800)]
[utils,compat] Move struct_pack and struct_unpack to compat.py

7 years ago[socks] Add socks.py from @bluec0re's public domain implementation
Yen Chi Hsuan [Sat, 23 Apr 2016 07:44:34 +0000 (15:44 +0800)]
[socks] Add socks.py from @bluec0re's public domain implementation

https://gist.github.com/bluec0re/cafd3764412967417fd3

7 years ago[downloader/hls] PEP 8
Sergey M․ [Mon, 9 May 2016 16:16:33 +0000 (22:16 +0600)]
[downloader/hls] PEP 8

7 years ago[test_compat] Remove unused import
Sergey M․ [Mon, 9 May 2016 16:15:55 +0000 (22:15 +0600)]
[test_compat] Remove unused import

7 years ago[downloader/external] Call ffmpeg with with HTTP_PROXY env variable set (#9437)
Sergey M․ [Mon, 9 May 2016 16:05:12 +0000 (22:05 +0600)]
[downloader/external] Call ffmpeg with with HTTP_PROXY env variable set (#9437)

7 years ago[test_compat] Avoid None values for compat_setenv
Sergey M․ [Mon, 9 May 2016 16:00:14 +0000 (22:00 +0600)]
[test_compat] Avoid None values for compat_setenv

7 years ago[test_compat] Use compat_setenv
Sergey M․ [Mon, 9 May 2016 15:58:38 +0000 (21:58 +0600)]
[test_compat] Use compat_setenv

7 years ago[compat] Add compat_setenv
Sergey M․ [Mon, 9 May 2016 15:55:03 +0000 (21:55 +0600)]
[compat] Add compat_setenv

7 years ago[downloader/hls] Add event media playlists to unsupported features of hlsnative
Sergey M․ [Mon, 9 May 2016 14:55:37 +0000 (20:55 +0600)]
[downloader/hls] Add event media playlists to unsupported features of hlsnative

7 years ago[downloader/hls] Remove EXT-X-MEDIA-SEQUENCE from unsupported features for hlsnative
Sergey M․ [Mon, 9 May 2016 14:45:03 +0000 (20:45 +0600)]
[downloader/hls] Remove EXT-X-MEDIA-SEQUENCE from unsupported features for hlsnative

7 years agoCredit @sleep-walker for #9431
Sergey M․ [Mon, 9 May 2016 14:38:33 +0000 (20:38 +0600)]
Credit @sleep-walker for #9431

7 years ago[ceskatelevize] Simplify, restore bonus video test and skip georestricted test (Close...
Sergey M․ [Mon, 9 May 2016 14:37:20 +0000 (20:37 +0600)]
[ceskatelevize] Simplify, restore bonus video test and skip georestricted test (Closes #9431)

7 years ago[ceskatelevize] Add support for live streams
Tomáš Čech [Sat, 7 May 2016 18:15:49 +0000 (20:15 +0200)]
[ceskatelevize] Add support for live streams

Live streams has no playlist title, use title of the stream containing
TV channel name. Internal m3u8 handler doesn't seem to handle well
continuous streams. Add test for live stream. Remove no longer
reachable test.

7 years agoMerge pull request #9358 from dstftw/hls-native-to-ffmpeg-delegation
Sergey M [Sun, 8 May 2016 22:07:55 +0000 (22:07 +0000)]
Merge pull request #9358 from dstftw/hls-native-to-ffmpeg-delegation

[downloader/hls] Delegate extraction to ffmpeg when unsupported features detected

7 years ago[mva] Improve _VALID_URLs
Sergey M․ [Sun, 8 May 2016 14:10:20 +0000 (20:10 +0600)]
[mva] Improve _VALID_URLs

7 years ago[mva] Add extractor (Closes #6667)
Sergey M․ [Sun, 8 May 2016 14:02:54 +0000 (20:02 +0600)]
[mva] Add extractor (Closes #6667)

7 years ago[litv] Add new extractor
Yen Chi Hsuan [Sun, 8 May 2016 06:34:38 +0000 (14:34 +0800)]
[litv] Add new extractor

LiTV is a streaming platform providing free and paid legal contents in
Taiwan.

7 years ago[arte] Improve language preference (Closes #9401, closes #9162)
Sergey M․ [Sun, 8 May 2016 00:52:42 +0000 (06:52 +0600)]
[arte] Improve language preference (Closes #9401, closes #9162)

7 years agoExpanduser for more options with input files
Sergey M․ [Sat, 7 May 2016 22:36:57 +0000 (04:36 +0600)]
Expanduser for more options with input files

7 years ago[downloader/external] Add temp fix ffmpeg m3u8 downloads (Closes #9394)
Sergey M․ [Sat, 7 May 2016 20:29:26 +0000 (02:29 +0600)]
[downloader/external] Add temp fix ffmpeg m3u8 downloads (Closes #9394)

7 years agoCredit @inondle for #9400
Sergey M․ [Sat, 7 May 2016 20:04:34 +0000 (02:04 +0600)]
Credit @inondle for #9400

7 years agoCredit @kdeldycke for #9430
Sergey M․ [Sat, 7 May 2016 18:11:44 +0000 (00:11 +0600)]
Credit @kdeldycke for #9430

7 years agoMerge pull request #9430 from kdeldycke/batch_file_home_expansion
Sergey M [Sat, 7 May 2016 18:09:51 +0000 (18:09 +0000)]
Merge pull request #9430 from kdeldycke/batch_file_home_expansion

Expand user's home in batch file path.

7 years agoExpand user's home in batch file path.
Kevin Deldycke [Sat, 7 May 2016 18:03:25 +0000 (20:03 +0200)]
Expand user's home in batch file path.

7 years ago[telegraaf] Fix extractor (closes #9318)
Yen Chi Hsuan [Sat, 7 May 2016 16:56:31 +0000 (00:56 +0800)]
[telegraaf] Fix extractor (closes #9318)

7 years ago[flickr] Extract uploader URL (Closes #9426)
Sergey M․ [Sat, 7 May 2016 14:15:40 +0000 (20:15 +0600)]
[flickr] Extract uploader URL (Closes #9426)

7 years ago[flickr] extract license field(closes #9425)
remitamine [Sat, 7 May 2016 14:12:20 +0000 (15:12 +0100)]
[flickr] extract license field(closes #9425)

7 years agoMerge pull request #9400 from inondle/master
Sergey M [Fri, 6 May 2016 19:23:31 +0000 (19:23 +0000)]
Merge pull request #9400 from inondle/master

[liveleak] Adds support for thumbnails and updates tests

7 years ago[liveleak] Adds support for thumbnails, updates tests
inondle [Fri, 6 May 2016 19:05:37 +0000 (12:05 -0700)]
[liveleak] Adds support for thumbnails, updates tests

7 years ago[vevo] Revert videoplayer.vevo.com to api.vevo.com
Sergey M․ [Fri, 6 May 2016 17:37:17 +0000 (23:37 +0600)]
[vevo] Revert videoplayer.vevo.com to api.vevo.com

7 years ago[vevo] Allow request to api.vevo.com to fail (Closes #9417)
Sergey M․ [Fri, 6 May 2016 17:35:58 +0000 (23:35 +0600)]
[vevo] Allow request to api.vevo.com to fail (Closes #9417)

I don't know whether this it's tempopary or api has just gone

7 years ago[youtube] Allow empty attribute values in description regex
Sergey M․ [Fri, 6 May 2016 16:11:18 +0000 (22:11 +0600)]
[youtube] Allow empty attribute values in description regex

7 years ago[utils] Allow empty attribute values in get_element_by_attribute (Closes #9415)
Sergey M․ [Fri, 6 May 2016 16:07:30 +0000 (22:07 +0600)]
[utils] Allow empty attribute values in get_element_by_attribute (Closes #9415)