Basics
This commit is contained in:
1
.env
Normal file
1
.env
Normal file
@@ -0,0 +1 @@
|
|||||||
|
[ -f venv/bin/activate ] && . venv/bin/activate
|
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
|||||||
*.swp
|
*.swp
|
||||||
|
venv
|
||||||
|
1
requirements.txt
Normal file
1
requirements.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
yt_dlp
|
2
summarize.py
Executable file
2
summarize.py
Executable file
@@ -0,0 +1,2 @@
|
|||||||
|
#! /usr/bin/env python3
|
||||||
|
|
Reference in New Issue
Block a user