twitch-dl/twitchdl
Scotty Allen a7340f178f Fix bug in videos command saying there are more videos when there aren’t
When listing videos, if --pager was not specified and all of the videos
for a channel were listed, a message would still print out saying
“There are more videos. Increase the --limit or use --pager to see the
rest."

This checks to see if there are actually more videos before printing
that error message.
2021-01-11 00:49:57 +01:00
..
__init__.py Bump version 2020-11-23 16:08:15 +01:00
__main__.py Add bundling with zipapp 2020-08-13 13:47:03 +02:00
commands.py Fix bug in videos command saying there are more videos when there aren’t 2021-01-11 00:49:57 +01:00
console.py Add downloading clips 2020-11-10 09:22:07 +01:00
download.py Construct paths using path libs 2020-09-03 12:26:28 +02:00
exceptions.py Allow using video URL as arg to download command 2019-02-09 11:52:15 +01:00
output.py Fix print_clip when game is not set 2020-11-10 10:44:18 +01:00
twitch.py Fix clip download due to missing fields in query 2020-11-23 16:06:09 +01:00
utils.py Allow unicode values in slugs 2020-06-10 10:54:28 +02:00