Commit c72ce027 authored by TheTechRobo's avatar TheTechRobo
Browse files

Make #youtubearchive text more specific

Please stop annoying #youtubearchive about this...
parent 463e0d73
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -270,7 +270,9 @@ class HackintYa(YouTubeService):
    Queries #youtubearchive for the video you requested.
    """
    name = methods["hackint_ya"]["title"]
    note = "Video retrieval is currently not available. Please check back later for access instructions."
    note = ("Video retrieval is currently not available for technical reasons. "
            "Check back later for access instructions. This may take weeks or months."
            )
    configId = "hackint_ya"

    @classmethod