mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Remove no-longer-needed Unicode support for URL (since it’s part of iOS and macOS now).
This commit is contained in:
@@ -17,7 +17,7 @@ struct HTMLMetadataDownloader {
|
||||
|
||||
@MainActor static func downloadMetadata(for url: String) async -> RSHTMLMetadata? {
|
||||
|
||||
guard let actualURL = URL(unicodeString: url) else {
|
||||
guard let actualURL = URL(string: url) else {
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user