Skip to content

Commit f61423b

Browse files
committed
move caption_table
1 parent c66d4a0 commit f61423b

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

zeeguu/core/youtube_api/youtube_api.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,7 @@ def get_captions(video_unique_key, lang):
207207
# return None
208208

209209
try:
210-
with open(
211-
"/Users/silashoeyer/Desktop/caption_table.json", "r", encoding="utf-8"
212-
) as f:
210+
with open("caption_table.json", "r", encoding="utf-8") as f:
213211
caption_data = json.load(f)
214212

215213
caption_list = []

0 commit comments

Comments
 (0)