Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,7 +37,7 @@ def sanitize_filename(filename):
|
|
| 37 |
|
| 38 |
if __name__ == "__main__":
|
| 39 |
api_key = os.getenv('YOUR_YOUTUBE_DATA_API_KEY') # Replace this with your API key
|
| 40 |
-
video_id = '
|
| 41 |
|
| 42 |
transcript = get_youtube_transcript(video_id)
|
| 43 |
video_title = get_video_title(api_key, video_id)
|
|
|
|
| 37 |
|
| 38 |
if __name__ == "__main__":
|
| 39 |
api_key = os.getenv('YOUR_YOUTUBE_DATA_API_KEY') # Replace this with your API key
|
| 40 |
+
video_id = 'nTQIYWgn-lQ' # Replace this with your video ID
|
| 41 |
|
| 42 |
transcript = get_youtube_transcript(video_id)
|
| 43 |
video_title = get_video_title(api_key, video_id)
|