@@ -1,6 +1,6 @@
enum ScraperMethods {
AXIOS = "axios",
- PUPPETEER = "puppteer"
+ PUPPETEER = "puppeteer"
}
export default ScraperMethods
@@ -24,7 +24,7 @@ const context: Context = {
getRemainingTimeInMillis: () => 1
};
-const portals = [df, elciudadano, eldesconcierto, elmostrador, emol, interferencia, latercera, theclinic];
+const portals = [theclinic];
const cooldown = 10000; // 10 seconds
async function main (): Promise<void> {