aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/videocampus_sachsen.py
Commit message (Collapse)AuthorAgeFilesLines
* [compat, networking] Deprecate old functions (#2861)coletdjnz2023-07-151-2/+2
| | | | Authored by: coletdjnz, pukkandan
* [extractor] Deprecate `_sort_formats`pukkandan2022-11-171-1/+0
|
* [extractor/ViMP] Add playlist extractor (#4147)FestplattenSchnitzel2022-06-291-1/+70
| | | Authored by: FestplattenSchnitzel
* [extractor/ViMP] Add thumbnail and support more sites (#4147)FestplattenSchnitzel2022-06-251-5/+22
| | | | Authored by: FestplattenSchnitzel
* [VideocampusSachsen] Improve extractor (#3604)FestplattenSchnitzel2022-05-051-43/+116
| | | Authored by: FestplattenSchnitzel
* [cleanup] Upgrade syntaxpukkandan2022-04-121-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)FestplattenSchnitzel2022-03-041-0/+96
Authored by: FestplattenSchnitzel