diff --git a/twitchdl/commands/videos.py b/twitchdl/commands/videos.py index 6c0252c..f865d67 100644 --- a/twitchdl/commands/videos.py +++ b/twitchdl/commands/videos.py @@ -54,7 +54,7 @@ def videos(args): print_out() print_video(video["node"]) - if not args.pager: + if not args.pager and has_more: print_out( "\nThere are more videos. " "Increase the --limit or use --pager to see the rest."