From f8521fd84c3bbb6dea27e43b398349b9d3d02903 Mon Sep 17 00:00:00 2001 From: Puyodead1 <23562356riley@gmail.com> Date: Thu, 27 May 2021 18:10:38 -0400 Subject: [PATCH] remove todo tag --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index e267bd9..dbbf80c 100644 --- a/main.py +++ b/main.py @@ -959,7 +959,6 @@ def process_caption(caption, lecture_title, lecture_dir, keep_vtt, tries=0): def process_lecture(lecture, lecture_index, lecture_path, lecture_dir, quality, access_token): - # TODO: Make this more efficent, some lectures are html articles not videos so we should check if the extension is html index = lecture.get("index") lecture_index = lecture.get("lecture_index") lecture_id = lecture.get("lecture_id")