Fixes #99 - Bibliogram, handle /igtv/, /tv/ and /reel/
This commit is contained in:
parent
ae4b99a33e
commit
24b0f9c01f
|
@ -71,6 +71,9 @@ const instagramReservedPaths = [
|
|||
"imageproxy",
|
||||
"videoproxy",
|
||||
".well-known",
|
||||
"igtv",
|
||||
"tv",
|
||||
"reel",
|
||||
];
|
||||
const bibliogramBypassPaths = /\/(accounts\/|embeds?.js)/;
|
||||
const bibliogramInstances = [
|
||||
|
|
Loading…
Reference in New Issue