Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [compat, networking] Deprecate old functions (#2861) | coletdjnz | 2023-07-15 | 1 | -2/+2 |
| | | | | Authored by: coletdjnz, pukkandan | ||||
* | [extractor] Deprecate `_sort_formats` | pukkandan | 2022-11-17 | 1 | -2/+0 |
| | |||||
* | [cleanup] Upgrade syntax | pukkandan | 2022-04-12 | 1 | -3/+0 |
| | | | | | | | | | | Using https://github.com/asottile/pyupgrade 1. `__future__` imports and `coding: utf-8` were removed 2. Files were rewritten with `pyupgrade --py36-plus --keep-percent-format` 3. f-strings were cherry-picked from `pyupgrade --py36-plus` Extractors are left untouched (except removing header) to avoid unnecessary merge conflicts | ||||
* | [RCTIPlusSeries] Lazy extraction and video type selection (#2050) | MinePlayersPE | 2021-12-24 | 1 | -47/+76 |
| | | | Authored by: MinePlayersPE | ||||
* | [test/download] Fallback test to `bv` | pukkandan | 2021-11-06 | 1 | -5/+0 |
| | |||||
* | [extractor] Common function `_match_valid_url` | pukkandan | 2021-08-23 | 1 | -4/+3 |
| | |||||
* | [RCTIPlus] Support events and TV (#625) | MinePlayersPE | 2021-08-04 | 1 | -23/+123 |
| | | | Authored by: MinePlayersPE | ||||
* | [RCTIPlus] Remove PhantomJS dependency (#595) | MinePlayersPE | 2021-07-31 | 1 | -11/+24 |
| | | | Authored by: MinePlayersPE | ||||
* | [RCTIPlus] Add extractor (#443) | MinePlayersPE | 2021-07-02 | 1 | -0/+242 |
Authored by: MinePlayersPE |