@qodestack/dl-yt-playlist
Advanced tools
Comparing version 6.4.0 to 6.5.0
@@ -83,2 +83,3 @@ // Generated by dts-bundle-generator v8.1.2 | ||
youTubeFetchCount: number; | ||
videosDownloaded: Video[]; | ||
}; | ||
@@ -85,0 +86,0 @@ export declare function downloadYouTubePlaylist({ playlistId, youTubeApiKey, directory, downloadType, audioFormat, videoFormat, downloadThumbnails, maxDurationSeconds, mostRecentItemsCount, silent, timeZone, maxConcurrentFetchCalls, maxConcurrentYtdlpCalls, saveRawResponses, }: { |
@@ -7,3 +7,3 @@ { | ||
"types": "./dist/main.d.ts", | ||
"version": "6.4.0", | ||
"version": "6.5.0", | ||
"publishConfig": { | ||
@@ -10,0 +10,0 @@ "access": "public" |
@@ -116,2 +116,3 @@ import {$} from 'bun' | ||
youTubeFetchCount: number | ||
videosDownloaded: Video[] | ||
} | ||
@@ -1281,2 +1282,3 @@ | ||
failureData, | ||
videosDownloaded: freshMetadata, | ||
} | ||
@@ -1283,0 +1285,0 @@ } |
Sorry, the diff of this file is too big to display
196494
4511