generated from JetBrains/compose-multiplatform-template
-
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try to fetch feed link from HTML when XML parse error occurs
There are scenarios where XML parsers fails to properly identify if the given document starts with HTML tag and just fails immediately with XML parse error. So, we will just try one final time to see if it's a HTML using Ksoup and try and fetch the URL
- Loading branch information
1 parent
4d5ee10
commit c51c858
Showing
1 changed file
with
29 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters