pornsieve
0.0.0
Search porn sites and filter the results using regular expressions
|
Go to the documentation of this file.
23 #ifndef PORNSIEVE_SOURCES_HPP
24 #define PORNSIEVE_SOURCES_HPP
101 #endif // PORNSIEVE_SOURCES_HPP
string title
Title of the video/picture.
Definition: search.hpp:83
string original_data
The raw data returned from the API.
Definition: search.hpp:94
float rating
Rating in percent.
Definition: search.hpp:89
vector< item > items
Search result items.
Definition: search.hpp:96
The namespace containing the pornsieve library.
Definition: config.hpp:30
A single search result item.
Definition: search.hpp:81
vector< string > thumbnails
URLs of thumbnails.
Definition: search.hpp:88
vector< string > tags
Tags associated with the video/image.
Definition: search.hpp:87
std::uint64_t count
Number of results.
Definition: search.hpp:95
result_order
Order of the search results.
Definition: search.hpp:46
string url
URL of the video/picture.
Definition: search.hpp:85
std::chrono::seconds duration
Duration of the video in seconds.
Definition: search.hpp:86
time_point date
Date the video/picture was published.
Definition: search.hpp:91
uint64_t views
Number of views.
Definition: search.hpp:90
media_type
Which type of media to search for.
Definition: search.hpp:64
string description
Description of the video/picture.
Definition: search.hpp:84
std::chrono::system_clock::time_point time_point
In this lib we use the system clock for our time points.
Definition: helpers.hpp:38
Search results.
Definition: search.hpp:74