mirror of
https://github.com/YouG-o/YouTube-No-Translation.git
synced 2026-04-25 01:56:01 +03:00
[PR #62] [MERGED] Feat/batch yt data #129
Labels
No labels
ToDo
bug
enhancement
enhancement
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/YouTube-No-Translation#129
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/YouG-o/YouTube-No-Translation/pull/62
Author: @YouG-o
Created: 7/15/2025
Status: ✅ Merged
Merged: 7/15/2025
Merged by: @YouG-o
Base:
main← Head:feat/batchYTData📝 Commits (6)
ebe5c2efeat: use YouTube Data API v3 batch requests as primary title source for browsing videose9fe4f9feat: add batch fetching for video descriptions (on searchpage) using YouTube Data API v3a667f7erefactor: process individual title fetches in parallelinstead of sequential for refreshBrowsingVideosa2b7477CHANGELOG update8d819a2doc updatee84372afeat: add isYouTubeDataAPIEnabled utility and apply it for all YouTube Data📊 Changes
6 files changed (+264 additions, -97 deletions)
View changed files
📝
CHANGELOG.md(+4 -0)📝
docs/YT_DATA_API.md(+2 -3)📝
src/content/description/searchDescriptions.ts(+123 -27)📝
src/content/observers.ts(+3 -2)📝
src/content/titles/browsingTitles.ts(+117 -65)📝
src/utils/utils.ts(+15 -0)📄 Description
Added batch fetching if yt data api feature is enabled, allowing to fetch all video (up to 50) in one request. Making updating faster and request consumption / 50. (Browsing titles & Search results descriptions
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.