linting
Browse files- pytube/cipher.py +1 -1
- setup.cfg +2 -3
pytube/cipher.py
CHANGED
@@ -43,7 +43,7 @@ def get_initial_function_name(js):
|
|
43 |
def get_transform_plan(js):
|
44 |
"""Extract the "transform plan".
|
45 |
|
46 |
-
The "transform plan" is the functions that the ciphered signature is
|
47 |
cycled through to obtain the actual signature.
|
48 |
|
49 |
:param str js:
|
|
|
43 |
def get_transform_plan(js):
|
44 |
"""Extract the "transform plan".
|
45 |
|
46 |
+
The "transform plan" is the functions that the ciphered signature is
|
47 |
cycled through to obtain the actual signature.
|
48 |
|
49 |
:param str js:
|
setup.cfg
CHANGED
@@ -3,7 +3,7 @@ commit = True
|
|
3 |
tag = True
|
4 |
current_version = 7.0.19
|
5 |
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
|
6 |
-
serialize =
|
7 |
{major}.{minor}.{patch}
|
8 |
|
9 |
[metadata]
|
@@ -15,6 +15,5 @@ description-file = README.md
|
|
15 |
|
16 |
[coverage:run]
|
17 |
source = pytube
|
18 |
-
omit =
|
19 |
pytube/compat.py
|
20 |
-
|
|
|
3 |
tag = True
|
4 |
current_version = 7.0.19
|
5 |
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
|
6 |
+
serialize =
|
7 |
{major}.{minor}.{patch}
|
8 |
|
9 |
[metadata]
|
|
|
15 |
|
16 |
[coverage:run]
|
17 |
source = pytube
|
18 |
+
omit =
|
19 |
pytube/compat.py
|
|