Dionakra / arenavision-scraper

Little ArenaVision Scraper to get the sports events
https://www.npmjs.com/package/arenavision-scraper
7 stars 1 forks source link

Get guide not work #1

Closed hannibal1986 closed 4 years ago

hannibal1986 commented 4 years ago

with comand: const { getFullGuide } = require('arenavision-scraper'); getFullGuide().then(res => { console.log(JSON.stringify(res)) })

result with no channels: [{"day":"18/07/2019","time":"21:00 CEST","sport":"SOCCER","competition":"UEFA EUROPA LEAGUE","event":"LEGIA WARSZAWA - EUROPA","channels":[]},{"day":"19/07/2019","time":"00:00 CEST","sport":"SOCCER","competition":"FRIENDLY MATCH","event":"SAINT ETIENNE - MONTPELLIER","channels":[]},{"day":"19/07/2019","time":"02:00 CEST","sport":"SOCCER","competition":"USA MLS","event":"CINCINNATI - DC UNITED","channels":[]}]

Dionakra commented 4 years ago

Hi,

Which version is it? It should work on the latest version (1.0.25, just updated today).

hannibal1986 commented 4 years ago

With the new version works fine👍