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/rokfin] Re-construct manifest url (#6507) | vampirefrog | 2023-03-11 | 1 | -1/+49 |
| | | | Authored by: vampirefrog | ||||
* | [extractor] Deprecate `_sort_formats` | pukkandan | 2022-11-17 | 1 | -1/+0 |
| | |||||
* | [cleanup] Fix some typos (#4194) | crazymoose77756 | 2022-06-26 | 1 | -1/+1 |
| | | | Authored by: crazymoose77756 | ||||
* | [extractor, cleanup] Reduce direct use of `_downloader` | pukkandan | 2022-06-23 | 1 | -2/+2 |
| | |||||
* | [cleanup, utils] Don't use kwargs for `format_field` | pukkandan | 2022-06-18 | 1 | -3/+3 |
| | |||||
* | [rokfin:search] Add extractor (#2992) | P-reducible | 2022-05-15 | 1 | -1/+75 |
| | | | Authored by: P-reducible, pukkandan | ||||
* | [rokfin] Implement login (#2992) | pukkandan | 2022-05-15 | 1 | -4/+85 |
| | | | | Authored by: P-reducible, pukkandan | ||||
* | [cleanup] Upgrade syntax | pukkandan | 2022-04-12 | 1 | -1/+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 | ||||
* | [Rokfin] Fix `availability` (#1534) | P-reducible | 2022-03-08 | 1 | -2/+2 |
| | | | Authored by: P-reducible | ||||
* | [rokfin] Add stack and channel extractors (#1534) | pukkandan | 2022-03-02 | 1 | -6/+104 |
| | | | | Authored by: P-reducible, pukkandan | ||||
* | [rokfin] Add extractor (#1534) | pukkandan | 2022-03-02 | 1 | -0/+158 |
Authored by: P-reducible, pukkandan |