This website works better with JavaScript.
Home
Help
Sign In
jaka
/
barotrauma-sunken-tapes
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33
Commits
1
Branch
0
Tags
37 MiB
Python
99.8%
Batchfile
0.2%
Branch:
master
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
barotrauma-sunken-tapes
/
fetch_song.py
5 lines
83 B
Raw
Permalink
Blame
History
import
yt_dlp
import
sys
if
__name__
==
"
__main__
"
:
yt_dlp
.
main
(
sys
.
argv
[
1
:
]
)
Reference in new issue