mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-28 04:20:12 +02:00
instagram: check if cookie exists before using it in second fallback
This commit is contained in:
parent
1ff49f0669
commit
2561cf168e
@ -201,7 +201,7 @@ async function getPost(id) {
|
||||
const cookie = getCookie('instagram');
|
||||
|
||||
data = await requestHTML(id);
|
||||
if (!data) data = await requestHTML(id, cookie);
|
||||
if (!data && cookie) data = await requestHTML(id, cookie);
|
||||
|
||||
if (!data) {
|
||||
dataType = 'new';
|
||||
|
Loading…
x
Reference in New Issue
Block a user