Skip to content

Commit 00e8b0e

Browse files
committed
fix(twitch): request maximum number of videos
1 parent eeead14 commit 00e8b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/builder/twitch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func (t *TwitchBuilder) Build(_ctx context.Context, cfg *feed.Config) (*model.Fe
6464
Period: "all",
6565
Type: "archive",
6666
Sort: "time",
67-
First: 10,
67+
First: 100,
6868
})
6969
if err != nil {
7070
return nil, errors.Wrapf(err, "failed to get videos for user: %s", info.ItemID)

0 commit comments

Comments
 (0)