diff options
author | Jesús <heckyel@hyperbola.info> | 2020-02-28 18:35:35 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-02-28 18:35:35 -0500 |
commit | cc0df81f1968544bcce1801680af7042e9d77a2e (patch) | |
tree | dabaa073228c7f5cbc5a63c5ef1b683c42cd823a /livie.py | |
parent | 3fe37c353a71605d56b47f5bd0ee595497adbdf4 (diff) | |
download | livie-cc0df81f1968544bcce1801680af7042e9d77a2e.tar.lz livie-cc0df81f1968544bcce1801680af7042e9d77a2e.tar.xz livie-cc0df81f1968544bcce1801680af7042e9d77a2e.zip |
pep8
Diffstat (limited to 'livie.py')
-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'] |