@qodestack/dl-yt-playlist
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -7,3 +7,3 @@ { | ||
"types": "./dist/main.d.ts", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"publishConfig": { | ||
@@ -10,0 +10,0 @@ "access": "public" |
@@ -71,6 +71,6 @@ /** | ||
/** | ||
* Save all the responses from the YouTube API to a file so we can inspect it if | ||
* we need to. | ||
* Save all the responses from the YouTube API to a file so we can inspect it | ||
* if we need to. | ||
*/ | ||
Bun.write( | ||
await Bun.write( | ||
`./data/${playlistName}/responses.json`, | ||
@@ -94,3 +94,3 @@ JSON.stringify(fullData, null, 2) | ||
// Write the video metadata to a new file. | ||
Bun.write( | ||
await Bun.write( | ||
`./data/${playlistName}/videoMetadata.json`, | ||
@@ -97,0 +97,0 @@ JSON.stringify(videos, null, 2) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52479