chrisbra / wikipedia2text

A commandline tool for querying the Wikipedia
Other
32 stars 4 forks source link

No Browser found #8

Closed greenzebraelephant closed 3 years ago

greenzebraelephant commented 3 years ago

I get No Browser found when trying to run this with a Wikipedia link. But I have Opera and Firefox on my Ubuntu.

chrisbra commented 3 years ago

What are you trying to achieve? This project here is for allowing users to read wikipediatext on the console and provides a text only interface to the wikipedia. I believe you need something like w3m/lynx/links etc.

greenzebraelephant commented 3 years ago

Readme doesn't say I need w3m/lynx/links etc. In fact it says "Alternatively it opens the Wikipedia article in a (possibly GUI) web browser"

chrisbra commented 3 years ago

Yes and I think it does, if you give it proper arguments. The text-browsers are however needed to convert the html into readable text. So have you tried using either -o or -b argument?