A rofi inspired native client for web services. Supports youtube, peertube, lbry, soundcloud, nyaa.si, 4chan, matrix, saucenao, hotexamples, anilist, dramacool and several manga sites.
#pragma once
#include <string>
namespace QuickMedia {
struct MediaChapter {
int start_seconds = 0;
std::string title; // newlines will be replaced by spaces
};
}