aborruso / scrape-cli

scrape cli, a command-line tool to extract HTML elements using an XPath query or CSS3 selector
https://aborruso.github.io/scrape-cli/
MIT License
16 stars 1 forks source link

non riesco a usare scrape (git bash in Win10): Exec format error #7

Closed ffxx68 closed 4 years ago

ffxx68 commented 4 years ago
$ wget "https://github.com/aborruso/scrape-cli/releases/download/v1.0/scrape"
...
$ sudo chmod +x scrape
$ ./scrape     
 bash: ./scrape: cannot execute binary file: Exec format error
aborruso commented 4 years ago

Ciao @ffxx68 io l'ho appena testato in questo modo

wget "https://github.com/aborruso/scrape-cli/releases/download/v1.0/scrape"
chmod +x ./scrape

E poi un test su Repubblica con

curl "https://www.repubblica.it/" | ./scrape -be '.entry__media+ .entry__content a'
aborruso commented 4 years ago

@ffxx68 su che sistema operativo sei? Che versione?

ffxx68 commented 4 years ago

sto provando con la bash git su Win10, immagino ci sia un problema qui

Il giorno ven 20 nov 2020 alle ore 17:14 Andrea Borruso < notifications@github.com> ha scritto:

@ffxx68 https://github.com/ffxx68 su che sistema operativo sei? Che versione?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/aborruso/scrape-cli/issues/7#issuecomment-731261390, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFBAZJZVG2SUABPE3FSO7DSQ2IU3ANCNFSM4T46RWSA .

aborruso commented 4 years ago

@ffxx68 bash git su Win10 non credo sia un vero Linux e quell'eseguibile è compilato per Linux.

Quindi o lo usi in un ambiente Linux, o provi a usare l'eseguibile per win https://github.com/aborruso/scrape-cli/releases/download/v1.0/scrape.exe

Purtroppo non ho esperienza con la bash git su Win10

ffxx68 commented 4 years ago

Vero: gitbash non è Linux !! è che non ho una macchina Linux al momento ma volevo comunque provare, ma l'eseguibile che mi hai passato va. OK per ora, grazie!

aborruso commented 4 years ago

@ffxx68 come hai scoperto scrape?

Cosa vorresti provare a fare? Se serve una mano, torna, che (se sono in grado) mi fa piacere

ffxx68 commented 4 years ago

sto provando lo script per l'estrazione dei dati da iss_epicentro...