Commit 7f4d1af0 authored by TheTechRobo's avatar TheTechRobo
Browse files

Fix typo in API doc

parent 0fcdb9ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ class Service(JSONDataclass):
        rawraw (Any): The data used to check whether the video is archived on that particular service. For example, for GhostArchive, it would be the HTTP status code.
        metaonly (bool): True if only the metadata is archived. This value should not be relied on!
        comments (bool): True if the comments are archived. This value should not be relied on!
        maybe_paywalled (str): True if the service might require payment.
        maybe_paywalled (bool): True if the service might require payment.
        classname (str): The internal class name, useful for streaming mode.
    """
    archived: bool