remove a debug print

This commit is contained in:
Puyodead1 2021-05-27 21:59:12 -04:00
parent 3cc22520c8
commit 56a1994443

View File

@ -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: