This commit is contained in:
Jesús 2020-02-28 18:35:35 -05:00
parent 3fe37c353a
commit cc0df81f19
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -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']