aboutsummaryrefslogtreecommitdiff
path: root/test/test_InfoExtractor.py
AgeCommit message (Collapse)Author
2016-11-17Update coding style after pycodestyle 2.1.0Yen Chi Hsuan
In pycodestyle 2.1.0, E305 was introduced, which requires two blank lines after top level declarations, too. See https://github.com/PyCQA/pycodestyle/issues/400 See also #10689; thanks @stepshal for first mentioning this issue and initial patches
2016-08-02[extractor/common] Support multiple properties in _og_search_propertySergey M․
2016-06-26[utils] Add support for name list in _html_search_metaSergey M․
2016-04-09[test/InfoExtractors] add test for _download_jsonJaime Marquínez Ferrándiz
2015-10-18[extractor/common] Allow angle brackets in attributes in _og_regexes (#7215)Sergey M․
2015-10-14[test_InfoExtractor] Add test for unquoted attributeSergey M․
2015-10-14[test_InfoExtractor] Add test for 7a6d76a64d8a89a08bb79791506fc18b993c4580Sergey M․
2015-01-08[InfoExtractor/common] Correct and test meta tag matchingPhilipp Hagemeister
2014-03-09Add a basic test suite for the InfoExtractor classJaime Marquínez Ferrándiz