v1.0.4 #117

Closed
opened 2026-04-05 19:43:57 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @hansputera on 1/3/2022

What's changed?

  • 📘 New Response Data Schema
{
    error?: string;
    video?: {
        id?: string;
        thumb?: string;
        urls: string[];
        title?: string;
        duration?: string;
    };
    music?: {
        url: string;
        title?: string;
        author?: string;
        id?: string;
        cover?: string;
    };
    author?: {
        username?: string;
        thumb?: string;
        id?: string;
    };
    caption?: string;
    playsCount?: number;
    sharesCount?: number;
    commentsCount?: number;
    likesCount?: number;
    uploadedAt?: string;
    updatedAt?: string;
};
*Originally created by @hansputera on 1/3/2022* ## What's changed? * 📘 New Response Data Schema ```ts { error?: string; video?: { id?: string; thumb?: string; urls: string[]; title?: string; duration?: string; }; music?: { url: string; title?: string; author?: string; id?: string; cover?: string; }; author?: { username?: string; thumb?: string; id?: string; }; caption?: string; playsCount?: number; sharesCount?: number; commentsCount?: number; likesCount?: number; uploadedAt?: string; updatedAt?: string; }; ````
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/tiktok-dl#117