This website requires JavaScript.
Explore
Help
Sign In
jaka
/
barotrauma-sunken-tapes
Watch
1
Star
0
Fork
You've already forked barotrauma-sunken-tapes
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
bdc9270ba8
barotrauma-sunken-tapes
/
fetch_song.py
6 lines
83 B
Python
Raw
Normal View
History
Unescape
Escape
Changed the download to yt-dlp because of youtube's throttling of youtube-dl.
2021-11-14 21:38:50 +01:00
import
yt_dlp
initial commit.
2021-09-24 12:00:38 +02:00
import
sys
if
__name__
==
"
__main__
"
:
Changed the download to yt-dlp because of youtube's throttling of youtube-dl.
2021-11-14 21:38:50 +01:00
yt_dlp
.
main
(
sys
.
argv
[
1
:
]
)