From b945e5fd34dfcd025737fae5b06f5e5d6dea2432 Mon Sep 17 00:00:00 2001 From: miro Date: Fri, 6 Sep 2024 19:34:54 +0100 Subject: [PATCH] feat:for_testing --- 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"