removed unused params
Browse files- pytube/request.py +0 -2
pytube/request.py
CHANGED
@@ -11,8 +11,6 @@ def get(
|
|
11 |
|
12 |
:param str url:
|
13 |
The URL to perform the GET request for.
|
14 |
-
:param list urls:
|
15 |
-
List of URLs to perform the GET request for concurrently.
|
16 |
:param bool headers:
|
17 |
Only return the http headers.
|
18 |
:param bool streaming:
|
|
|
11 |
|
12 |
:param str url:
|
13 |
The URL to perform the GET request for.
|
|
|
|
|
14 |
:param bool headers:
|
15 |
Only return the http headers.
|
16 |
:param bool streaming:
|