index
|
people
|
commits
|
about
hovercats
/
oakiss
/ tree
summary
|
tree
|
log
|
branches
|
tags
master
hovercats/oakiss
/
pkg
/
yt-dlp
/
yt-dlp
1
#!/bin/python
2
3
import yt_dlp
4
5
if __name__ == '__main__':
6
yt_dlp.main()