Taylor Fox Dahlin
commited on
Update __init__.py
Browse filesResidual incorrect reference from pytube3 -> pytube merge
- pytube/__init__.py +1 -1
pytube/__init__.py
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
"""
|
5 |
Pytube: a very serious Python library for downloading YouTube Videos.
|
6 |
"""
|
7 |
-
__title__ = "
|
8 |
__author__ = "Nick Ficano, Harold Martin"
|
9 |
__license__ = "MIT License"
|
10 |
__copyright__ = "Copyright 2019 Nick Ficano"
|
|
|
4 |
"""
|
5 |
Pytube: a very serious Python library for downloading YouTube Videos.
|
6 |
"""
|
7 |
+
__title__ = "pytube"
|
8 |
__author__ = "Nick Ficano, Harold Martin"
|
9 |
__license__ = "MIT License"
|
10 |
__copyright__ = "Copyright 2019 Nick Ficano"
|