-
Hey is there an way to add Options later and downloading the video after all the Options have been added? |
Beta Was this translation helpful? Give feedback.
Answered by
norkunas
Jun 28, 2022
Replies: 2 comments 2 replies
-
Hey, |
Beta Was this translation helpful? Give feedback.
1 reply
-
You can modify the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Attackly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can modify the
Options
instance up to that point when you call$yt->download()
because this call expands your options and starts the download process. But each$yt->download()
call can be provided with any options.