mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-05 02:32:44 +01:00
Remove a print call used for debugging
This commit is contained in:
parent
98d4a4e6bc
commit
929f85d851
@ -1440,7 +1440,6 @@ def _get_n_results(self, query, n):
|
||||
|
||||
for pagenum in itertools.count(1):
|
||||
result_url = u'http://www.google.com/search?tbm=vid&q=%s&start=%s&hl=en' % (compat_urllib_parse.quote_plus(query), pagenum*10)
|
||||
print(result_url)
|
||||
webpage = self._download_webpage(result_url, u'gvsearch:' + query,
|
||||
note='Downloading result page ' + str(pagenum))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user