Skip to content

Commit

Permalink
Update lib/utils/request.js
Browse files Browse the repository at this point in the history
  • Loading branch information
facundoolano authored Apr 7, 2024
1 parent fa21f94 commit 4e110ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/utils/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const debug = createDebug('google-play-scraper');
function doRequest (opts, limit) {
let req;

// cookies are necessary for pagination to work consistently across requests
opts.cookieJar = cookieJar;

if (limit) {
Expand Down

0 comments on commit 4e110ef

Please sign in to comment.