Add comment about where to look for notifications for HTMLMetadata.

This commit is contained in:
Brent Simmons 2025-01-19 17:59:18 -08:00
parent 5744293775
commit 2d68db4c52

View File

@ -11,6 +11,8 @@ import os
import Parser
import RSCore
// To get a notification when HTMLMetadata is cached, see HTMLMetadataCache.
public final class HTMLMetadataDownloader: Sendable {
public static let shared = HTMLMetadataDownloader()