diff options
author | Jesús <heckyel@hyperbola.info> | 2021-06-10 16:41:45 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-06-10 16:41:45 -0500 |
commit | 7fd2c3474fa71cfb36f64e7f5c4d89fb21c38334 (patch) | |
tree | 69802416f43f6ef8eff03716933094997bc41b34 /youtube/util.py | |
parent | d35188178b947d0f3c0c3dbaa0fbfe47d7bdf20a (diff) | |
download | yt-local-7fd2c3474fa71cfb36f64e7f5c4d89fb21c38334.tar.lz yt-local-7fd2c3474fa71cfb36f64e7f5c4d89fb21c38334.tar.xz yt-local-7fd2c3474fa71cfb36f64e7f5c4d89fb21c38334.zip |
Capitalize name app
Diffstat (limited to 'youtube/util.py')
-rw-r--r-- | youtube/util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/util.py b/youtube/util.py index 8f359ba..18c7ca1 100644 --- a/youtube/util.py +++ b/youtube/util.py @@ -311,7 +311,7 @@ def fetch_url(url, headers=(), timeout=15, report_text=None, data=None, if not use_tor: raise FetchError('429', reason=response.reason, ip=ip) - print('Error: Youtube blocked the request because the Tor exit node is overutilized. Exit node IP address: %s' % ip) + print('Error: YouTube blocked the request because the Tor exit node is overutilized. Exit node IP address: %s' % ip) # get new identity error = tor_manager.new_identity(start_time) |