diff options
-rw-r--r-- | livie.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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'] |