Taylor Fox Dahlin commited on
Commit
2313948
·
unverified ·
1 Parent(s): c975bba

Update __init__.py

Browse files

Residual incorrect reference from pytube3 -> pytube merge

Files changed (1) hide show
  1. 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__ = "pytube3"
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"