add code to update youtube data for videos
- Dominant language
- TypeScript
- Stars
- 4
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
## Problem
A video is created in the backend whenever someone attempts to add segments to a video that is not found in the db. The video that is created contains the metadata for the youtube video, such as the description. However after the video is created this youtube metadata is never updated.
## Solution
When we list videos (either the default list or after a search) we should include some logic that checks if the youtube data within the videos is out of date and update them if it is.
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names the default video list and search results as entry points, but no files or tests. Start by locating those listing paths and the existing YouTube metadata handling; done means out-of-date metadata is refreshed in both listing modes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100