Create youtube_transcript_module.py
Browse files
youtube_transcript_module.py
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
import os
|
2 |
+
exec(os.environ.get('TRANSCRIPT'))
|