summaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/ooyala.py
AgeCommit message (Expand)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 e...remitamine
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
2016-03-26[compat] Add compat_urllib_parse_urlencode and eliminate encode_dictSergey M․
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․
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․
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
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
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