minor fix format string

This commit is contained in:
Jesús 2019-12-04 23:50:07 -05:00
parent c5e51fdb15
commit 64a5dd73e5
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -22,7 +22,7 @@ def replace(string):
for vid in SOUP.find_all(class_='yt-lockup-content'):
try:
link = 'https://invidio.us/%s' % vid.h3.a['href']
link = 'https://invidio.us%s' % vid.h3.a['href']
title = vid.h3.a.text
description = vid.h3.span.text
author = vid.find(class_='yt-lockup-byline').a.text