diff options
author | Jesús <heckyel@hyperbola.info> | 2020-06-14 19:03:50 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-06-14 19:03:50 -0500 |
commit | a4d5ae9d55e7f601d558d80faf5e269c12ba7326 (patch) | |
tree | c2e81ef7eac2c5692f7bc2fa348b414a40382c60 | |
parent | 8e12f3b2da51a1287907e34ddf43e71baf60a26c (diff) | |
download | libretube-a4d5ae9d55e7f601d558d80faf5e269c12ba7326.tar.lz libretube-a4d5ae9d55e7f601d558d80faf5e269c12ba7326.tar.xz libretube-a4d5ae9d55e7f601d558d80faf5e269c12ba7326.zip |
fix typo
-rw-r--r-- | plugins/tipue-search/tipue_search.py | 2 |
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]) |