Kalpesh Kotadiya
Kalpesh Kotadiya
Some download URL need custom Header value to download file. I can set those headers using `setRequestBuilder(pumpReq)` in `Pump.newRequest()` method. This will allow the file to download properly. But If...
This crash happen sometimes: Caused by java.lang.IllegalArgumentException: Illegal character in path at index 0: {{metaservice.metaImage()}} at java.net.URI.create(URI.java:734) at java.net.URI.resolve(URI.java:1264) at io.github.ponnamkarthik.richlinkpreview.RichPreview.resolveURL(SourceFile:170) at io.github.ponnamkarthik.richlinkpreview.RichPreview.access$100$421289a4(SourceFile:19) at io.github.ponnamkarthik.richlinkpreview.RichPreview$getData.doInBackground$10299ca(SourceFile:86) at io.github.ponnamkarthik.richlinkpreview.RichPreview$getData.doInBackground(SourceFile:35) at android.os.AsyncTask$2.call(AsyncTask.java:295) at...
My app crashed sometimes due to Jsop timeout exception. I find solution to solve this exception. You need to add timeout in Jsoup.connect() method. In your RichPreview.java class, You used...
Any plan to support m3u8 file downloads?