Remove debug print

This commit is contained in:
Puyodead1 2021-05-27 22:02:45 -04:00 committed by GitHub
parent 67748301de
commit 10b22a6e0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -197,7 +197,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: