BasioMeusPuga / twitchy

CLI streamlink wrapper for twitch.tv
GNU General Public License v3.0
91 stars 14 forks source link

Truncate `limit` parameter to 100 #13

Closed apetresc closed 7 years ago

apetresc commented 7 years ago

This solves #12, at least partially. Ideally we would paginate, I can work on that, but for now this at least adds the first 100 follows to your twitchy database, instead of misreporting that your username doesn't exist.

BasioMeusPuga commented 7 years ago

This is Twitch suddenly deciding to enforce their "strict" API guidelines. I say thee, Kappa. Or possibly DansGame. Thank you for the patch. I have, however, fixed this in master. It should work now regardless of the number of channels being synced.

apetresc commented 7 years ago

Thanks! :)