Closed AnonymCodeGit15 closed 2 years ago
Need an option to filter live streams
I figured out that live streams can be filtered by checking if video duration views or publish time are equal to zero in this way `if video["duration"]==0 or video["views"]==0 or video["publish_time"]==0:
Need an option to filter live streams