Commit Graph

49 Commits (820215f0e34813089d559fed24a398d9e91810e0)

Author SHA1 Message Date
Sergey M․ 07b50f616e
[kaltura] Fix service URL extraction (closes )
Sergey M․ 1907f06e7b
[kaltura] Fix embed info strip (refs )
Sergey M․ 799756a3b3
[kaltura] Check source format URL ()
Sergey M․ 3089bc748c
Fix W504 and disable W503 (closes )
Remita Amine 5ca3459828 [kaltura] sanitize embed URLs
Remita Amine 9b27a78a88 [kaltura] limit requested MediaEntry fields
Sergey M․ c21692fa94
[kaltura] Improve iframe embeds detection (closes )
Sergey M․ e30991f920
[kaltura] Improve embeds detection (closes )
Sergey M․ c2f2f8b120
[kaltura] Fix typo
Sergey M․ 69d69da98a
[kaltura] Add another embed pattern for entry_id
For cases when player configuration map is setup via indexing operator, e.g. kalturaPlayerConfiguration_1_lre6rg3i_10[entry_id] = 1_lre6rg3i (see https://www.heise.de/video/artikel/odcast-c-t-uplink-20-1-Apple-CarPlay-vs-Android-Auto-Galileo-3D-Sound-erklaert-3919694.html)
nyuszika7h c0bddd6d65 [kaltura] Ignore Widevine encrypted video (.wvm)
There is currently no public method to decrypt this, and there may be
other streams available that can be downloaded.

Example URL, has `.wvm` and `.mp4` formats:
https://www.voot.com/shows/bigg-boss-s11/11/538936/bigg-boss-extra-dose-arshi-s-quirky-demand/541700
Sergey M․ 6554708252
[kaltura] Fix typo in subtitles extraction (closes )
Sergey M․ 78280352ca
[kaltura] Cleanup regexes from redundant escaping
John Hawkinson a01825a541 [kaltura] Add support for iframe embeds
Sergey M․ ff24261ba0
[kaltura] Add explicit port to regexes
They should not match e.g. cdnapi.kaltura.computernetworks.com/...
Remita Amine 37084f6641 [kaltura] improve embed partner id extraction(fixes )
Sergey M․ ab6f6aee78
[kaltura] Add fallback for fileExt
Sergey M․ 26e40542dd
[kaltura] Improve uploader_id extraction
Yen Chi Hsuan 8ab7e6c4cc
[kaltura] Improve widget ID extraction (closes )
Sergey M․ fffb9cff94
[kaltura] Speed up embed regexes ()
Sergey M․ 1d16035bb4
[kaltura] Improve audio detection
Sergey M․ e8bcd982cc
[kaltura] Skip chun format
Sergey M․ 92d4cfa358
[kaltura] Fallback ext calculation on caption's format
Sergey M․ 2c6acdfd2d
[kaltura] Add test for
Sergey M․ fddaa76a59
[kaltura] Assume ttml to be default subtitles' extension
Sergey M․ a809446750
[kaltura] Add subtitles support when entry_id is unknown beforehand (Closes )
Sergey M․ d8f30a7e66
[kaltura] Remove unused code
Remita Amine 14704aeff6 [kaltura] remove debugging line
Remita Amine 1094074c04 [kaltura] extract subtitles and reduce requests
Remita Amine d9163ae3b6 [kaltura] fix extraction error for videos from multiple kaltura servers
Remita Amine 81953d1ae5 [kaltura] add support videos stored on custom kaltura servers(closes )
Sergey M․ 9ea5c04c0d
[kaltura] Add _extract_url with fixed regex
Sergey M․ 15707c7e02 [compat] Add compat_urllib_parse_urlencode and eliminate encode_dict
encode_dict functionality has been improved and moved directly into compat_urllib_parse_urlencode
All occurrences of compat_urllib_parse.urlencode throughout the codebase have been replaced by compat_urllib_parse_urlencode

Closes 
Sergey M․ 9dce3c095b [kaltura] Respect kaltura session
remitamine e5a2e17a9c [kaltura] optimize url info extraction
remitamine fac7e79277 [kaltura] add support for videos with reference id
Sergey M․ 7e5edcfd33 Simplify formats accumulation for f4m/m3u8/smil formats
Now all _extract_*_formats routines return a list
remitamine 608cc3b85c [kaltura] add referrer to m3u8 url
remitamine bb4b8c57b9 [kaltura] extract more formats
Sergey M․ bdceea7afd [kaltura] Clean description
Sergey M․ d80a39cec8 [kaltura] Improve
Sergey M․ 01b06aedcf [kaltura] Add support for referrer protected videos ()
Sergey M․ b25f753397 [kaltura] Relax _VALID_URL
Sergey M․ ae6a802106 [kaltura] Fix _VALID_URL formatting
Sergey M․ b184f94413 [kaltura] Clarify html5 player comment
Sergey M․ ee3ec091f4 [kaltura] Strictify _VALID_URL
sourcerect ef49b59053 [kaltura] add html5 player urls
Sergey M․ bd3749ed69 [kaltura] Extend _VALID_URL (Closes )
Naglis Jonaitis 0d97ef43be [kaltura] Add new extractor