From eb84ecef4a40302e27a81ad1185463548f6ed2fa Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Wed, 31 May 2023 18:43:04 -0500 Subject: Even more comments!!!! --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 224aa6c..09a8ee7 100755 --- a/main.py +++ b/main.py @@ -21,7 +21,7 @@ while True: proc = subprocess.Popen(['mpv', '--no-video', '--no-input-terminal', '--slang=zh-CN', url + cur]) # The try finally block is to ensure that proc gets killed no matter what try: - # I could use requests... + # I could use the Python requests library... # Nope, external dependencies suck, so enjoy this abomination body = gzip.decompress(urllib.request.urlopen(url + cur).read()).decode('utf-8') # Sometimes I forget what I'm even listening to -- cgit v1.2.3-70-g09d2