Skip to content

Commit

Permalink
delete
Browse files Browse the repository at this point in the history
  • Loading branch information
thoriqazzikraa committed Mar 27, 2024
1 parent fdc08b2 commit f31b6bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scrape-websitee",
"version": "1.0.73",
"version": "1.0.74",
"description": "Website Scraping",
"main": "index.js",
"scripts": {
Expand Down
3 changes: 1 addition & 2 deletions src/football.js
Original file line number Diff line number Diff line change
@@ -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()
Expand Down Expand Up @@ -52,7 +52,6 @@ async function standings(league) {
gd: $(this).find("td:nth-child(8)").text()
})
})
console.log(result)
return result
}
if (jerman) {
Expand Down

0 comments on commit f31b6bd

Please sign in to comment.