aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-06-14 19:03:50 -0500
committerJesús <heckyel@hyperbola.info>2020-06-14 19:03:50 -0500
commita4d5ae9d55e7f601d558d80faf5e269c12ba7326 (patch)
treec2e81ef7eac2c5692f7bc2fa348b414a40382c60
parent8e12f3b2da51a1287907e34ddf43e71baf60a26c (diff)
downloadlibretube-a4d5ae9d55e7f601d558d80faf5e269c12ba7326.tar.lz
libretube-a4d5ae9d55e7f601d558d80faf5e269c12ba7326.tar.xz
libretube-a4d5ae9d55e7f601d558d80faf5e269c12ba7326.zip
fix typo
-rw-r--r--plugins/tipue-search/tipue_search.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/tipue-search/tipue_search.py b/plugins/tipue-search/tipue_search.py
index 0f021a7..1a032b2 100644
--- a/plugins/tipue-search/tipue_search.py
+++ b/plugins/tipue-search/tipue_search.py
@@ -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])