From a124eecf252fcc44d59dd31f0c2e2319fdfec2dd Mon Sep 17 00:00:00 2001 From: miro Date: Fri, 6 Sep 2024 20:05:21 +0100 Subject: [PATCH] fix:test --- tutubo/pytube/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tutubo/pytube/__init__.py b/tutubo/pytube/__init__.py index af669d3..2823580 100644 --- a/tutubo/pytube/__init__.py +++ b/tutubo/pytube/__init__.py @@ -2,8 +2,6 @@ # 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"