nficano commited on
Commit
6462b67
·
1 Parent(s): 37b56d6

removed unused params

Browse files
Files changed (1) hide show
  1. 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: