iv-org / invidious

Invidious is an alternative front-end to YouTube
https://invidious.io
GNU Affero General Public License v3.0
16.19k stars 1.79k forks source link

[Bug] Same video published date for all videos #4932

Closed boher closed 1 week ago

boher commented 1 week ago

Describe the bug As of 20 September 2024, all videos on invidious instances are taking the current date as the upload published date, instead of the actual date. Observing this on working instances yewtu.be and invidious.privacyredirect.com

Steps to Reproduce

  1. Go to any video uploaded at least a day ago
  2. Click on another video that is also uploaded at least a day ago
  3. See that the date indicated below the channel name are the same
  4. Repeat step 2 to view the same results -->

Screenshots On working invidious instances: image

On youtube: image

absidue commented 1 week ago

The issue just before yours explains why, the place Invidious was reading the published date from before, no longer exists with the new workaround to get videos to play. There is probably somewhere else Invidious could get that information from, but understandably the maintainers decided that getting videos to play was higher priority and that fixing the metadata could be done later.

unixfox commented 1 week ago

https://github.com/iv-org/invidious/issues/4929