joenghyeon Park

Results 2 issues of joenghyeon Park

with open("data/mlb-youtube-segmented.json", "r") as f: data = json.load(f) for key, entry in data.items(): # Modified line yturl = entry["url"] ytid = yturl.split("=")[-1] if os.path.exists(os.path.join(save_dir, ytid + ".mkv")): continue cmd =...

### Do you need to ask a question? - [ ] I have searched the existing question and discussions and this question is not already answered. - [ ] I...

question