This commit is contained in:
2025-01-11 20:59:10 -05:00
parent 85a0d6bc62
commit 3c57f13557
18 changed files with 464 additions and 365 deletions

View File

@ -42,6 +42,4 @@ class YT(FastAPI):
return {
'video_id': yt_video_id,
'extras': yts_res[0]
}
}