summaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/ooyala.py
Commit message (Collapse)AuthorAgeFilesLines
* [ooyala] add better fallback values for domain and streams variablesRemita Amine2019-11-301-50/+53
|
* Fix W504 and disable W503 (closes #20863)Sergey M․2019-05-111-2/+2
|
* [ooyala] add support for geo verification proxyRemita Amine2019-04-221-1/+1
|
* Switch codebase to use compat_b64decodeSergey M․2018-01-231-4/+7
|
* [ooyala] Add test for missing stream['url']['data']Sergey M․2017-06-231-0/+5
|
* [ooyala] Make more robustSergey M․2017-06-231-7/+11
|
* [ooyala] Skip empty format URLs (closes #13471, closes #13476)Sergey M․2017-06-231-1/+1
|
* [ooyala] fix typoRemita Amine2017-01-141-1/+1
|
* [ooyala] add support for videos with embedToken(#11684)Remita Amine2017-01-131-3/+11
|
* [mitele] Fix extraction after website redesign (fixes #10824)DarkZeros2016-11-071-3/+4
|
* [ooyala] extract all hls formatsRemita Amine2016-09-211-1/+1
|
* [ooyala] check manifest ext with determine_ext and update tests for related ↵remitamine2016-05-241-11/+13
| | | | extractors
* [ooyala] use api v2 to reduce requests for format extractionremitamine2016-05-241-45/+43
|
* [ooyala] extract subtitlesremitamine2016-05-231-9/+19
|
* [ooyala] Skip an invalid testYen Chi Hsuan2016-04-291-0/+2
| | | | | Ooyala is used by lots of extractors and its correctness can be verified by these websites.
* [compat] Add compat_urllib_parse_urlencode and eliminate encode_dictSergey M․2016-03-261-2/+2
| | | | | | | 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
* [ooyala] split long lines, fix test duration and add hdcode param to hds urlremitamine2015-12-291-9/+22
|
* Simplify formats accumulation for f4m/m3u8/smil formatsSergey M․2015-12-291-9/+3
| | | | Now all _extract_*_formats routines return a list
* [ooyala] improve extractionremitamine2015-12-101-8/+17
|
* [ooyala] fix duration scaleremitamine2015-12-041-4/+4
|
* [ooyala] extract domain,handle errors and change related testsremitamine2015-10-161-26/+34
|
* [ooyala] fix sorting and format idremitamine2015-10-161-3/+3
|
* [ooyala] remove print statmentremitamine2015-10-151-1/+0
|
* [ooyala] extract more formats and metadataremitamine2015-10-151-99/+54
|
* [ooyala] Fix unresolved referenceSergey M․2015-05-161-1/+1
|
* [ooyala:external] Add extractorSergey M․2015-05-161-54/+99
|
* [ooyala] Style fixJaime Marquínez Ferrándiz2015-05-071-1/+1
|
* [ooyala] Use SAS API to extract info (fixes #4336)Yen Chi Hsuan2015-05-071-0/+43
|
* [ooyala] Extract m3u8 information (#2292)Yen Chi Hsuan2015-05-071-3/+14
|
* [ooyala] Remove test md5sumsPhilipp Hagemeister2014-12-121-2/+0
|
* PEP8: applied even more rulesJouke Waleson2014-11-231-1/+1
|
* PEP8 appliedJouke Waleson2014-11-231-1/+0
|
* [ooyala] Try mobile player JS URLs for all available devices (Closes #3498)Sergey M․2014-08-121-17/+49
| | | | | | | | 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.
* [byutv] Add support (Fixes #2612)Philipp Hagemeister2014-03-241-1/+1
|
* [ooyala] ModernizeJaime Marquínez Ferrándiz2014-03-211-21/+26
|
* [bloomberg] Fix ooyala url extractionJaime Marquínez Ferrándiz2014-01-291-1/+1
| | | | | 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.
* [generic] Detect ooyala videos (fixes #2013)Jaime Marquínez Ferrándiz2013-12-191-0/+5
|
* Add an extractor for vice.com (closes #1051)Jaime Marquínez Ferrándiz2013-09-161-0/+4
|
* [ooyala] prefer ipad urlJaime Marquínez Ferrándiz2013-09-161-1/+1
| | | | It has better quality with m3u8 manifests
* [ooyala] add support for more type of video urls, like m3u8 manifests.Jaime Marquínez Ferrándiz2013-09-161-1/+3
|
* Add an extractor for Ooyala (closes #833)Jaime Marquínez Ferrándiz2013-08-021-0/+52
Only works for some sites, it doesn't work for videos that use a f4m manifest