Skip to content

Commit

Permalink
Update README.md examples
Browse files Browse the repository at this point in the history
  • Loading branch information
AliOsm committed Nov 2, 2024
1 parent 68a97b5 commit 9048924
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ if __name__ == '__main__':
urls_or_paths=['https://youtu.be/qFsUwp5iomU'],
skip_if_output_exist=False,
download_retries=3,
yt_dlp_options='{}',
verbose=False,
),
whisper=Config.Whisper(
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ if __name__ == '__main__':
urls_or_paths=['https://youtu.be/qFsUwp5iomU'],
skip_if_output_exist=False,
download_retries=3,
yt_dlp_options='{}',
verbose=False,
),
whisper=Config.Whisper(
Expand Down

0 comments on commit 9048924

Please sign in to comment.