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 86ae474 commit e1e8c55Copy full SHA for e1e8c55
src/api/instagram.ts
@@ -577,6 +577,7 @@ export class Instagram<PostType> {
577
post,
578
retries,
579
);
580
+ return;
581
}
582
583
// Load data from memory
@@ -605,6 +606,7 @@ export class Instagram<PostType> {
605
606
607
608
609
610
611
612
// Close page
@@ -621,11 +623,9 @@ export class Instagram<PostType> {
621
623
622
624
625
- }
-
626
- if (!parsed) {
627
return;
628
+
629
await this.executePlugins("postPage", parsed);
630
await this.addToPostBuffer(parsed);
631
0 commit comments