Hello, am trying to use minihtmlparser to get youtube direct download link from this website
But when i run the app, sometimes the same link will work, sometimes it will crash.
Currently I use Try and Catch, sometimes it will return "Not Found" but when you try again then it gives result
Edit...
MiniHtmlParser is a cross platform class that parses html strings and creates a tree with the various elements.
It is a less powerful alternative to jTidy or jSoup, however it is simple to use, cross platform and as it is implemented in B4X it can be extended quite easily.
Note that many...
Hi all.
I need to make a GET request through a handler and display the result on the screen.
I tried to follow @Erel tutorial on how to use wait on a handler but I was not successful.
here's the code.
B4X:
Sub Handle(req As ServletRequest, resp As ServletResponse)
Wait For...
This is an example of creating a custom parser for BBCodeView. It depends on BCTextEngine v1.61+ which allows setting the text runs directly instead of parsing the BBCode.
The parser is compatible with B4A, B4J and B4i. Note that in B4J the text looks less clear with the dark theme due to the...