Nick Ficano
commited on
Commit
·
f3b34c0
1
Parent(s):
8da3a6a
pep8
Browse files- pytube/api.py +1 -1
pytube/api.py
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
from __future__ import unicode_literals
|
4 |
|
5 |
from .exceptions import MultipleObjectsReturned, YouTubeError, CipherError
|
6 |
-
from .tinyjs import *
|
7 |
from .models import Video
|
8 |
from .utils import safe_filename
|
9 |
try:
|
|
|
3 |
from __future__ import unicode_literals
|
4 |
|
5 |
from .exceptions import MultipleObjectsReturned, YouTubeError, CipherError
|
6 |
+
from .tinyjs import * # TODO: get rid of tinyjs ugghhh
|
7 |
from .models import Video
|
8 |
from .utils import safe_filename
|
9 |
try:
|