aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--livie.py1
1 files changed, 1 insertions, 0 deletions
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']