aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/digitalconcerthall.py
Commit message (Collapse)AuthorAgeFilesLines
* [extractor/DigitalConcertHall] Support films (#7202)Mohamed Al Mehairbi2023-06-021-7/+20
| | | | Authored by: ItzMaxTV Closes #7184
* [extractor] Deprecate `_sort_formats`pukkandan2022-11-171-1/+0
|
* [exctractor/digitalconcerthall] Fix extractor (#4105)Zhymabek Roman2022-06-181-1/+1
| | | | Authored by: ZhymabekRoman
* [cleanup] Upgrade syntaxpukkandan2022-04-121-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
* [extractor] Add `_perform_login` function (#2943)pukkandan2022-03-181-5/+3
| | | | * Adds new functions `_initialize_pre_login` and `_perform_login` as part of the extractor API * Adds `ie.supports_login` to the public API
* [digitalconcerthall] Add extractor (#1931)teridon2022-01-111-0/+143
Authored by: teridon