whitespace
Browse files- pytube/exceptions.py +1 -0
pytube/exceptions.py
CHANGED
@@ -8,6 +8,7 @@ class ExtractorError(Exception):
|
|
8 |
"""Something specific to the js parser failed.
|
9 |
"""
|
10 |
|
|
|
11 |
class PytubeError(Exception):
|
12 |
"""Something specific to the wrapper failed.
|
13 |
"""
|
|
|
8 |
"""Something specific to the js parser failed.
|
9 |
"""
|
10 |
|
11 |
+
|
12 |
class PytubeError(Exception):
|
13 |
"""Something specific to the wrapper failed.
|
14 |
"""
|