hstroph
Android Expert
Greetings, is there an Android text-based command-line-invoked web browser similar to Linux "links" or "lynx"? I need to extract the text from various web pages for further processing in terminal shell scripts (busybox). Something like:
lynx -dump Current Logins | ... (further processing)
lynx -dump Current Logins | ... (further processing)