From 56a1994443ebca4aeeced59795ba691c91c9e5f0 Mon Sep 17 00:00:00 2001 From: Puyodead1 <23562356riley@gmail.com> Date: Thu, 27 May 2021 21:59:12 -0400 Subject: [PATCH] remove a debug print --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index 74e65d3..b9be30f 100644 --- a/main.py +++ b/main.py @@ -198,7 +198,6 @@ class Udemy: or "m3u8" in download_url): if not skip_hls: out = self._extract_m3u8(download_url) - print(out) if out: _temp.extend(out) else: