appleboy / go-whisper

Speech o Text using docker image with ggerganov/whisper.cpp
MIT License
54 stars 6 forks source link

improve youtube video download reliability #11

Closed ken0911208818 closed 1 year ago

ken0911208818 commented 1 year ago

Following an update to YouTube's API policy, attempts to download videos now result in a 403 HTTP status code. To ensure video reliability, implemented a retry mechanism

codecov-commenter commented 1 year ago

Codecov Report

Merging #11 (a7c8b8b) into main (6e1e189) will not change coverage. The diff coverage is n/a.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@          Coverage Diff          @@
##            main     #11   +/-   ##
=====================================
  Coverage   7.50%   7.50%           
=====================================
  Files          5       5           
  Lines        253     253           
=====================================
  Hits          19      19           
  Misses       232     232           
  Partials       2       2