Commit 0fcdb9ef authored by TheTechRobo's avatar TheTechRobo
Browse files

Update contact information

parent caa0ba13
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -231,9 +231,7 @@ class HackintYa(YouTubeService):
    Queries #youtubearchive for the video you requested.
    """
    name = methods["hackint_ya"]["title"]
    note = ("At the request of #youtubearchive's maintainer, instructions to request videos have been removed. "
            "If you have a legitimate research or humanitarian purpose, or are able to contribute materially, contact me at thetechrobo@proton.me "
            "and I will forward your request. Please allow up to 2-4 weeks for me to get back to you.")
    note = "Video retrieval is currently not available. Please check back later for access instructions."
    configId = "hackint_ya"

    @classmethod
@@ -313,7 +311,7 @@ class Hobune(YouTubeService):
    async def _run(cls, id, session: aiohttp.ClientSession):
        while time.time() - cls.lastretrieved < cls.cooldown:
            await asyncio.sleep(0.1)
        user_agent = "FindYoutubeVideo/1.0 operated by thetechrobo@proton.me"
        user_agent = "FindYoutubeVideo/1.0 operated by thetechrobo@thetechrobo.ca"
        urls_to_try = ("https://hobune.stream/videos/{}", "https://hobune.stream/tpa-h/videos/{}")
        raw = []
        archived = False
+2 −2
Original line number Diff line number Diff line
@@ -44,8 +44,8 @@
                can be a big help in finding one.
            </p>
            <p>If you have any questions or need further help, contact me! I can be reached by email at
                thetechrobo@proton.me, on IRC with the username TheTechRobo (I'm on Libera.chat,
                hackint, and OFTC), and on Discord with the username thetechrobo.
                thetechrobo@thetechrobo.ca and on IRC with the username TheTechRobo (I'm on Libera.chat,
                hackint, and OFTC).
            </p>
        </details>
    </ul>