barotrauma-sunken-tapes/fetch_song.py

6 lines
83 B
Python

import yt_dlp
import sys
if __name__ == "__main__":
yt_dlp.main(sys.argv[1:])