youtube-dl
7 years agoMerge branch 'master' of github.com-rndusr:rg3/youtube-dl into fix/str-item-assignment
Random User [Sat, 25 Mar 2017 20:36:59 +0000 (21:36 +0100)]
Merge branch 'master' of github.com-rndusr:rg3/youtube-dl into fix/str-item-assignment

7 years ago[test_compat] Do not use dash in env variables' names
Sergey M․ [Sat, 25 Mar 2017 20:24:25 +0000 (03:24 +0700)]
[test_compat] Do not use dash in env variables' names

7 years ago[test_utils] Do not use dash in env variables' names
Sergey M․ [Sat, 25 Mar 2017 20:22:48 +0000 (03:22 +0700)]
[test_utils] Do not use dash in env variables' names

7 years ago[test_utils] Fix expand_path tests
Sergey M․ [Sat, 25 Mar 2017 20:07:56 +0000 (03:07 +0700)]
[test_utils] Fix expand_path tests

7 years ago[pluralsight] PEP 8
Sergey M․ [Sat, 25 Mar 2017 19:34:25 +0000 (02:34 +0700)]
[pluralsight] PEP 8

7 years ago[franceculture] PEP 8
Sergey M․ [Sat, 25 Mar 2017 19:32:46 +0000 (02:32 +0700)]
[franceculture] PEP 8

7 years ago[atresplayer] PEP 8
Sergey M․ [Sat, 25 Mar 2017 19:32:14 +0000 (02:32 +0700)]
[atresplayer] PEP 8

