Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-14 | [ooyala] fix typo | Remita 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 formats | Remita 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 extraction | remitamine | |
2016-05-23 | [ooyala] extract subtitles | remitamine | |
2016-04-29 | [ooyala] Skip an invalid test | Yen 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_dict | Sergey 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 url | remitamine | |
2015-12-29 | Simplify formats accumulation for f4m/m3u8/smil formats | Sergey M․ | |
Now all _extract_*_formats routines return a list | |||
2015-12-10 | [ooyala] improve extraction | remitamine | |
2015-12-04 | [ooyala] fix duration scale | remitamine | |
2015-10-16 | [ooyala] extract domain,handle errors and change related tests | remitamine | |
2015-10-16 | [ooyala] fix sorting and format id | remitamine | |
2015-10-15 | [ooyala] remove print statment | remitamine | |
2015-10-15 | [ooyala] extract more formats and metadata | remitamine | |
2015-05-16 | [ooyala] Fix unresolved reference | Sergey M․ | |
2015-05-16 | [ooyala:external] Add extractor | Sergey M․ | |
2015-05-07 | [ooyala] Style fix | Jaime 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 md5sums | Philipp Hagemeister | |
2014-11-23 | PEP8: applied even more rules | Jouke Waleson | |
2014-11-23 | PEP8 applied | Jouke 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] Modernize | Jaime Marquínez Ferrándiz | |
2014-01-29 | [bloomberg] Fix ooyala url extraction | Jaime 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-16 | Add an extractor for vice.com (closes #1051) | Jaime Marquínez Ferrándiz | |
2013-09-16 | [ooyala] prefer ipad url | Jaime 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-02 | Add 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 |