aboutsummaryrefslogtreecommitdiffstats
path: root/livie.py
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-02-28 18:35:35 -0500
committerJesús <heckyel@hyperbola.info>2020-02-28 18:35:35 -0500
commitcc0df81f1968544bcce1801680af7042e9d77a2e (patch)
treedabaa073228c7f5cbc5a63c5ef1b683c42cd823a /livie.py
parent3fe37c353a71605d56b47f5bd0ee595497adbdf4 (diff)
downloadlivie-cc0df81f1968544bcce1801680af7042e9d77a2e.tar.lz
livie-cc0df81f1968544bcce1801680af7042e9d77a2e.tar.xz
livie-cc0df81f1968544bcce1801680af7042e9d77a2e.zip
pep8
Diffstat (limited to 'livie.py')
-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']