📝 Update README
parent
295338b111
commit
9aa076c6c9
27
README.md
27
README.md
|
@ -7,4 +7,29 @@ Desktop version available at [`scraper-instagram-gui-desktop`](https://git.kaki8
|
|||
|  |  |
|
||||
|----------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------|
|
||||
|  |  |
|
||||
|  |  |
|
||||
|  |  |
|
||||
|
||||
## Automatically redirect from Instagram
|
||||
|
||||
The app handles Instagram routes (e.g. `/p/{shortcode}`, `/{username}`) so it is possible to directly redirect `instagram.com` to `ig.kaki87.net` for example, using the Redirector extension ([for Chromium-based browsers](https://chrome.google.com/webstore/detail/redirector/ocgpenflpmgnfapjedencafcfakcekcd) and [for Firefox-based browsers](https://addons.mozilla.org/fr/firefox/addon/redirector/)).
|
||||
|
||||
After installing the extension, click on it, then click *Edit Redirects*.
|
||||
|
||||
### Setup
|
||||
|
||||
#### Automated setup
|
||||
|
||||
[Download this JSON file](https://cdn.discordapp.com/attachments/723185786794803252/1036241349831315456/Redirector_scraper-instagram-gui.json), click *Import* then select it.
|
||||
|
||||
#### Manual setup
|
||||
|
||||
Click *Create new redirect* then fill in the following specifications :
|
||||
- Include pattern : `https:\/\/(?:www\.)?instagram\.com\/(.+)`
|
||||
- Redirect to : `https://ig.kaki87.net/$1`
|
||||
- Pattern type : `Regular Expression`
|
||||
|
||||
### Conclusion
|
||||
|
||||
In the end, the result should look like the following :
|
||||
|
||||

|
Loading…
Reference in New Issue