aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/ooyala.py
AgeCommit message (Collapse)Author
2019-11-30[ooyala] add better fallback values for domain and streams variablesRemita Amine
2019-05-11Fix W504 and disable W503 (closes #20863)Sergey M․
2019-04-22[ooyala] add support for geo verification proxyRemita Amine
2018-01-23Switch codebase to use compat_b64decodeSergey M․
2017-06-23[ooyala] Add test for missing stream['url']['data']Sergey M․
2017-06-23[ooyala] Make more robustSergey M․
2017-06-23[ooyala] Skip empty format URLs (closes #13471, closes #13476)Sergey M․
2017-01-14[ooyala] fix typoRemita Amine
2017-01-13[ooyala] add support for videos with embedToken(#11684)Remita Amine
2016-11-07[mitele] Fix extraction after website redesign (fixes #10824)DarkZeros
2016-09-21[ooyala] extract all hls formatsRemita Amine
2016-05-24[ooyala] check manifest ext with determine_ext and update tests for related ↵remitamine
extractors
2016-05-24[ooyala] use api v2 to reduce requests for format extractionremitamine
2016-05-23[ooyala] extract subtitlesremitamine
2016-04-29[ooyala] Skip an invalid testYen Chi Hsuan
Ooyala is used by lots of extractors and its correctness can be verified by these websites.
2016-03-26[compat] Add compat_urllib_parse_urlencode and eliminate encode_dictSergey M․
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 #8974
2015-12-29[ooyala] split long lines, fix test duration and add hdcode param to hds urlremitamine
2015-12-29Simplify formats accumulation for f4m/m3u8/smil formatsSergey M․
Now all _extract_*_formats routines return a list
2015-12-10[ooyala] improve extractionremitamine
2015-12-04[ooyala] fix duration scaleremitamine
2015-10-16[ooyala] extract domain,handle errors and change related testsremitamine
2015-10-16[ooyala] fix sorting and format idremitamine
2015-10-15[ooyala] remove print statmentremitamine
2015-10-15[ooyala] extract more formats and metadataremitamine
2015-05-16[ooyala] Fix unresolved referenceSergey M․
2015-05-16[ooyala:external] Add extractorSergey M․
2015-05-07[ooyala] Style fixJaime Marquínez Ferrándiz
2015-05-07[ooyala] Use SAS API to extract info (fixes #4336)Yen Chi Hsuan
2015-05-07[ooyala] Extract m3u8 information (#2292)Yen Chi Hsuan
2014-12-12[ooyala] Remove test md5sumsPhilipp Hagemeister
2014-11-23PEP8: applied even more rulesJouke Waleson
2014-11-23PEP8 appliedJouke Waleson
2014-08-12[ooyala] Try mobile player JS URLs for all available devices (Closes #3498)Sergey M․
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.
2014-03-24[byutv] Add support (Fixes #2612)Philipp Hagemeister
2014-03-21[ooyala] ModernizeJaime Marquínez Ferrándiz
2014-01-29[bloomberg] Fix ooyala url extractionJaime Marquínez Ferrándiz
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.
2013-12-19[generic] Detect ooyala videos (fixes #2013)Jaime Marquínez Ferrándiz
2013-09-16Add an extractor for vice.com (closes #1051)Jaime Marquínez Ferrándiz
2013-09-16[ooyala] prefer ipad urlJaime Marquínez Ferrándiz
It has better quality with m3u8 manifests
2013-09-16[ooyala] add support for more type of video urls, like m3u8 manifests.Jaime Marquínez Ferrándiz
2013-08-02Add an extractor for Ooyala (closes #833)Jaime Marquínez Ferrándiz
Only works for some sites, it doesn't work for videos that use a f4m manifest