From 3364e8c6291907ea88e45314c5add9624b81c110 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 7 Dec 2019 18:10:12 +0100 Subject: Add support for viewing videos/gifs on image boards (4chan) --- include/Body.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/Body.hpp') diff --git a/include/Body.hpp b/include/Body.hpp index e727244..a485aac 100644 --- a/include/Body.hpp +++ b/include/Body.hpp @@ -29,7 +29,7 @@ namespace QuickMedia { std::string title; std::string url; std::string thumbnail_url; - std::string fullsize_image_url; + std::string attached_content_url; std::string author; bool visible; // Used by image boards for example. The elements are indices to other body items -- cgit v1.2.3