Commit Graph

40 Commits (3089bc748c0fe72a0361bce3f5e2fbab25175236)

Author SHA1 Message Date
Sergey M․ 3089bc748c
Fix W504 and disable W503 (closes #20863) 5 years ago
Remita Amine 3fd86cfe13 [ooyala] add support for geo verification proxy 5 years ago
Sergey M․ cf2820710d
Switch codebase to use compat_b64decode 6 years ago
Sergey M․ b5f523ed62
[ooyala] Add test for missing stream['url']['data'] 7 years ago
Sergey M․ 4f4dd8d797
[ooyala] Make more robust 7 years ago
Sergey M․ 4cb18ab1b9
[ooyala] Skip empty format URLs (closes #13471, closes #13476) 7 years ago
Remita Amine 99d537a5e0 [ooyala] fix typo 7 years ago
Remita Amine 9837cb7507 [ooyala] add support for videos with embedToken(#11684) 7 years ago
DarkZeros cb882540e8 [mitele] Fix extraction after website redesign (fixes #10824) 8 years ago
Remita Amine 1978540a51 [ooyala] extract all hls formats 8 years ago
remitamine 277c7465f5 [ooyala] check manifest ext with determine_ext and update tests for related extractors 8 years ago
remitamine a4760d204f [ooyala] use api v2 to reduce requests for format extraction 8 years ago
remitamine e8593f346a [ooyala] extract subtitles 8 years ago
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.
8 years ago
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 #8974
8 years ago
remitamine 6101f45ef9 [ooyala] split long lines, fix test duration and add hdcode param to hds url 8 years ago
Sergey M․ 7e5edcfd33 Simplify formats accumulation for f4m/m3u8/smil formats
Now all _extract_*_formats routines return a list
8 years ago
remitamine 75ed53320e [ooyala] improve extraction 8 years ago
remitamine 53e06b2507 [ooyala] fix duration scale 9 years ago
remitamine cce9d15d01 [ooyala] extract domain,handle errors and change related tests 9 years ago
remitamine dd414c970b [ooyala] fix sorting and format id 9 years ago
remitamine 497ca088a6 [ooyala] remove print statment 9 years ago
remitamine 90bddb6cdd [ooyala] extract more formats and metadata 9 years ago
Sergey M․ 9354a5fad4 [ooyala] Fix unresolved reference 9 years ago
Sergey M․ 1c97b0a777 [ooyala:external] Add extractor 9 years ago
Jaime Marquínez Ferrándiz 5268a05e47 [ooyala] Style fix 9 years ago
Yen Chi Hsuan aafe273990 [ooyala] Use SAS API to extract info (fixes #4336) 9 years ago
Yen Chi Hsuan 84bf31aaf8 [ooyala] Extract m3u8 information (#2292) 9 years ago
Philipp Hagemeister 90d71d3f08 [ooyala] Remove test md5sums 10 years ago
Jouke Waleson 9e1a5b8455 PEP8: applied even more rules 10 years ago
Jouke Waleson 5f6a1245ff PEP8 applied 10 years ago
Sergey M․ 6f600ff5d6 [ooyala] Try mobile player JS URLs for all available devices (Closes #3498)
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.
10 years ago
Philipp Hagemeister 6949d81095 [byutv] Add support (Fixes #2612) 10 years ago
Jaime Marquínez Ferrándiz e24b5a8610 [ooyala] Modernize 10 years ago
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.
10 years ago
Jaime Marquínez Ferrándiz c0d0b01f0e [generic] Detect ooyala videos (fixes #2013) 11 years ago
Jaime Marquínez Ferrándiz e8f8e80097 Add an extractor for vice.com (closes #1051) 11 years ago
Jaime Marquínez Ferrándiz 4dc0ff3ecf [ooyala] prefer ipad url
It has better quality with m3u8 manifests
11 years ago
Jaime Marquínez Ferrándiz c4ece78564 [ooyala] add support for more type of video urls, like m3u8 manifests. 11 years ago
Jaime Marquínez Ferrándiz 09825cb5c0 Add an extractor for Ooyala (closes #833)
Only works for some sites, it doesn't work for videos that use a f4m manifest
11 years ago