Unverified Commit 83922931 authored by squishysnuggles's avatar squishysnuggles Committed by GitHub
Browse files

Update finder.py

parent c29755b6
Loading
Loading
Loading
Loading
+5 −7
Original line number Diff line number Diff line
@@ -351,11 +351,9 @@ class removededm(YouTubeService):
        async with session.head(lien, allow_redirects=False, timeout=15) as response:
            redirect = response.headers.get("location")
            archived = bool(redirect) # if there's a redirect, it's archived
        response2 = None
        if not archived:
            lien = None
            check = f"https://removededm.com/wiki/{id}"
                if code == 200:
            lien = f"https://removededm.com/wiki/{id}"
                async with session.head(lien, allow_redirects=False, timeout=15) as response:
                redirect = response.headers.get("location")
                archived = bool(redirect) # if there's a redirect, it's archived
                ismeta = True