|
@@ -1,7 +1,7 @@
|
|
import fs from "fs";
|
|
import fs from "fs";
|
|
import path from 'path';
|
|
import path from 'path';
|
|
import axios from "axios";
|
|
import axios from "axios";
|
|
-import cheerio from "cheerio";
|
|
|
|
|
|
+import * as cheerio from "cheerio";
|
|
import { ArgumentParser } from "argparse";
|
|
import { ArgumentParser } from "argparse";
|
|
|
|
|
|
const getPaperUrls = async (year: number): Promise<string[]> => {
|
|
const getPaperUrls = async (year: number): Promise<string[]> => {
|