Sergey M․
46a4ea8276
[safari] Remove unused imports
2016-03-13 03:48:38 +06:00
Sergey M․
3f2f4a94aa
[extractor/generic] Extract f4m formats from final URLs
2016-03-13 03:38:20 +06:00
Sergey M․
f930e0c76e
[extractor/generic] Extract f4m formats and refactor common info
2016-03-13 03:17:25 +06:00
Sergey M․
0fdbb3322b
[extractor/common] Add _parse_f4m_formats routine
2016-03-13 03:16:08 +06:00
Sergey M․
e9c8999ede
[safari] Fix authentication
2016-03-13 02:08:36 +06:00
Sergey M․
73cbd709f9
[safari] Respect kaltura session ( Closes #7491 )
2016-03-13 02:03:07 +06:00
Sergey M․
9dce3c095b
[kaltura] Respect kaltura session
2016-03-13 02:01:10 +06:00
Boris Wachtmeister
ad9f998e29
[WDR] complete overhaul after relaunch of the site
...
The WDR relaunched their site on 2016-02-23 which not only changed the
URL-schema completely but also the layout of their pages.
Apparently the whole "mediathek" now runs on the wdr-domain, so no
separate URL for funkhauseuropa anymore.
There seems to be no explicit handling of video-sizes on the page or in
the URLs anymore. There seems to be only one size for HTML5, but still
several sizes for flash. The extractor adds all to the list of formats.
There is no metadata for the HTML5-stream, so that the best flash-stream
will always be considered as the "best" format. At least in my tests
this seemed to be true anyway.
2016-03-12 20:05:34 +01:00
remitamine
e5a2e17a9c
[kaltura] optimize url info extraction
2016-03-12 18:43:45 +01:00
remitamine
0ec589fac3
Merge pull request #8827 from remitamine/safari
...
[safari] extract free and preview videos(#7491 )
2016-03-12 17:28:54 +01:00
remitamine
36bb63e084
[dw] add support for article pages( closes #8790 )
2016-03-12 08:33:22 +01:00
remitamine
91d6aafb48
[dw] add support for audio pages
2016-03-11 23:55:26 +01:00
remitamine
c8868a9d83
[dw] Add new extractor
2016-03-11 22:44:18 +01:00
remitamine
09f572fbc0
[extractor/common] add transform_source to _download_smil and _extract_smil_formats
2016-03-11 22:37:07 +01:00
Sander van den Oever
aab1f6bc96
Move parts of template text and adopt makefile to new format
2016-03-11 21:52:56 +01:00
Sergey M․
58e6d097d8
[googledrive] Relax _VALID_URL ( Closes #8829 )
2016-03-12 00:36:39 +06:00
remitamine
15bf934de5
Merge pull request #8819 from remitamine/simple-webpage-requests
...
[extractor/common] simplify using data, headers and query params with _download_* methods
2016-03-11 18:19:43 +01:00
remitamine
cdfee16818
[extractor/common] add data, headers and query params to _request_webpage
2016-03-11 18:12:50 +01:00
remitamine
bcb668de18
[safari] extract free and preview videos( #7491 )
2016-03-11 16:57:06 +01:00
remitamine
fac7e79277
[kaltura] add support for videos with reference id
2016-03-11 16:52:07 +01:00
Yen Chi Hsuan
a6c8b75904
[common] Use mimeType to determine file extensions ( #8766 )
2016-03-11 23:51:42 +08:00
Yen Chi Hsuan
25cb05bda9
[utils] Remove codec2ext
...
This function is orignally used for determining file extensions of DASH
formats. Now in DASH, ext is determined by mime_type. See #8766 for more
information.
2016-03-11 23:51:42 +08:00
Sergey M․
6fa6d38549
Credit @benjamincongdon for audioboom ( #8812 )
2016-03-11 19:46:06 +06:00
Sergey M․
883c052378
[audioboom] Improve robustness and extract uploader ( Closes #8812 )
2016-03-11 19:44:17 +06:00
Benjamin Congdon
61f317c24c
Added extractor for AudioBoom.com
2016-03-11 19:43:01 +06:00
Yen Chi Hsuan
64f08d4ff2
Merge pull request #8766 from yan12125/dash-detect-ext
...
Detect file extensions of DASH formats from their codecs
2016-03-11 21:40:07 +08:00
Yen Chi Hsuan
e738e43358
[facebook] Support videos in groups
...
Viewing/Downloading videos in groups requires logging in, even for
those in public groups.
Fixes #6951 .
2016-03-11 16:20:27 +08:00
Rob van Bekkum
d4951f7489
Added support for different formats (DASH mpd, webm) and refactored ArkenaPlay extractor code
2016-03-11 01:24:51 +01:00
Benjamin Congdon
e2a25b31f3
Added extractor for AudioBoom.com
2016-03-10 15:28:30 -06:00
Rob van Bekkum
71eea92ed8
Merge pull request #3 from delftswa2016/r_lcp_flv
...
Add flash support to Arkenaplay Extractor
2016-03-10 21:57:42 +01:00
remitamine
8f0bf01277
[extractor/common] improve m3u8 info extraction
2016-03-10 19:58:44 +01:00
Jaime Marquínez Ferrándiz
f6f6217a98
[facebook] Don't override variable in list comprehension
2016-03-10 15:17:04 +01:00
Yen Chi Hsuan
31db8709bf
[iqiyi] Update enc_key
2016-03-10 21:37:26 +08:00
Yen Chi Hsuan
5080cbf9fd
[facebook] Handle escaped swf params
...
Fixes #8713
2016-03-10 15:26:32 +08:00
Yen Chi Hsuan
9880124196
[facebook] Fix for m.facebook.com URLs
2016-03-10 14:59:30 +08:00
Yen Chi Hsuan
9c7b509b2a
[facebook] Merge FacebookPostIE into FacebookIE
...
Fixes #8713
2016-03-10 14:59:30 +08:00
Sergey M․
e0dccdd398
[test_YoutubeDL] PEP 8
2016-03-10 09:04:48 +06:00
Rob van Bekkum
ff32acc9bd
Fixed some bugs in ArkenaPlay Extractor and made distinction between flv and fmd
2016-03-10 01:33:10 +01:00
Sergey M․
5d583bdf6c
[YoutubeDL] Improve _format_note
2016-03-10 01:03:18 +06:00
Sergey M․
1e501364d5
[vimeo:ondemand] Clarify IE_NAME
2016-03-10 00:52:52 +06:00
Sergey M․
74278def2e
[vimeo:ondemand] Separate ondemand extractor ( Closes #8330 , closes #8801 )
2016-03-10 00:51:07 +06:00
Sergey M․
e375a149e1
[livestream] Properly build smil URLs ( #8794 )
2016-03-09 23:11:09 +06:00
Sander van den Oever
32719d16c3
Add flash support to Arkenaplay Extractor
2016-03-09 17:26:10 +01:00
Steven Gosseling
13d7892560
Added support for closertotruth interview URL
2016-03-08 15:56:49 +01:00
Sander van den Oever
f8481d79d5
Add auto-updating of youtube-dl version in ISSUE_TEMPLATE
2016-03-08 15:01:41 +01:00
Sergey M
2bfc0e97f6
Merge pull request #8791 from benjamincongdon/Twitch-AudioOnly-Rebased
...
[twitch] Support for "Audio_Only" format
2016-03-08 13:02:56 +06:00
Benjamin Congdon
475e245d25
Merge branch 'Twitch-AudioOnly' of https://github.com/benjamincongdon/youtube-dl into Twitch-AudioOnly
2016-03-07 21:09:12 -06:00
Benjamin Congdon
ae97b3a6bb
Added flag for 'allow_audio_only' in Twitch extractor queries
2016-03-07 21:06:52 -06:00
Benjamin Congdon
ac45505528
Added flag for 'allow_audio_only' format in Twitch queries
2016-03-07 21:03:24 -06:00
Benjamin Congdon
6a5def4917
Fixed formatting to align with pep8 standard.
2016-03-07 15:06:40 -06:00