Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-03-21 | Add support for https for all extractors as preventive and future-proof measure | Sergey M․ | |
2016-01-07 | [npr] Fix extractor (Closes #7218) | Sergey M․ | |
2016-01-07 | [npr] Add extractor | kaspi | |
removed md5 from _TEST moved from xml data to json test changed _TEST url to one that will not expire, so tests would not be failing |