made streaming more stable
This commit is contained in:
@@ -394,7 +394,4 @@ class YouTube(Page):
|
||||
except HTTPException as e:
|
||||
self.LOGGER.warning(f"{e}")
|
||||
|
||||
if len(segments) > 0:
|
||||
print(f"Removing {len(segments)} interruptions in the audio...")
|
||||
|
||||
return [(segment.start, segment.end) for segment in segments]
|
||||
|
Reference in New Issue
Block a user