diff --git a/main.py b/main.py index fbd71b7..a219f60 100644 --- a/main.py +++ b/main.py @@ -404,6 +404,7 @@ async def search(domain, term, page): pages_total=(results["total"] / 10) ) +@app.route("//w//") @app.route("//videos/watch//") async def video(domain, id): data = peertube.video(domain, id)