We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18a9331 commit d2979e2Copy full SHA for d2979e2
src/api/instagram.ts
@@ -302,6 +302,7 @@ export class Instagram<PostType> {
302
*/
303
public async start() {
304
let pageConstructed: boolean;
305
+ this.pageUrlAttempts = 0;
306
while (this.pageUrlAttempts++ < this.maxPageUrlAttempts) {
307
pageConstructed = await this.constructPage();
308
if (pageConstructed) {
0 commit comments