scil
a90641fe87
[ximalaya_extractor] Add new extractor ximalaya ( #14687 )
...
* [ximalaya_extractor] Add new extractor
* format change according by flake8
* changes accoring to review by @yan12125 at github pull #14687
* change %d to %s in a temp str
* seond changes accoring to review by @yan12125 at github pull #1468
* improve TESTS about contains
* changes accoring to third review by @yan12125 at github pull #1468
* forth changes accoring to forth review by @yan12125 at github pull #1468
2018-01-11 20:35:09 +08:00
Sergey M․
1b79daffd9
[digg] Improve extraction
2018-01-10 22:19:51 +07:00
Sergey M․
e654829b4c
[digg] Add extractor ( closes #15214 )
2018-01-10 21:24:22 +07:00
Sergey M․
2b4e1ace4a
[limelight] Tolerate empty pc formats ( closes #15150 , closes #15151 , closes #15207 )
2018-01-10 05:39:57 +07:00
Sergey M․
310ea4661d
[ndr:embed:base] Make separate formats extraction non fatal ( closes #15203 )
2018-01-09 22:04:50 +07:00
Yen Chi Hsuan
5eca00a2e3
[weibo] Misc improvements
2018-01-09 18:12:55 +08:00
Yen Chi Hsuan
1dd38dc0f4
Merge branch 'weibo' of https://github.com/sprhawk/youtube-dl into sprhawk-weibo
2018-01-09 17:31:52 +08:00
Sergey M․
8005dc68cb
[ok] Add support for live streams
2018-01-08 21:53:03 +07:00
Remita Amine
a39e15c516
[canalplus] fix extraction( closes #15072 )
2018-01-07 22:15:44 +01:00
Luca Steeb
3a513f29ad
fix bilibili extraction ( closes #15171 )
2018-01-08 01:30:04 +08:00
Sergey M․
b0ead0e09a
[jwplatform] Add support for multiple embeds ( closes #15192 )
2018-01-07 21:49:23 +07:00
Sergey M․
0a5b1295b7
[motherless:group] Relax entry extraction and add a fallback scenario
2018-01-07 00:31:53 +07:00
Sergey M․
a133eb7764
[motherless:group] Capture leading slash of video path
2018-01-07 00:02:41 +07:00
Sergey M․
f12628f934
[mitele] Fix extraction ( closes #15186 )
2018-01-06 23:58:00 +07:00
Martin Weinelt
45283afdec
[motherless] Add support for groups
2018-01-06 23:33:40 +07:00
Sergey M․
b7c74c0403
[lynda] Relax _VALID_URL ( closes #15185 )
2018-01-06 23:12:30 +07:00
Parmjit Virk
0b0870f9d0
[soundcloud] Fallback to avatar picture for thumbnail ( closes #12878 )
2018-01-05 08:25:42 +07:00
JianxinLi
da35331c6c
[youku] Fix list extraction.( close #15135 ) ( #15137 )
...
* [youku] Fix list extraction.(close #15135 )
Change-Id: I2e9c920143f4f16012252625943a8f18b8ff40eb
* [youku] Remove KeyError try-except
Change-Id: Ic46327905cbef1356b7b12d5eb3db5d9746ca338
2018-01-04 22:25:28 +08:00
Yen Chi Hsuan
de329f64ab
[openload] Fix extraction ( closes #15166 )
2018-01-04 13:26:08 +08:00
Sergey M․
75ba0efb52
[lynda] Skip invalid subtitles ( closes #15159 )
2018-01-03 16:41:28 +07:00
Luc Ritchie
f0c6c2bce2
[twitch] Pass video id to url_result when extracting playlist
2018-01-03 16:22:55 +07:00
Jaime Marquínez Ferrándiz
9650c3e91d
[rtve.es:alacarta] Fix extraction of some new URLs
2018-01-02 21:12:39 +01:00
Mattias Wadman
b5e531f31a
[acast] Fix extraction
2018-01-02 23:32:17 +07:00
sprhawk
6648fd8ad6
changed to use .get to get field from json object
2018-01-01 18:33:14 +08:00
Ondřej Caletka
126f225bcf
[extractor/common] Add container meta field for formats extracted in _parse_mpd_formats
2017-12-31 04:04:09 +07:00
Windom
4f5cf31977
[slutload] Add support for mobile URLs
2017-12-31 01:41:07 +07:00
Sergey M․
77341dae14
[abc:iview] Improve extraction and bypass geo restriction ( closes #14782 )
2017-12-31 01:27:28 +07:00
d2au
2e65e7db9e
[abc:iview] Fix extraction ( closes #14711 )
...
ABC dropped unmetering, so change to metered hls urls which
require auth.
2017-12-31 01:27:22 +07:00
Yen Chi Hsuan
620ee8712e
[openload] Fix extraction ( closes #15118 )
2017-12-30 15:03:13 +08:00
Sergey M․
2ca7ed41fe
[mediasite] Improve extraction and code style, add support for DASH ( closes #11185 , closes #14343 , refs #5428 )
2017-12-30 08:04:43 +07:00
felix
8056c8542d
[mediasite] Add extractor, subsume sandia and collegerama extractors
2017-12-30 07:23:41 +07:00
felix
2501d41ef4
[common] use AACL as the default fourcc when AudioTag is 255
2017-12-30 07:22:07 +07:00
Remita Amine
d97cb84b31
[ufctv] Add new extractor( closes #14520 )
2017-12-30 00:30:41 +01:00
50csent
2c8e11b4af
[pluralsight] Fix missing first line of subtitles ( closes #11118 )
2017-12-30 05:56:47 +07:00
Sergey M․
d2c5b5a951
[openload] Fallback on f-page extraction ( closes #14665 , closes #14879 )
2017-12-30 05:53:56 +07:00
Sergey M․
580f3c79d5
[vimeo] Improve password protected videos extraction ( closes #15114 )
2017-12-30 03:54:14 +07:00
sprhawk
48058d82dc
replace unused _download_webpage_handle with _download_webpage
2017-12-30 01:14:21 +08:00
sprhawk
6a41a12d29
replace split with strip_jsonp
2017-12-30 01:11:30 +08:00
sprhawk
5c97ec5ff5
replace urlencode.encode with urlencode_postdata
2017-12-30 01:08:56 +08:00
Sergey M․
9d6ac71c27
[extractor/common] Fix extraction of DASH formats with the same representation id ( closes #15111 )
2017-12-29 23:14:56 +07:00
Remita Amine
84f085d4bd
[aws] fix canonical/signed headers generation in python 2( closes #15102 )
2017-12-29 00:13:40 +01:00
Sergey M․
640788f6f4
[internazionale] Improve extraction ( closes #14973 )
2017-12-27 23:27:48 +07:00
Leonardo Taccari
1ae0f0a21d
[internazionale] Add extractor
2017-12-27 23:27:43 +07:00
Ondřej Caletka
616bb95b28
[playtvak] Relax video regex and make description optional
2017-12-27 22:57:26 +07:00
Remita Amine
be069839b4
[filmweb] improve extraction
2017-12-26 19:41:08 +01:00
sprhawk
c33de004e1
Merge branch 'master' of github.com:rg3/youtube-dl into weibo
2017-12-26 22:27:26 +08:00
sprhawk
42a1012c77
fix according to " https://github.com/rg3/youtube-dl/pull/15079#discussion_r158688607 "
2017-12-26 22:26:01 +08:00
Déstin Reed
a14001a5a1
[Filmweb] Add extractor
2017-12-26 15:19:37 +01:00
Remita Amine
db145ee54a
[espn] Add new extractor for http://fivethirtyeight.com ( closes #6864 )
2017-12-26 14:20:21 +01:00
Remita Amine
45d20488f1
[umg:de] Add new extractor( closes #11582 )( closes #11584 )
2017-12-26 12:32:04 +01:00