Skip to content

Instantly share code, notes, and snippets.

View code404nul's full-sized avatar
🎯
try hard...

archIBARBU code404nul

🎯
try hard...
View GitHub Profile
@code404nul
code404nul / untitled1.ipynb
Created March 25, 2026 19:26
Untitled1.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
import subprocess
from youtubesearchpython import VideosSearch
def download_audio(url):
subprocess.run([
"yt-dlp",
"-x",
"--audio-format", "mp3",
"--audio-quality", "192K",
"--ffmpeg-location", r"C:\Users\tatat\Downloads\ffmpeg-8.0.1-essentials_build\ffmpeg-8.0.1-essentials_build\bin",