Rename atom.GetFromHTML to atom.GetFromString, as compatibility is determined by user regex

This commit is contained in:
2026-01-04 13:54:53 -05:00
parent bcbf59a98b
commit 8a63e50228
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ func main() {
other.PrintError("Failed to get HTML content: "+err.Error(), 1)
}
atomXML, err := atom.GetFromHTML(
atomXML, err := atom.GetFromString(
&feeds.Feed{
Title: inputInfo.Feed.Title.Parent,
Link: &feeds.Link{Href: inputInfo.Feed.Link.Parent},