CCExtractor / video2srt

Superfast online transcript generator with FFmpeg/wasm + whisper
GNU General Public License v3.0
54 stars 11 forks source link

Implemented cancel download ❌ #9

Closed Om-Thorat closed 1 year ago

Om-Thorat commented 1 year ago

Implemented a cancel download button to cancel download, If the user selects the wrong option by mistake.

The downloaded data is stored until a page refresh as in if a user cancels by a mistake and tries to download the same model again it resumes from the last left point.

With 💖 by Om

netlify[bot] commented 1 year ago

Deploy Preview for video2srt failed.

Name Link
Latest commit 7201b5591c8bc8c9264f7971ca9df6b907352252
Latest deploy log https://app.netlify.com/sites/video2srt/deploys/64cb899faf7ef90008952cd5
Om-Thorat commented 1 year ago

@MatejMecka Might the build be failing due to the build command in package.json ? Since the build succeeded when i built it locally by replacing cp with copy since I am on windows.

Current

    "build": "[ -f .env ] || cp env.sample .env && vite build && cp _headers dist/_headers",

Replaced

    "build": "IF NOT EXIST .env (copy env.sample .env && vite build && copy _headers dist/_headers)",
Om-Thorat commented 1 year ago

WELP GIT has destroyed that fork so oops, I'll make a new one.