diff --git a/package.json b/package.json index 2ee6991..3ceaebc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scrape-websitee", - "version": "1.0.73", + "version": "1.0.74", "description": "Website Scraping", "main": "index.js", "scripts": { diff --git a/src/football.js b/src/football.js index 5d12c2f..5ae3627 100644 --- a/src/football.js +++ b/src/football.js @@ -1,6 +1,6 @@ const axios = require("axios") const cheerio = require("cheerio") -standings("premier league") + async function standings(league) { let result = [] let liga = league.toLowerCase() @@ -52,7 +52,6 @@ async function standings(league) { gd: $(this).find("td:nth-child(8)").text() }) }) - console.log(result) return result } if (jerman) {