remitamine
f1e21efe63
[tlc] remove TlcIE
2015-12-31 18:33:40 +01:00
remitamine
b05641ce40
[discovery] improve _VALID_URL regex
2015-12-31 18:24:49 +01:00
remitamine
fec040e754
[discovery] add support for discovery related sites
...
- investigationdiscovery.com
- discoverylife.com
- animalplanet.com
- ahctv.com
- destinationamerica.com
- sciencechannel.com
- tlc.com
- velocity.com
2015-12-31 17:29:37 +01:00
Sergey M․
34a9da136f
[regiotv] Improve extraction ( Closes #7915 )
2015-12-31 22:12:47 +06:00
j
c43fda4c1a
[regiotv] Add new extractor ( closes #7797 )
2015-12-31 22:11:13 +06:00
Philipp Hagemeister
7de81fcc53
release 2015.12.31
2015-12-31 16:50:53 +01:00
remitamine
9d46608efa
[ora] Add new extractor( closes #7732 )
2015-12-31 16:35:51 +01:00
remitamine
80b8b72cb8
[animalplanet] Add new extractor( closes #5303 )
2015-12-31 13:36:07 +01:00
remitamine
9787c5f4c8
[fox] Add new extractor( closes #3063 )
2015-12-31 12:02:33 +01:00
remitamine
d5f6429de8
[canalplus] improve extraction( fixes #6301 )
...
- extract data from json instead of xml
- fix http format urls
- extract more metadata
- update tests
- make m3u8 and f4m format extraction non fatal
- use m3u8_native implementation
2015-12-31 04:02:08 +01:00
Sergey M․
df827a983a
[discovery] Allow https ( Closes #8065 )
2015-12-31 06:06:36 +06:00
Sergey M․
29f3683901
[espn] Remove broken flag
2015-12-31 05:31:01 +06:00
Jaime Marquínez Ferrándiz
c7932289e7
[cbsnews] Fix extraction of the URL for the 'RtmpDesktop' format ( fixes #8048 )
2015-12-30 23:57:19 +01:00
Sergey M․
7a0b07c719
[videomore] Extract series info
2015-12-31 03:13:02 +06:00
Sergey M․
4d402db521
[udemy] Extract chapter info
2015-12-31 03:11:21 +06:00
Sergey M․
7109903e61
[extractor/common] Document chapter and series fields
2015-12-31 03:10:44 +06:00
Sergey M․
3092fc4035
[udemy] Fix typo
2015-12-31 01:09:21 +06:00
Sergey M․
f5bc4b5f95
[options] Prefer --convert-subs spelling
2015-12-30 23:12:35 +06:00
Sergey M․
69759a5990
[videomore] Set IE_NAME
2015-12-30 00:44:07 +06:00
Sergey M․
453fe2a345
[dramafever] Fix subtitles extraction ( Closes #8049 )
2015-12-30 00:13:00 +06:00
Sergey M․
ff18735cb2
[extractor/generic] Add support for videomore embeds
2015-12-29 23:58:23 +06:00
Sergey M․
030dfb04e0
[videomore] Add extractor ( Closes #8040 )
2015-12-29 23:57:46 +06:00
remitamine
06e4874c99
Merge branch 'jukebox' of https://github.com/remitamine/youtube-dl into remitamine-jukebox
2015-12-29 17:31:18 +01:00
remitamine
0d8a0fdc30
[srgssr] use SRFIE format ids
2015-12-29 16:38:06 +01:00
Jaime Marquínez Ferrándiz
53365f74a7
Credit @flatgreen for FranceCultureEmission ( #8022 )
2015-12-29 16:14:05 +01:00
remitamine
0368181998
[wdr] split long lines
2015-12-29 15:07:50 +01:00
remitamine
6101f45ef9
[ooyala] split long lines, fix test duration and add hdcode param to hds url
2015-12-29 15:05:21 +01:00
remitamine
bf96b45238
[rai] split long lines
2015-12-29 15:03:14 +01:00
remitamine
98d7c0f4f7
[tele13] split long lines
2015-12-29 15:02:18 +01:00
remitamine
f2017cb020
[srgssr] split long lines and use m3u8_native
2015-12-29 14:58:59 +01:00
remitamine
f889ac45b8
[ign] split long lines
2015-12-29 14:55:36 +01:00
remitamine
eccde5e9de
[audimedia] split long lines
2015-12-29 14:53:43 +01:00
remitamine
ce7d243c7e
[srgssr] fix IE_DESC
2015-12-29 12:01:22 +01:00
remitamine
6c4d6609ad
[phoenix] fix IE_NAME
2015-12-29 12:00:52 +01:00
remitamine
db710571fd
[daum] fix IE_NAME
2015-12-29 11:59:27 +01:00
remitamine
574dd17882
Merge branch 'remitamine-srgssr'
2015-12-29 11:38:19 +01:00
remitamine
422f7c112c
[srgssr] update tests
2015-12-29 11:36:04 +01:00
Philipp Hagemeister
e974356f32
release 2015.12.29
2015-12-29 11:02:58 +01:00
remitamine
b19ad2fb53
Merge branch 'srgssr' of https://github.com/remitamine/youtube-dl into remitamine-srgssr
2015-12-29 10:57:45 +01:00
remitamine
126d7701b0
Merge branch 'daum' of https://github.com/remitamine/youtube-dl into remitamine-daum
2015-12-29 10:40:32 +01:00
flatgreen
ecf17d1653
[franceculture] Add extractor for '/emission-*' urls ( closes #3777 , closes #8022 )
2015-12-28 20:07:35 +01:00
Jaime Marquínez Ferrándiz
7447661e9b
[franceculture] Fix test
2015-12-28 20:05:47 +01:00
Sergey M․
7e5edcfd33
Simplify formats accumulation for f4m/m3u8/smil formats
...
Now all _extract_*_formats routines return a list
2015-12-29 00:58:24 +06:00
remitamine
39d60b715a
Merge pull request #7769 from remitamine/sort
...
[common] lower (m3u8,rtmp,rtsp) format preference only if required program is not available
2015-12-28 19:15:14 +01:00
remitamine
d497a201ca
[common] use specific variable for protocol preference in _sort_formats
2015-12-28 18:45:01 +01:00
remitamine
54537cdfb3
Merge pull request #8023 from remitamine/extract-formats
...
[common] simplify the use of _extract_m3u8_formats and _extract_f4m_formats
2015-12-28 18:17:12 +01:00
remitamine
bc737bd61a
Merge branch 'zdf'( fixes #8024 )
2015-12-28 17:54:04 +01:00
remitamine
a5c1d95500
[zdf] fix formats extraction
2015-12-28 17:52:05 +01:00
Sergey M․
c1f49e1684
[facebook] Fix authentication
2015-12-28 21:37:02 +06:00
Sergey M․
9f66931e16
[facebook] Extract login error
2015-12-28 21:20:09 +06:00