Commit a138daf
Improve the SEGMENT_DURATION_MS_PATTERN regular expression in YoutuDashManifestCreator
The Segment-Durations-Ms part of the first sequence of some OTF streams was not fully parsed by the previous regular expression. This commit should fix the issue.
Huge thanks to tsiflimagas for the fix.
Co-authored-by: tsiflimagas <kgstradviolin@outlook.com>1 parent aeab18f commit a138daf
1 file changed
Lines changed: 2 additions & 2 deletions
File tree
- extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments