ultraarchive/fetch-archives.js

14 lines
172 B
JavaScript

import axios from "axios";
import * as cheerio from "cheerio";
async function fetch(url, {}) {
}
async function archiveorg(url, {date, }) {
}
export default {
get
};