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 | -1/+0 |
| | |||||
* | [extractor/ViMP] Add playlist extractor (#4147) | FestplattenSchnitzel | 2022-06-29 | 1 | -1/+70 |
| | | | Authored by: FestplattenSchnitzel | ||||
* | [extractor/ViMP] Add thumbnail and support more sites (#4147) | FestplattenSchnitzel | 2022-06-25 | 1 | -5/+22 |
| | | | | Authored by: FestplattenSchnitzel | ||||
* | [VideocampusSachsen] Improve extractor (#3604) | FestplattenSchnitzel | 2022-05-05 | 1 | -43/+116 |
| | | | Authored by: FestplattenSchnitzel | ||||
* | [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 | ||||
* | [VideocampusSachsen] Add extractors (#2787) | FestplattenSchnitzel | 2022-03-04 | 1 | -0/+96 |
Authored by: FestplattenSchnitzel |