mirror of
https://github.com/ihabunek/twitch-dl
synced 2024-08-30 18:32:25 +00:00
Re-apply fix lost to a merge conflict
This commit is contained in:
parent
baeaedaa54
commit
9d19acbe6d
@ -54,7 +54,7 @@ def videos(args):
|
|||||||
print_out()
|
print_out()
|
||||||
print_video(video["node"])
|
print_video(video["node"])
|
||||||
|
|
||||||
if not args.pager:
|
if not args.pager and has_more:
|
||||||
print_out(
|
print_out(
|
||||||
"\n<dim>There are more videos. "
|
"\n<dim>There are more videos. "
|
||||||
"Increase the --limit or use --pager to see the rest.</dim>"
|
"Increase the --limit or use --pager to see the rest.</dim>"
|
||||||
|
Loading…
Reference in New Issue
Block a user