-
Is it possible to remove the video download, and immediately get a json response that is saved to a folder, without saving the video file? |
Beta Was this translation helpful? Give feedback.
Answered by
norkunas
Apr 25, 2022
Replies: 1 comment 1 reply
-
Yes, you can use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
array05
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can use
Options::skipDownload(true)
for this case, it will return the collection of your videos metadata.But if you also would like to access the original metadata files then set
Options::cleanupMetadata(false)
.