diff options
author | bashonly <88596187+bashonly@users.noreply.github.com> | 2024-11-17 21:16:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-17 21:16:22 +0000 |
commit | 2009cb27e17014787bf63eaa2ada51293d54f22a (patch) | |
tree | 6b8525bb09dcc9036432013d4e5254283107e14e /README.md | |
parent | f351440f1dc5b3dfbfc5737b037a869d946056fe (diff) |
[ie/SonyLIVSeries] Add `sort_order` extractor-arg (#11569)
Authored by: bashonly
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1869,6 +1869,9 @@ The following extractors use this feature: #### 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` + **Note**: These options may be changed/removed in the future without concern for backward compatibility <!-- MANPAGE: MOVE "INSTALLATION" SECTION HERE --> |