diff src/core/anime.cc @ 183:01d259b9c89f

pages/torrents.cc: parse feed descriptions separately services/anilist.cc: use constexpr STL string_view for HTTP queries
author Paper <mrpapersonic@gmail.com>
date Mon, 04 Dec 2023 13:40:42 -0500
parents bc8d2ccff09c
children 62e336597bb7
line wrap: on
line diff
--- a/src/core/anime.cc	Mon Dec 04 13:19:54 2023 -0500
+++ b/src/core/anime.cc	Mon Dec 04 13:40:42 2023 -0500
@@ -206,6 +206,7 @@
 }
 
 std::string Anime::GetServiceUrl() const {
+	/* todo: add support for other services... */
 	return "https://anilist.co/anime/" + std::to_string(GetId());
 }