youtube-transcript-api/utils/filesystem.py

6 lines
90 B
Python

from tempfile import TemporaryDirectory
def temp_dir():
return TemporaryDirectory()