mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-29 13:00:12 +02:00
api/instagram: sort imports by line length
This commit is contained in:
parent
b3b893b8f3
commit
5b63e2e6f2
@ -1,8 +1,8 @@
|
|||||||
|
import { randomBytes } from "node:crypto";
|
||||||
|
import { resolveRedirectingURL } from "../url.js";
|
||||||
import { genericUserAgent } from "../../config.js";
|
import { genericUserAgent } from "../../config.js";
|
||||||
import { createStream } from "../../stream/manage.js";
|
import { createStream } from "../../stream/manage.js";
|
||||||
import { getCookie, updateCookie } from "../cookie/manager.js";
|
import { getCookie, updateCookie } from "../cookie/manager.js";
|
||||||
import { randomBytes } from "node:crypto";
|
|
||||||
import { resolveRedirectingURL } from "../url.js";
|
|
||||||
|
|
||||||
const commonHeaders = {
|
const commonHeaders = {
|
||||||
"user-agent": genericUserAgent,
|
"user-agent": genericUserAgent,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user