Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-25 | _find_jwplayer_data() returns dict or None | Random User | |
This simplifies code for callers of `_find_jwplayer_data()` which no longer have to run `_parse_json()` on the return value. It also makes sure that `_find_jwplayer_data()` returns either a `dict` or `None` and nothing else. | |||
2017-02-16 | [generic] Try parsing JWPlayer embedded videos (closes #12030) | Yen Chi Hsuan | |
2016-09-08 | [tvnoe] Do not capture unused groups in _VALID_URL | Sergey M․ | |
2016-09-05 | [tvnoe] PEP8 and coding style | Yen Chi Hsuan | |
2016-09-04 | Add new extractor for TV Noe (Czech Christian TV). | Matěj Cepl | |
Fixes #10520 |