pornsieve
0.0.0
Search porn sites and filter the results using regular expressions
|
A single search result item. More...
#include <search.hpp>
Public Attributes | |
string | title |
Title of the video/picture. More... | |
string | description |
Description of the video/picture. More... | |
string | url |
URL of the video/picture. More... | |
std::chrono::seconds | duration {} |
Duration of the video in seconds. More... | |
vector< string > | tags |
Tags associated with the video/image. More... | |
vector< string > | thumbnails |
URLs of thumbnails. More... | |
float | rating {0} |
Rating in percent. More... | |
uint64_t | views {0} |
Number of views. More... | |
time_point | date |
Date the video/picture was published. More... | |
A single search result item.
time_point pornsieve::search_result::item::date |
Date the video/picture was published.
string pornsieve::search_result::item::description |
Description of the video/picture.
std::chrono::seconds pornsieve::search_result::item::duration {} |
Duration of the video in seconds.
float pornsieve::search_result::item::rating {0} |
Rating in percent.
vector<string> pornsieve::search_result::item::tags |
Tags associated with the video/image.
vector<string> pornsieve::search_result::item::thumbnails |
URLs of thumbnails.
string pornsieve::search_result::item::title |
Title of the video/picture.
string pornsieve::search_result::item::url |
URL of the video/picture.
uint64_t pornsieve::search_result::item::views {0} |
Number of views.