From cde25da847d97df649d8c1d0686200042ef403c3 Mon Sep 17 00:00:00 2001 From: miro Date: Fri, 6 Sep 2024 20:00:59 +0100 Subject: [PATCH] fix:test --- tutubo/pytube/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tutubo/pytube/__init__.py b/tutubo/pytube/__init__.py index 2823580..af669d3 100644 --- a/tutubo/pytube/__init__.py +++ b/tutubo/pytube/__init__.py @@ -2,6 +2,8 @@ # noreorder """ Pytube: a very serious Python library for downloading YouTube Videos. +url: https://github.com/pytube/pytube +site: https://pytube.io/ """ __title__ = "pytube" __author__ = "Ronnie Ghose, Taylor Fox Dahlin, Nick Ficano"