[InfoExtractor] Support byte range for DASH
authordirkf <fieldhouse@gmx.net>
Sat, 27 Jan 2024 15:37:08 +0000 (15:37 +0000)
committerdirkf <fieldhouse@gmx.net>
Fri, 2 Feb 2024 12:36:05 +0000 (12:36 +0000)
commit4eaeb9b2c680ed097770ce976c3b37a1b05c0800
tree7f466f5ff866964d366378a9817288c3950eda3e
parentbec9180e8904a12c55cfa838b0541879d16bf20f
[InfoExtractor] Support byte range for DASH
* adapted from https://github.com/ytdl-org/youtube-dl/pull/30279
* thx former GH user kikuyan
test/test_InfoExtractor.py
test/testdata/mpd/range_only.mpd [new file with mode: 0644]
test/testdata/mpd/subtitles.mpd [new file with mode: 0644]
test/testdata/mpd/url_and_range.mpd [new file with mode: 0644]
youtube_dl/extractor/common.py