This commit is contained in:
Jesús 2020-06-14 19:03:50 -05:00
parent 8e12f3b2da
commit a4d5ae9d55
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -166,7 +166,7 @@ class Tipue_Search_JSON_Generator(object):
video_title = soup.title.string if soup.title is not None else ''
video_text = soup.get_text()
# Should set default category?
# Should set default category
video_category = ''
video_url = urljoin(self.siteurl, self.tpages[srclink])