fix typo
This commit is contained in:
parent
8e12f3b2da
commit
a4d5ae9d55
@ -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])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user