fix typo
This commit is contained in:
@@ -166,7 +166,7 @@ class Tipue_Search_JSON_Generator(object):
|
|||||||
video_title = soup.title.string if soup.title is not None else ''
|
video_title = soup.title.string if soup.title is not None else ''
|
||||||
video_text = soup.get_text()
|
video_text = soup.get_text()
|
||||||
|
|
||||||
# Should set default category?
|
# Should set default category
|
||||||
video_category = ''
|
video_category = ''
|
||||||
video_url = urljoin(self.siteurl, self.tpages[srclink])
|
video_url = urljoin(self.siteurl, self.tpages[srclink])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user