Commit Graph

60 Commits (03327bc9a62bba1e6181e22e0ada82fb2f087fb0)

Author SHA1 Message Date
Sergey M․ f631b55791
[brightcove] Fix _extract_url (closes )
Sergey M․ b61cd51869
[yahoo] Add test and improve some content id regex
Sergey M․ f420902a3b
[yahoo] Add another content id regex (closes )
Remita Amine 7a979da8cb [yahoo] Look for Brightcove Legacy Studio embeds(closes )
Remita Amine 165620e320 [yahoo] extract more and better formats
Sergey M․ 6a4e659c93
[yahoo] Recognize brightcove embed (Closes )
Yen Chi Hsuan 55290788d3 [yahoo] Yahoo doesn't like region names in lower cases
Fix test_Yahoo_7
Yen Chi Hsuan 2a7dee8cc5
[yahoo] Improve error detection and update tests
Yen Chi Hsuan d9ed362116
[yahoo] Extract all <iframe>s
Fixes test_yahoo_6

(https://ca.finance.yahoo.com/news/hackers-sony-more-trouble-well-154609075.html)
Yen Chi Hsuan 4f54958097
[yahoo] Update some tests
One has new fields as ThePlatformIE changed, and others have changed
files.
Yen Chi Hsuan 2a7c38831c
[yahoo] Extend _VALID_URL and fix extraction
Closes 
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 
Sergey M․ e87d98b0dd [yahoo] Add improve content id regexes (Closes )
igv 383496e65e Additional regex for yahoo extractor
Jaime Marquínez Ferrándiz ca227c8698 [yahoo] Support pages that use an alias (fixes )
Sergey M․ 1721fef28b [yahoo] Fix test
Sergey M․ 364ca0582e [yahoo] Process query result embedded in webpage
remitamine daeb0f04cd [yahoo] change test md5 checksum
Yen Chi Hsuan ecee572411 [yahoo] Add support for closed captions (closes )
Yen Chi Hsuan 861e65eb05 [yahoo] Extend _VALID_URL
Yen Chi Hsuan e15307a612 [NBCSports/Yahoo] Comment out some MD5 checksums
They seems to change constantly
Yen Chi Hsuan a2a4d5fa31 [Yahoo/NBCSports] Generalize NBC sports info extractor
Yen Chi Hsuan a28ccbabc6 [Yahoo/NBCSports] Fix
Philipp Hagemeister 85d5866177 [yahoo] Remove md5sum from test case
The md5 sum has changed repeatedly, and we check whether it looks like a video anyways nowadays.
Jaime Marquínez Ferrándiz 653d14e2f9 [yahoo] Update extraction process
Their webpage uses now https://video.media.yql.yahoo.com/v1/video/sapi/streams/ for getting the video info.
Jaime Marquínez Ferrándiz 85fab7e47b [yahoo] Replace two tests
The first one returned an internal server error.
The other doesn't seem to contain a video anymore.
Jaime Marquínez Ferrándiz 3aa9176f08 [yahoo] Improve video id detection (fixes )
Philipp Hagemeister 1cc79574fc Fix imports and general cleanup
· Import from compat what comes from compat. Yes, some names are available in utils too, but that's an implementation detail.
· Use _match_id consistently whenever possible
· Fix some outdated tests
· Use consistent valid URL (always match the whole protocol, no ^ at start required)
· Use modern test definitions
Jouke Waleson 9e1a5b8455 PEP8: applied even more rules
Jouke Waleson 2514d2635e PEP8: E225,E227
Jouke Waleson 8bcc875676 PEP8: more applied
Sergey M․ 3c06d3715e [yahoo] Generalize, support arbitrary subdomains, support iframe videos, capture error message (Closes )
Sergey M․ 762958d5af [yahoo] Add support for regional subdomains and extract duration (Closes )
Philipp Hagemeister e7db973328 [yahoo] Remove test case
This video seems to have been removed entirely
Sergey M․ 071a236c5a [yahoo] Add one more pattern for content id
Sergey M․ 49807b4ac6 [yahoo] Add support for embedded videos (Closes )
pulpe dede691aca [yahoo] improve thumbnail extraction
Sergey M․ fb6a5b965b [yahoo] Improve content id extraction
Sergey M․ 6340716b3a [yahoo] Make thumbnail optional (Closes )
Philipp Hagemeister a4eb9578af [yahoo] Add support for movies (Fixes )
Philipp Hagemeister 52fadd5fb2 [test_all_urls] Add support for distributed URL matching test definition
Philipp Hagemeister c8edf47b3a [yahoo] Support https and -uploader URLs (Fixes )
Philipp Hagemeister 1525148114 Remove unused imports
Jaime Marquínez Ferrándiz 88f1c6de7b [yahoo] Modernize
Arjun Sreedharan 2317e6b2b3 [yahoo] use unicode_literals
Philipp Hagemeister 7217e148fb [yahoo] Use centralized sorting, and add tbr field
Philipp Hagemeister a1ef7e85d6 Remove unused imports
Jaime Marquínez Ferrándiz c5171c454b [yahoo] Force use of the http protocol for downloading the videos.
Jaime Marquínez Ferrándiz befd88b786 [yahoo] Add an extractor for yahoo news (closes )
Jaime Marquínez Ferrándiz 35907e23ec [yahoo] Fix video extraction and use the new format system exclusively