Commit Graph

34 Commits (28dbde9cc3e9921737b7677409fef073ea207363)

Author SHA1 Message Date
Remita Amine 99d537a5e0 [ooyala] fix typo
Remita Amine 9837cb7507 [ooyala] add support for videos with embedToken()
DarkZeros cb882540e8 [mitele] Fix extraction after website redesign (fixes )
Remita Amine 1978540a51 [ooyala] extract all hls formats
remitamine 277c7465f5 [ooyala] check manifest ext with determine_ext and update tests for related extractors
remitamine a4760d204f [ooyala] use api v2 to reduce requests for format extraction
remitamine e8593f346a [ooyala] extract subtitles
Yen Chi Hsuan 5819edef03
[ooyala] Skip an invalid test
Ooyala is used by lots of extractors and its correctness can be verified
by these websites.
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 
remitamine 6101f45ef9 [ooyala] split long lines, fix test duration and add hdcode param to hds url
Sergey M․ 7e5edcfd33 Simplify formats accumulation for f4m/m3u8/smil formats
Now all _extract_*_formats routines return a list
remitamine 75ed53320e [ooyala] improve extraction
remitamine 53e06b2507 [ooyala] fix duration scale
remitamine cce9d15d01 [ooyala] extract domain,handle errors and change related tests
remitamine dd414c970b [ooyala] fix sorting and format id
remitamine 497ca088a6 [ooyala] remove print statment
remitamine 90bddb6cdd [ooyala] extract more formats and metadata
Sergey M․ 9354a5fad4 [ooyala] Fix unresolved reference
Sergey M․ 1c97b0a777 [ooyala:external] Add extractor
Jaime Marquínez Ferrándiz 5268a05e47 [ooyala] Style fix
Yen Chi Hsuan aafe273990 [ooyala] Use SAS API to extract info (fixes )
Yen Chi Hsuan 84bf31aaf8 [ooyala] Extract m3u8 information ()
Philipp Hagemeister 90d71d3f08 [ooyala] Remove test md5sums
Jouke Waleson 9e1a5b8455 PEP8: applied even more rules
Jouke Waleson 5f6a1245ff PEP8 applied
Sergey M․ 6f600ff5d6 [ooyala] Try mobile player JS URLs for all available devices (Closes )
Looks like some videos are only available for particular devices
(e.g. http://player.ooyala.com/player.js?embedCode=x1b3lqZDq9y_7kMyC2Op5qo-p077tXD0
is only available for ipad)
Working around with fetching URLs for all the devices found starting with 'unknown'
until we succeed or eventually fail for each device.
Philipp Hagemeister 6949d81095 [byutv] Add support (Fixes )
Jaime Marquínez Ferrándiz e24b5a8610 [ooyala] Modernize
Jaime Marquínez Ferrándiz 0c708f11cb [bloomberg] Fix ooyala url extraction
Added a helper method to InfoExtractor for searching the ‘twitter:player’ meta property.
Now the OoyalaIE also recognizes the ‘ec’ parameter in the url as the embed code.
Jaime Marquínez Ferrándiz c0d0b01f0e [generic] Detect ooyala videos (fixes )
Jaime Marquínez Ferrándiz e8f8e80097 Add an extractor for vice.com (closes )
Jaime Marquínez Ferrándiz 4dc0ff3ecf [ooyala] prefer ipad url
It has better quality with m3u8 manifests
Jaime Marquínez Ferrándiz c4ece78564 [ooyala] add support for more type of video urls, like m3u8 manifests.
Jaime Marquínez Ferrándiz 09825cb5c0 Add an extractor for Ooyala (closes )
Only works for some sites, it doesn't work for videos that use a f4m manifest