mirror of
https://github.com/svemagie/indiekit-endpoint-youtube.git
synced 2026-04-02 15:54:59 +02:00
docs: note draft status and simplified content format
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -303,11 +303,13 @@ First sync after connecting:
|
||||
Every subsequent sync (hourly background + manual trigger):
|
||||
YouTube API → fetch liked videos → compare against youtubeLikesSeen
|
||||
↓ new like found (not in seen set)
|
||||
Insert into youtubeLikesSeen + create "like" post in posts collection
|
||||
Insert into youtubeLikesSeen + create "like" post (as draft) in posts collection
|
||||
↓ already seen
|
||||
Skip
|
||||
```
|
||||
|
||||
New like posts are created as **drafts** (`post-status: draft`) so they can be reviewed before publishing. The post content is `Video Title - Channel Name`.
|
||||
|
||||
The baseline prevents mass post creation when you connect an account with hundreds of existing likes.
|
||||
|
||||
### Setup
|
||||
|
||||
Reference in New Issue
Block a user