Update main.py

needs input to ask user how many trending videos they want.
This commit is contained in:
Gage Irwin
2023-05-12 18:51:39 -05:00
parent 1b63fef063
commit 8afbcf9227

View File

@@ -151,7 +151,7 @@ def main():
print(
"This limitation is being actively researched, any contributions will be welcome."
)
streamtrending()
streamtrending(24) # need to implement asking how many trending videos the user wants
sys.exit()
# Error handling for invalid number (3, 4, 6, 133)
@@ -230,7 +230,7 @@ def arguments(args):
print(
"This limitation is being actively researched, any contributions will be welcome."
)
streamtrending()
streamtrending(24) # need to implement asking how many trending videos the user wants
if silent:
arguments(args)