1
0
Fork 0

[ie/digitalconcerthall] Support login with access/refresh tokens (#11571)

Removes broken support for login with email and password
Removes obsolete `prefer_combined_hls` extractor-arg

Closes #11404, Closes #11436
Authored by: bashonly
This commit is contained in:
bashonly 2024-11-18 05:16:17 +00:00 committed by GitHub
commit f7257588bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 139 additions and 45 deletions

View file

@ -1867,9 +1867,6 @@ The following extractors use this feature:
#### bilibili
* `prefer_multi_flv`: Prefer extracting flv formats over mp4 for older videos that still provide legacy formats
#### digitalconcerthall
* `prefer_combined_hls`: Prefer extracting combined/pre-merged video and audio HLS formats. This will exclude 4K/HEVC video and lossless/FLAC audio formats, which are only available as split video/audio HLS formats
#### sonylivseries
* `sort_order`: Episode sort order for series extraction - one of `asc` (ascending, oldest first) or `desc` (descending, newest first). Default is `asc`