23790 Commits

Author SHA1 Message Date
Remita Amine
1ae0ae5db0 [cartoonnetwork] add support Adobe Pass auth 2016-09-20 18:52:00 +01:00
Sergey M․
f62a77b99a
[soundcloud] Modernize 2016-09-20 21:56:57 +07:00
coolsa
4bfd294e2f
[soundcloud] Extract license metadata 2016-09-20 21:56:57 +07:00
Remita Amine
e33a7253b2 [fox] add support for Adobe Pass auth(closes #8584) 2016-09-20 15:52:23 +01:00
Remita Amine
c38f06818d add support for Adobe Pass auth in tbs,tnt and trutv extractors(fixes #10642)(closes #10222)(closes #10519) 2016-09-20 11:55:30 +01:00
vagnum08
21ddbcd728 [Antenna] Added fallback methods for video extraction and error handling 2016-09-19 22:24:57 +01:00
coolsa
d0f6f88823 [soundcloud] Fixed issues with soundcloud license.
Turns out theres documentation of the soundcloud api, so I just used
that.
2016-09-19 01:08:12 -06:00
Sergey M․
54d490ab70
release 2016.09.19 2016-09-19 03:00:23 +07:00
Sergey M․
cb57386873
release 2016.09.19 2016.09.19 2016-09-19 02:58:32 +07:00
Sergey M․
59fd8f931d
[ChangeLog] Actualize 2016-09-19 02:57:14 +07:00
Sergey M․
70b4cf9b1b
[crunchyroll] Check if already logged in (Closes #10700) 2016-09-19 02:50:06 +07:00
mxamin
60e555b642 [Aparat] Add Multiple Formats Support 2016-09-18 23:36:05 +04:30
vagnum08
9266a718cb [Antenna] Add new extractor 2016-09-18 17:19:17 +01:00
Sergey M․
cc764a6da8
[twitch:stream] Remove fallback to profile extraction when stream is offline
Main page does not contain profile videos anymore
2016-09-18 19:10:18 +07:00
Yen Chi Hsuan
d8dbf8707d
[thisav] Improve title extraction (closes #10682)
I didn't add a test case as the one in #10682 looks like a copyrighted
product.
2016-09-18 18:35:38 +08:00
Sergey M․
a1da888d0c
[vyborymos] Improve station info extraction 2016-09-18 17:30:55 +07:00
Sergey M․
c5647fb553
release 2016.09.18 2016-09-18 17:19:22 +07:00
Sergey M․
3acff9423d
release 2016.09.18 2016.09.18 2016-09-18 17:16:55 +07:00
Sergey M․
9ca93b99d1
[ChangeLog] Actualize 2016-09-18 17:15:22 +07:00
Sergey M․
14ae11efab
[vyborymos] Add extractor (Closes #10692) 2016-09-18 16:56:40 +07:00
coolsa
baa32d9624 [soundcloud] Added soundcloud license detection for file name formatting. 2016-09-18 03:53:05 -06:00
Daniel Miranda
bb6f776271 Add CLI options to filter usable extractors
Add `--enable-extractors` and `--disable-extractors` options, which make
it possible to restrict the set of extractors to be considered when
downloading. This is useful to handle URLs that match multiple
extractors (although this should be rare), or only using particular
modes of some extractors (for example, only live videos for Twitch,
enabling only `twitch:stream`).

Both options can be specified multiple times, and each argument is
interpreted as a comma-separated list of fnmatch patterns, to allow the
use of wildcards. Comparisons to extractor names are case-insensitive.
The order of the arguments is not relevant - matching always proceeds as
follows:

- Initialize the set of considered extractors to all available
- If --enable-extractors is specified, remove all extractors that
*don't* match those patterns from consideration
- If --disable-extractors is specified, remove all extractors that *do*
match those patterns from consideration
- If --age-limit is specified, remove all extractors that are not
suitable from consideration

Therefore, disables and the age limit take precedence over enables.
2016-09-18 01:12:50 -03:00
Sergey M․
190d2027d0
[xfileshare] Add title regex for streamin.to and fallback to video id (Closes #10646) 2016-09-18 07:22:06 +07:00
stepshal
35ae47a9fe Add missing blank lines after class or function definition. 2016-09-17 23:41:44 +07:00
Sergey M․
26394d021d
[globo:article] Add support for multiple videos (Closes #10653) 2016-09-17 23:34:10 +07:00
Varun Verma
c84c4dfc52 Added Test Case 2016-09-17 21:00:24 +05:30
Varun Verma
232165777d Add Test Case in LiveLeak IE Extractor 2016-09-17 20:54:54 +05:30
stepshal
d25ea2b0fe [youtube] Change test urls from http to https. 2016-09-17 21:48:20 +07:00
Sergey M․
30d0b549be
[extractor/common] Add manifest_url for hls and hds formats 2016-09-17 21:33:38 +07:00
Sergey M․
86f4d14f81
Refactor fragments interface and dash segments downloader
- Eliminate segment_urls and initialization_url
+ Introduce manifest_url (manifest may contain unfragmented data in this case url will be used for direct media URL and manifest_url for manifest itself correspondingly)
* Rewrite dashsegments downloader to use fragments data
* Improve generic mpd extraction
2016-09-17 20:35:22 +07:00
Sergey M․
21d21b0c72
[svt] Fix DASH formats extraction 2016-09-17 19:25:31 +07:00
Sergey M․
b4c1d6e800
[extractor/common] Expose fragments interface for dashsegments formats 2016-09-17 18:31:18 +07:00
Sergey M․
a0d5077c8d
[extractor/common] Introduce fragments interface 2016-09-17 18:31:09 +07:00
Yen Chi Hsuan
584d6f3457
[thisav] Recognize jwplayers (closes #10447) 2016-09-17 18:46:43 +08:00
Yen Chi Hsuan
e14c82bd6b
[jwplatform] Use js_to_json to detect more JWPlayers 2016-09-17 18:45:08 +08:00
Sergey M․
c51a7f0b2f
[franceinter] Fix upload date extraction 2016-09-17 15:44:37 +07:00
Remita Amine
d05ef09d9d [mangomolo] fix domain regex 2016-09-17 08:11:01 +01:00
Remita Amine
30d9e20938 [postprocessor/ffmpeg] apply FFmpegFixupM3u8PP only for videos with aac codec(#5591) 2016-09-16 22:06:55 +01:00
Remita Amine
fc86d4eed0 [mangomolo] fix typo 2016-09-16 20:10:47 +01:00
Remita Amine
7d273a387a [mangomolo] add support for Mangomolo embeds 2016-09-16 19:31:39 +01:00
Remita Amine
6ad0219556 [common] add helper method for Wowza Streaming Engine format extraction 2016-09-16 19:30:38 +01:00
Varun Verma
212f9e5926 Merge branch 'master' of github.com:rg3/youtube-dl 2016-09-16 22:40:31 +05:30
Remita Amine
98b7506e96 [toutv] add support for authentication(closes #10669) 2016-09-16 17:40:15 +01:00
renalid
8fc4fbe590 Add a test case
Add a new test case to test an upload_date with month and day with a 0
2016-09-16 18:18:02 +02:00
Sergey M․
52dc8a9b3f
[franceinter] Fix upload date extraction 2016-09-16 22:02:59 +07:00
renalid
b5420c53ed [France Inter] Bug fix on upload date
There is an issue on the upload date. The format is wrong when the
month is between January (1) to September (9).

The 0 is missing.
2016-09-16 15:49:37 +02:00
renalid
b6a73938c5 Merge remote-tracking branch 'rg3/master' 2016-09-16 15:42:43 +02:00
Varun Verma
93d430baa4 Update Regex to support new line in player data script for IMDB IE 2016-09-16 01:15:47 +05:30
Sergey M․
9d8985a165
[tv4] Fix hls and hds formats (Closes #10659) 2016-09-16 00:54:34 +07:00
Sergey M․
cd9433026d
release 2016.09.15 2016-09-15 23:51:59 +07:00