Closed absidue closed 3 weeks ago
Related to #5991
This fixes FreeTube claiming that the streaming data has expired when a 403 happens with the Invidious API even when it hasn't expired.
console.log(this.streamingDataExpiryDate)
this.streamingDataExpiryDate =
Invidious API: Extract streaming data expiry date from URL
Pull Request Type
Related issue
Related to #5991
Description
This fixes FreeTube claiming that the streaming data has expired when a 403 happens with the Invidious API even when it hasn't expired.
Testing
console.log(this.streamingDataExpiryDate)
line below thethis.streamingDataExpiryDate =
lineDesktop