TeamNewPipe / NewPipeExtractor

NewPipe's core library for extracting data from streaming sites
GNU General Public License v3.0
1.4k stars 421 forks source link

[YouTube] Always return -1 as duration of Shorts returned inside reel items #1140

Closed Stypox closed 11 months ago

Stypox commented 11 months ago

Duration of reelItems (i.e. shorts) used to be only provided in the accessibility data (e.g. "VIDEO TITLE - 49 seconds - play video"). Now YouTube removed the duration part (e.g. "VIDEO TITLE - play video"), so there is no way to get the duration of shorts anymore.

Fixes https://github.com/TeamNewPipe/NewPipe/issues/10471#issuecomment-1866402950

Stypox commented 11 months ago

I preferred the previous title but thanks ;-)