From cc0df81f1968544bcce1801680af7042e9d77a2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Fri, 28 Feb 2020 18:35:35 -0500 Subject: [PATCH] pep8 --- livie.py | 1 + 1 file changed, 1 insertion(+) diff --git a/livie.py b/livie.py index 327f74a..a2f7f3c 100644 --- a/livie.py +++ b/livie.py @@ -20,6 +20,7 @@ def replace(string): string = string.replace(' views', '') return string + for vid in SOUP.find_all(class_='yt-lockup-content'): try: link = 'https://invidio.us%s' % vid.h3.a['href']