Skip to content

Commit

Permalink
credito
Browse files Browse the repository at this point in the history
  • Loading branch information
Nombre Usuario committed Aug 27, 2023
1 parent 074c72d commit 32a702c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 31 deletions.
29 changes: 0 additions & 29 deletions SECURITY.md

This file was deleted.

8 changes: 6 additions & 2 deletions raspadores/minjusticia_legalapp/raspa2.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Raspador de
// https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx
// Dominio Público de acuerdo a Legislación Colombiana. Sin garantías.
// 2020 [email protected]
// http://www.pasosdejesus.org/dominio_publico_colombia.html

import puppeteer from "puppeteer-core"
import {
changeSelectElement,
Expand All @@ -17,8 +23,6 @@ import {

import fs from 'fs/promises'



async function preparar(timeout = 5000) {
let sincabeza = false;
console.log("sincabeza=", sincabeza);
Expand Down

0 comments on commit 32a702c

Please sign in to comment.