diff --git a/tutubo/pytube/__init__.py b/tutubo/pytube/__init__.py index 2c83c97..689d6a8 100644 --- a/tutubo/pytube/__init__.py +++ b/tutubo/pytube/__init__.py @@ -3,6 +3,7 @@ """ Pytube: a very serious Python library for downloading YouTube Videos. source: https://github.com/pytube/pytube +website: https://pytube.io/ """ __title__ = "pytube" __author__ = "Ronnie Ghose, Taylor Fox Dahlin, Nick Ficano"