diff options
author | James Taylor <user234683@users.noreply.github.com> | 2018-07-27 18:55:35 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2018-07-27 18:55:35 -0700 |
commit | 0dc5f411053bf75c5c895ead9a2a01b79dc3c898 (patch) | |
tree | d4a3284ba8216011014282267108bb0b19293d54 /youtube | |
parent | f65ebef2ebc11af17f9ef2cbbc947ec4de64d83e (diff) | |
download | yt-local-0dc5f411053bf75c5c895ead9a2a01b79dc3c898.tar.lz yt-local-0dc5f411053bf75c5c895ead9a2a01b79dc3c898.tar.xz yt-local-0dc5f411053bf75c5c895ead9a2a01b79dc3c898.zip |
.
Diffstat (limited to 'youtube')
-rw-r--r-- | youtube/search.py | 1 |
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 |