Skip to content

Instantly share code, notes, and snippets.

@yannbertrand
Last active October 24, 2025 20:59
Show Gist options
  • Save yannbertrand/1f451cc1eab9a77e7e8f7255f6d1354f to your computer and use it in GitHub Desktop.
Save yannbertrand/1f451cc1eab9a77e7e8f7255f6d1354f to your computer and use it in GitHub Desktop.
Windows FloodCast Search
# https://github.com/yt-dlp/yt-dlp
.\yt-dlp.exe https://feeds.acast.com/public/shows/floodcast --no-config-locations --paths "~/Developer/floodcast-search/data/yt-dlp/audio" --output "%(title)s.%(ext)s" --write-info-json --no-write-playlist-metafiles --paths "infojson:../info" --restrict-filenames --replace-in-metadata description "<hr><p style='color:grey; font-size:0\.75em;'> Hébergé par Acast\. Visitez <a style='color:grey;' target='_blank' rel='noopener noreferrer' href='https://acast\.com/privacy'>acast\.com/privacy</a> pour plus d'informations\.</p>$" "" --parse-metadata "video::(?P<formats>)" --parse-metadata "video::(?P<subtitles>)" --parse-metadata "video::(?P<http_headers>)" --parse-metadata "video::(?P<thumbnail>)" --parse-metadata "video::(?P<thumbnails>)"
# https://github.com/Purfview/whisper-standalone-win
.\faster-whisper-xxl.exe "C:\Users\SuperPikaBoy\Developer\floodcast-search\data\yt-dlp\audio" --language fr --model large-v2 --output_format vtt --sentence --batch_recursive --output_dir "C:\Users\SuperPikaBoy\Developer\floodcast-search\data\subtitles" --initial_prompt "Le FloodCast est animé par Adrien Ménielle surnommé Adrimiel et Florent Bernard surnommé FloBer"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment