Skip to content

Instantly share code, notes, and snippets.

View lijunle's full-sized avatar

Junle Li lijunle

View GitHub Profile
@lijunle
lijunle / bright-horizons-photo.mjs
Last active March 14, 2023 08:38
Download Photos from Bright Horizons
/* Download Bright Horizons Photos */
import fs from "node:fs";
import https from "node:https";
import path from "node:path";
import process from "node:process";
import url from "node:url";
import util from "node:util";
if (!process.argv[2]) {