This PR adds the __d=dis endpoint to the built-in Instagram rule. Tested it and everything (single/carousel/video/igtv) works fine again.
I found the endpoint in this SO answer. The endpoint can also be found in the devtools Network tab, as you load IG pages/posts (see screenshot example):
Fixes #99.
This PR adds the
__d=dis
endpoint to the built-in Instagram rule. Tested it and everything (single/carousel/video/igtv) works fine again.I found the endpoint in this SO answer. The endpoint can also be found in the devtools Network tab, as you load IG pages/posts (see screenshot example):
Screenshot:
![2022-06-12_134635](https://user-images.githubusercontent.com/723651/173229547-f6ece520-ffc2-498b-8e10-81502641b307.jpg)Note: I split the second line because of the ESLint
max-len: 100
rule.