aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/search.py
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2018-07-27 18:55:35 -0700
committerJames Taylor <user234683@users.noreply.github.com>2018-07-27 18:55:35 -0700
commit0dc5f411053bf75c5c895ead9a2a01b79dc3c898 (patch)
treed4a3284ba8216011014282267108bb0b19293d54 /youtube/search.py
parentf65ebef2ebc11af17f9ef2cbbc947ec4de64d83e (diff)
downloadyt-local-0dc5f411053bf75c5c895ead9a2a01b79dc3c898.tar.lz
yt-local-0dc5f411053bf75c5c895ead9a2a01b79dc3c898.tar.xz
yt-local-0dc5f411053bf75c5c895ead9a2a01b79dc3c898.zip
.
Diffstat (limited to 'youtube/search.py')
-rw-r--r--youtube/search.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube/search.py b/youtube/search.py
index faa8a3c..406dc82 100644
--- a/youtube/search.py
+++ b/youtube/search.py
@@ -58,7 +58,6 @@ def get_search_json(query, page, autocorrect, sort):
'X-YouTube-Client-Version': '2.20180418',
}
url += "&pbj=1&sp=" + page_number_to_sp_parameter(page, autocorrect, sort).replace("=", "%3D")
- print(url)
content = common.fetch_url(url, headers=headers)
info = json.loads(content)
return info