Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-10 | [yahoo] Yahoo doesn't like region names in lower cases | Yen Chi Hsuan | |
Fix test_Yahoo_7 | |||
2016-04-24 | [yahoo] Improve error detection and update tests | Yen Chi Hsuan | |
2016-04-24 | [yahoo] Extract all <iframe>s | Yen Chi Hsuan | |
Fixes test_yahoo_6 (https://ca.finance.yahoo.com/news/hackers-sony-more-trouble-well-154609075.html) | |||
2016-04-24 | [yahoo] Update some tests | Yen Chi Hsuan | |
One has new fields as ThePlatformIE changed, and others have changed files. | |||
2016-04-24 | [yahoo] Extend _VALID_URL and fix extraction | Yen Chi Hsuan | |
Closes #9271 | |||
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 | |||
2016-01-21 | [yahoo] Add improve content id regexes (Closes #8290) | Sergey M․ | |
2016-01-21 | Additional regex for yahoo extractor | igv | |
2016-01-01 | [yahoo] Support pages that use an alias (fixes #8084) | Jaime Marquínez Ferrándiz | |
2015-09-10 | [yahoo] Fix test | Sergey M․ | |
2015-09-10 | [yahoo] Process query result embedded in webpage | Sergey M․ | |
2015-09-07 | [yahoo] change test md5 checksum | remitamine | |
2015-05-19 | [yahoo] Add support for closed captions (closes #5714) | Yen Chi Hsuan | |
2015-05-01 | [yahoo] Extend _VALID_URL | Yen Chi Hsuan | |
2015-03-31 | [NBCSports/Yahoo] Comment out some MD5 checksums | Yen Chi Hsuan | |
They seems to change constantly | |||
2015-03-31 | [Yahoo/NBCSports] Generalize NBC sports info extractor | Yen Chi Hsuan | |
2015-03-31 | [Yahoo/NBCSports] Fix #5226 | Yen Chi Hsuan | |
2015-02-18 | [yahoo] Remove md5sum from test case | Philipp Hagemeister | |
The md5 sum has changed repeatedly, and we check whether it looks like a video anyways nowadays. | |||
2014-12-21 | [yahoo] Update extraction process | Jaime Marquínez Ferrándiz | |
Their webpage uses now https://video.media.yql.yahoo.com/v1/video/sapi/streams/ for getting the video info. | |||
2014-12-21 | [yahoo] Replace two tests | Jaime Marquínez Ferrándiz | |
The first one returned an internal server error. The other doesn't seem to contain a video anymore. | |||
2014-12-21 | [yahoo] Improve video id detection (fixes #4521) | Jaime Marquínez Ferrándiz | |
2014-12-13 | Fix imports and general cleanup | Philipp Hagemeister | |
· 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 | |||
2014-11-23 | PEP8: applied even more rules | Jouke Waleson | |
2014-11-23 | PEP8: E225,E227 | Jouke Waleson | |
2014-11-23 | PEP8: more applied | Jouke Waleson | |
2014-10-10 | [yahoo] Generalize, support arbitrary subdomains, support iframe videos, ↵ | Sergey M․ | |
capture error message (Closes #2470) | |||
2014-10-10 | [yahoo] Add support for regional subdomains and extract duration (Closes #3915) | Sergey M․ | |
2014-09-29 | [yahoo] Remove test case | Philipp Hagemeister | |
This video seems to have been removed entirely | |||
2014-08-27 | [yahoo] Add one more pattern for content id | Sergey M․ | |
2014-08-16 | [yahoo] Add support for embedded videos (Closes #3525) | Sergey M․ | |
2014-06-04 | [yahoo] improve thumbnail extraction | pulpe | |
2014-06-04 | [yahoo] Improve content id extraction | Sergey M․ | |
2014-06-04 | [yahoo] Make thumbnail optional (Closes #3043) | Sergey M․ | |
2014-04-21 | [yahoo] Add support for movies (Fixes #2780) | Philipp Hagemeister | |
2014-04-19 | [test_all_urls] Add support for distributed URL matching test definition | Philipp Hagemeister | |
2014-04-04 | [yahoo] Support https and -uploader URLs (Fixes #2701) | Philipp Hagemeister | |
2014-04-04 | Remove unused imports | Philipp Hagemeister | |
2014-04-04 | [yahoo] Modernize | Jaime Marquínez Ferrándiz | |
2014-02-11 | [yahoo] use unicode_literals | Arjun Sreedharan | |
2013-12-25 | [yahoo] Use centralized sorting, and add tbr field | Philipp Hagemeister | |
2013-12-05 | Remove unused imports | Philipp Hagemeister | |
2013-11-29 | [yahoo] Force use of the http protocol for downloading the videos. | Jaime Marquínez Ferrándiz | |
2013-11-29 | [yahoo] Add an extractor for yahoo news (closes #1849) | Jaime Marquínez Ferrándiz | |
2013-11-27 | [yahoo] Fix video extraction and use the new format system exclusively | Jaime Marquínez Ferrándiz | |
2013-11-03 | Style fixes for extractors: remove spaces around (,),{ and } | Jaime Marquínez Ferrándiz | |
2013-10-10 | [yahoo] Download the info from another page | Jaime Marquínez Ferrándiz | |
The 'meta' field is not always in the video webpage | |||
2013-10-04 | [yahoo] Switch ext of test | Philipp Hagemeister | |
2013-10-04 | [yahoo] Fix test title | Philipp Hagemeister | |
2013-10-04 | [yahoo] Do not try to run rtmpdump on travis | Philipp Hagemeister | |
2013-09-28 | [yahoo] Fix video extraction (fixes #1521) | Jaime Marquínez Ferrándiz | |
There's no need to use two different methods. Now we can also download videos over http if possible. Also run the test for rtmp videos, but skip the download. |