From a4d5ae9d55e7f601d558d80faf5e269c12ba7326 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sun, 14 Jun 2020 19:03:50 -0500 Subject: [PATCH] fix typo --- plugins/tipue-search/tipue_search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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])