7 years agoUse expand_path where appropriate (closes #12556)
Sergey M․ [Sat, 25 Mar 2017 19:31:16 +0000 (02:31 +0700)]
Use expand_path where appropriate (closes #12556)

7 years ago[utils] Introduce expand_path
Sergey M․ [Sat, 25 Mar 2017 19:30:10 +0000 (02:30 +0700)]
[utils] Introduce expand_path

7 years ago_find_jwplayer_data() returns dict or None
Random User [Sat, 25 Mar 2017 18:38:30 +0000 (19:38 +0100)]
_find_jwplayer_data() returns dict or None

This simplifies code for callers of `_find_jwplayer_data()` which no longer have
to run `_parse_json()` on the return value.

It also makes sure that `_find_jwplayer_data()` returns either a `dict` or
`None` and nothing else.

7 years ago[downloader/hls] immediately delegate downloading to ffmpeg in case live stream
Remita Amine [Sat, 25 Mar 2017 18:37:54 +0000 (19:37 +0100)]
[downloader/hls] immediately delegate downloading to ffmpeg in case live stream

7 years agoAdd test for JWPlayer where config is passed as variable
Random User [Sat, 25 Mar 2017 18:37:45 +0000 (19:37 +0100)]
Add test for JWPlayer where config is passed as variable

7 years ago[afreecatv] Fix extraction (closes #12179)
Yen Chi Hsuan [Sun, 5 Mar 2017 16:31:44 +0000 (00:31 +0800)]
[afreecatv] Fix extraction (closes #12179)

7 years ago[atvat] Add new extractor(closes #5325)
Remita Amine [Sat, 25 Mar 2017 17:13:13 +0000 (18:13 +0100)]
[atvat] Add new extractor(closes #5325)

7 years ago[atresplayer] Do not extract ISM formats
Sergey M․ [Sat, 25 Mar 2017 14:40:28 +0000 (21:40 +0700)]
[atresplayer] Do not extract ISM formats
As per @remitamine: the ISM downloader does not support videos served from wowza servers(it will produce broken files)

7 years ago[test_download] Print additional IEs in summary output
John Hawkinson [Sat, 25 Mar 2017 14:36:40 +0000 (10:36 -0400)]
[test_download] Print additional IEs in summary output

7 years ago[fox] remove unused import
Remita Amine [Sat, 25 Mar 2017 13:28:53 +0000 (14:28 +0100)]
[fox] remove unused import

7 years ago[fox] Add metadata extraction
gkoelln [Sat, 25 Mar 2017 13:12:25 +0000 (08:12 -0500)]
[fox] Add metadata extraction

Add series, season number, episode number and episode.

7 years ago[generic] Replace LazyYT test with skiplagged
John Hawkinson [Mon, 20 Mar 2017 00:52:25 +0000 (20:52 -0400)]
[generic] Replace LazyYT test with skiplagged

discourse.ubuntu.com has gone away, repalce with skiplagged.com.
Be nice to have a non-frontpage URL that might be more stable,
though I don't have one. Maybe this should move to html
in test/test_InfoExtractor.py?

7 years ago[atresplayer] Extract DASH and ISM formats
Sergey M․ [Sat, 25 Mar 2017 11:03:46 +0000 (18:03 +0700)]
[atresplayer] Extract DASH and ISM formats

7 years ago[atresplayer] Extract HD manifest
zurfyx [Sat, 25 Mar 2017 00:08:47 +0000 (01:08 +0100)]
[atresplayer] Extract HD manifest

7 years ago[atresplayer] Fix login error detection
zurfyx [Fri, 24 Mar 2017 23:45:32 +0000 (00:45 +0100)]
[atresplayer] Fix login error detection

7 years ago[franceculture] fix extraction(closes #12547)
Remita Amine [Sat, 25 Mar 2017 06:03:13 +0000 (07:03 +0100)]
[franceculture] fix extraction(closes #12547)

7 years ago[youtube] Improve _VALID_URLs (closes #12538)
Sergey M․ [Fri, 24 Mar 2017 18:17:17 +0000 (01:17 +0700)]
[youtube] Improve _VALID_URLs (closes #12538)

7 years ago[generic] Do not follow redirects to the same URL
Sergey M․ [Thu, 23 Mar 2017 17:45:24 +0000 (00:45 +0700)]
[generic] Do not follow redirects to the same URL

7 years agorelease 2017.03.24
Sergey M․ [Thu, 23 Mar 2017 17:24:23 +0000 (00:24 +0700)]
release 2017.03.24

7 years ago[ChangeLog] Actualize
Sergey M․ [Thu, 23 Mar 2017 17:19:58 +0000 (00:19 +0700)]
[ChangeLog] Actualize

7 years ago[channel9] Remove expired comment and sort imports
Sergey M․ [Thu, 23 Mar 2017 16:58:12 +0000 (23:58 +0700)]
[channel9] Remove expired comment and sort imports

7 years ago[channel9] Extract more formats
Sergey M․ [Thu, 23 Mar 2017 16:47:43 +0000 (23:47 +0700)]
[channel9] Extract more formats

7 years ago[ninecninemedia] remove mp4 url extraction request
Remita Amine [Thu, 23 Mar 2017 12:52:07 +0000 (13:52 +0100)]
[ninecninemedia] remove mp4 url extraction request

7 years ago[bellmedia] add support for etalk.ca(closes #12447)
Remita Amine [Thu, 23 Mar 2017 12:48:32 +0000 (13:48 +0100)]
[bellmedia] add support for etalk.ca(closes #12447)

7 years ago[channel9] fix extraction(closes #11323)
Remita Amine [Thu, 23 Mar 2017 08:22:17 +0000 (09:22 +0100)]
[channel9] fix extraction(closes #11323)

7 years ago[cloudy] Fix extraction (closes #12525)
Sergey M․ [Wed, 22 Mar 2017 16:48:06 +0000 (23:48 +0700)]
[cloudy] Fix extraction (closes #12525)

7 years ago[hbo] add support for free episode urls and new formats extraction(closes #12519)
Remita Amine [Wed, 22 Mar 2017 16:28:24 +0000 (17:28 +0100)]
[hbo] add support for free episode urls and new formats extraction(closes #12519)

7 years ago[condenast] Fix extraction and style (closes #12526)
Sergey M․ [Wed, 22 Mar 2017 16:22:14 +0000 (23:22 +0700)]
[condenast] Fix extraction and style (closes #12526)

7 years ago[viu] Relax _VALID_URL (closes #12529)
Sergey M․ [Wed, 22 Mar 2017 15:26:59 +0000 (22:26 +0700)]
[viu] Relax _VALID_URL (closes #12529)

7 years agorelease 2017.03.22
Sergey M․ [Tue, 21 Mar 2017 19:36:50 +0000 (02:36 +0700)]
release 2017.03.22

7 years ago[ChangeLog] Actualize
Sergey M․ [Tue, 21 Mar 2017 19:35:09 +0000 (02:35 +0700)]
[ChangeLog] Actualize

7 years ago[pluralsight] Omit module title from video title (closes #12506)
Sergey M․ [Tue, 21 Mar 2017 19:28:04 +0000 (02:28 +0700)]
[pluralsight] Omit module title from video title (closes #12506)

7 years ago[pornhub] Improve extraction and style (closes #12515)
Sergey M․ [Tue, 21 Mar 2017 18:59:27 +0000 (01:59 +0700)]
[pornhub] Improve extraction and style (closes #12515)

7 years ago[pornhub] Decode obfuscated video URL (closes #12470)
Throaway [Mon, 20 Mar 2017 23:29:39 +0000 (16:29 -0700)]
[pornhub] Decode obfuscated video URL (closes #12470)

7 years ago[generic] Add test for Senate ISVP iframe embed
John Hawkinson [Tue, 21 Mar 2017 17:12:14 +0000 (13:12 -0400)]
[generic] Add test for Senate ISVP iframe embed

7 years ago[senateisvp] Allow https URL scheme for embeds
John Hawkinson [Mon, 20 Mar 2017 15:35:13 +0000 (11:35 -0400)]
[senateisvp] Allow https URL scheme for embeds

7 years ago[Openload.co] Fixed Extraction
Vijay Singh [Mon, 20 Mar 2017 03:52:32 +0000 (09:22 +0530)]
[Openload.co] Fixed Extraction

They did it again. just a minor change though. here's quick fix

7 years agorelease 2017.03.20
Sergey M․ [Sun, 19 Mar 2017 17:07:57 +0000 (00:07 +0700)]
release 2017.03.20

7 years ago[ChangeLog] Actualize
Sergey M․ [Sun, 19 Mar 2017 17:03:58 +0000 (00:03 +0700)]
[ChangeLog] Actualize

7 years ago[YoutubeDL] Allow multiple input URLs to be used with stdout as output template
Sergey M․ [Sun, 19 Mar 2017 16:59:40 +0000 (23:59 +0700)]
[YoutubeDL] Allow multiple input URLs to be used with stdout as output template

7 years agoCredit @mrBliss for vtm (#11912)
Sergey M․ [Sun, 19 Mar 2017 16:48:02 +0000 (23:48 +0700)]
Credit @mrBliss for vtm (#11912)

7 years ago[ChangeLog] Update after #12099
Yen Chi Hsuan [Sun, 19 Mar 2017 12:42:17 +0000 (20:42 +0800)]
[ChangeLog] Update after #12099

7 years ago[BostonGlobe] New. Nonstandard version of Brightcove.
John Hawkinson [Wed, 8 Mar 2017 23:13:54 +0000 (18:13 -0500)]
[BostonGlobe] New. Nonstandard version of Brightcove.

Has a "data-brightcove-video-id" instead of a "data-video-id," otherwise
pretty much just Brightcove. Except the Globe isn't all Brightcove
videos, so fallback to Generic, too.

Also, abstract playlist_from_matches() from generic.py to common.py, and use
it here.

History of these changes can be found in
51170427d4b1143572a498dedaee61863a5b2c5b.

7 years ago[toongoggles] Add new extractor(closes #12171)
Remita Amine [Sat, 18 Mar 2017 23:45:04 +0000 (00:45 +0100)]
[toongoggles] Add new extractor(closes #12171)

7 years ago[medialaan] Remove unrelated test
Sergey M․ [Sat, 18 Mar 2017 16:23:47 +0000 (23:23 +0700)]
[medialaan] Remove unrelated test

7 years ago[adobepass] Detect and output error on authz token extraction (#12472)
Sergey M․ [Fri, 17 Mar 2017 23:19:11 +0000 (06:19 +0700)]
[adobepass] Detect and output error on authz token extraction (#12472)

7 years ago[openload] Fix extraction
Vijay Singh [Fri, 17 Mar 2017 23:02:55 +0000 (04:32 +0530)]
[openload] Fix extraction

7 years ago[medialaan] Fix and improve extraction (closes #11912)
Sergey M․ [Fri, 17 Mar 2017 22:58:54 +0000 (05:58 +0700)]
[medialaan] Fix and improve extraction (closes #11912)

7 years ago[vtm] Add extractor (closes #9974)
mrBliss [Tue, 31 Jan 2017 12:59:18 +0000 (13:59 +0100)]
[vtm] Add extractor (closes #9974)

Implementation of the approach described in #9974.

7 years ago[discoverynetworks] add support for more domains and bypass geo restiction
Remita Amine [Fri, 17 Mar 2017 08:53:44 +0000 (09:53 +0100)]
[discoverynetworks] add support for more domains and bypass geo restiction

7 years ago[openload] Fix extraction (closes #10408)
Yen Chi Hsuan [Fri, 17 Mar 2017 07:20:12 +0000 (15:20 +0800)]
[openload] Fix extraction (closes #10408)

Thanks to @makgun02

Ref: http://pastebin.com/raw/JX9gHFUz

7 years ago[test_InfoExtractor] Add some realworld tests for _extract_jwplayer_data
Sergey M․ [Thu, 16 Mar 2017 17:00:01 +0000 (00:00 +0700)]
[test_InfoExtractor] Add some realworld tests for _extract_jwplayer_data

7 years agorelease 2017.03.16
Sergey M․ [Thu, 16 Mar 2017 15:42:12 +0000 (22:42 +0700)]
release 2017.03.16

7 years ago[ChangeLog] Actualize
Sergey M․ [Thu, 16 Mar 2017 15:39:48 +0000 (22:39 +0700)]
[ChangeLog] Actualize

7 years ago[options] Mention flac support and sort alphabetically among the audio formats
Philipp Hagemeister [Thu, 16 Mar 2017 11:54:47 +0000 (12:54 +0100)]
[options] Mention flac support and sort alphabetically among the audio formats

7 years ago[postprocessor/ffmpeg] Add support for flac
Philipp Hagemeister [Thu, 16 Mar 2017 11:50:45 +0000 (12:50 +0100)]
[postprocessor/ffmpeg] Add support for flac

Requested at http://stackoverflow.com/q/42828041/35070

7 years ago[extractor/common] Extract SMIL formats from jwplayer
Sergey M․ [Wed, 15 Mar 2017 20:30:53 +0000 (03:30 +0700)]
[extractor/common] Extract SMIL formats from jwplayer

7 years ago[extractor/generic] Add forgotten return for jwplayer formats
Sergey M․ [Wed, 15 Mar 2017 20:28:01 +0000 (03:28 +0700)]
[extractor/generic] Add forgotten return for jwplayer formats

7 years ago[redbull] improve extraction
Remita Amine [Wed, 15 Mar 2017 00:40:54 +0000 (01:40 +0100)]
[redbull] improve extraction

- extract 1080p quality
- correct ttml subtitle ext
- catch api errors
- reduce request size

7 years agorelease 2017.03.15
Sergey M․ [Tue, 14 Mar 2017 19:01:24 +0000 (02:01 +0700)]
release 2017.03.15

7 years ago[ChangeLog] Actualize
Sergey M․ [Tue, 14 Mar 2017 18:58:59 +0000 (01:58 +0700)]
[ChangeLog] Actualize

7 years ago[Openload] Fixed Extraction
Vijay Singh [Mon, 13 Mar 2017 23:49:18 +0000 (05:19 +0530)]
[Openload] Fixed Extraction

They did changed it again.

7 years ago[facebook] Make title optional (closes #12443)
Sergey M․ [Mon, 13 Mar 2017 17:37:39 +0000 (00:37 +0700)]
[facebook] Make title optional (closes #12443)

7 years ago[telecinco] Add test for #12430
Sergey M․ [Mon, 13 Mar 2017 15:41:28 +0000 (22:41 +0700)]
[telecinco] Add test for #12430

7 years ago[mitele] Add support for ooyala videos (closes #12430)
Sergey M․ [Mon, 13 Mar 2017 15:39:15 +0000 (22:39 +0700)]
[mitele] Add support for ooyala videos (closes #12430)

7 years ago[openload] Fix extraction
Vijay Singh [Sun, 12 Mar 2017 20:22:35 +0000 (01:52 +0530)]
[openload] Fix extraction

Just a minor fix for openload

7 years ago[streamable] Update API URL
Lucas M [Sun, 12 Mar 2017 18:51:59 +0000 (11:51 -0700)]
[streamable] Update API URL

7 years ago[crunchyroll] Extract season name
Starsam80 [Sun, 12 Mar 2017 04:18:10 +0000 (21:18 -0700)]
[crunchyroll] Extract season name

7 years ago[discoverygo] Actualize test
Sergey M․ [Sat, 11 Mar 2017 16:21:08 +0000 (23:21 +0700)]
[discoverygo] Actualize test

7 years ago[discoverygo] Bypass geo restriction
Sergey M․ [Sat, 11 Mar 2017 16:18:42 +0000 (23:18 +0700)]
[discoverygo] Bypass geo restriction

7 years ago[discoverygo:playlist] Add extractor (closes #12424)
Sergey M․ [Sat, 11 Mar 2017 16:16:51 +0000 (23:16 +0700)]
[discoverygo:playlist] Add extractor (closes #12424)

7 years ago[__init__] Fix missing subtitles if --add-metadata is used (#12423)
Yen Chi Hsuan [Sat, 11 Mar 2017 11:37:45 +0000 (19:37 +0800)]
[__init__] Fix missing subtitles if --add-metadata is used (#12423)

The previous fix for #5594 is incorrect

7 years agorelease 2017.03.10
Sergey M․ [Fri, 10 Mar 2017 16:26:28 +0000 (23:26 +0700)]
release 2017.03.10

7 years ago[ChangeLog] Actualize
Sergey M․ [Fri, 10 Mar 2017 16:23:24 +0000 (23:23 +0700)]
[ChangeLog] Actualize

7 years ago[extractor/generic] Make title optional for jwplayer embeds (closes #12410)
Sergey M․ [Fri, 10 Mar 2017 16:16:53 +0000 (23:16 +0700)]
[extractor/generic] Make title optional for jwplayer embeds (closes #12410)

7 years ago[wdr] Actualize comment
Sergey M․ [Fri, 10 Mar 2017 16:07:36 +0000 (23:07 +0700)]
[wdr] Actualize comment

7 years ago[wdr:maus] Fix extraction and update tests
runningbits [Fri, 10 Mar 2017 15:59:32 +0000 (16:59 +0100)]
[wdr:maus] Fix extraction and update tests

7 years ago[prosiebensat1] Improve title extraction and add test
Sergey M․ [Thu, 9 Mar 2017 16:42:07 +0000 (23:42 +0700)]
[prosiebensat1] Improve title extraction and add test

7 years ago[prosiebensat1] Improve title extraction (closes #12318)
Thomas Christlieb [Thu, 9 Mar 2017 16:18:37 +0000 (17:18 +0100)]
[prosiebensat1] Improve title extraction (closes #12318)

7 years ago[dplayit] Relax playback info URL extraction
Sergey M․ [Wed, 8 Mar 2017 14:30:30 +0000 (21:30 +0700)]
[dplayit] Relax playback info URL extraction

7 years ago[dplayit] Separate and rewrite extractor and bypass geo restriction (closes #12393)
Sergey M․ [Wed, 8 Mar 2017 14:19:08 +0000 (21:19 +0700)]
[dplayit] Separate and rewrite extractor and bypass geo restriction (closes #12393)

7 years ago[miomio] Fix extraction
Yen Chi Hsuan [Wed, 8 Mar 2017 11:46:58 +0000 (19:46 +0800)]
[miomio] Fix extraction

Closes #12291
Closes #12388
Closes #12402

7 years ago[telequebec] Fix description extraction and update test (closes #12399)
Sergey M․ [Wed, 8 Mar 2017 11:25:04 +0000 (18:25 +0700)]
[telequebec] Fix description extraction and update test (closes #12399)

7 years ago[openload] Fix extraction
denneboomyo [Tue, 7 Mar 2017 22:01:27 +0000 (23:01 +0100)]
[openload] Fix extraction

7 years ago[extractor/generic] Add test for brigthcove UUID-like videoPlayer
Sergey M․ [Tue, 7 Mar 2017 16:00:21 +0000 (23:00 +0700)]
[extractor/generic] Add test for brigthcove UUID-like videoPlayer

7 years ago[brightcove:legacy] Relax videoPlayer validation check (closes #12381)
Sergey M․ [Tue, 7 Mar 2017 15:59:33 +0000 (22:59 +0700)]
[brightcove:legacy] Relax videoPlayer validation check (closes #12381)

7 years ago[twitch] PEP8
Yen Chi Hsuan [Tue, 7 Mar 2017 07:34:06 +0000 (15:34 +0800)]
[twitch] PEP8

7 years agoCredit @puxlit for twitch 2fa (#11974)
Sergey M․ [Mon, 6 Mar 2017 21:04:49 +0000 (04:04 +0700)]
Credit @puxlit for twitch 2fa (#11974)

7 years agoCredit @benages for redbull.tv (#11948)
Sergey M․ [Mon, 6 Mar 2017 21:03:52 +0000 (04:03 +0700)]
Credit @benages for redbull.tv (#11948)

7 years agorelease 2017.03.07
Sergey M․ [Mon, 6 Mar 2017 20:59:22 +0000 (03:59 +0700)]
release 2017.03.07

7 years ago[ChangeLog] Actualize
Sergey M․ [Mon, 6 Mar 2017 20:57:54 +0000 (03:57 +0700)]
[ChangeLog] Actualize

7 years ago[soundcloud] Update client id (closes #12376)
Sergey M․ [Mon, 6 Mar 2017 16:05:38 +0000 (23:05 +0700)]
[soundcloud] Update client id (closes #12376)

7 years ago[__init__] Metadata should be added after conversion
Yen Chi Hsuan [Sun, 8 Jan 2017 18:36:39 +0000 (02:36 +0800)]
[__init__] Metadata should be added after conversion

Fixes #5594