barotrauma-sunken-tapes/fetch_song.py

6 lines
83 B
Python
Raw Permalink Normal View History

import yt_dlp
2021-09-24 12:00:38 +02:00
import sys
if __name__ == "__main__":
yt_dlp.main(sys.argv[1:])