pornsieve  0.0.0
Search porn sites and filter the results using regular expressions
Namespaces | Functions
redtube.hpp File Reference

RedTube API. More...

#include "search.hpp"
#include <cstdint>
#include <string>
#include <string_view>
#include <vector>
Include dependency graph for redtube.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 pornsieve
 The namespace containing the pornsieve library.
 
 pornsieve::redtube
 Namespace for the RedTube API.
 

Functions

vector< string > pornsieve::redtube::get_categories ()
 Get a list of categories from RedTube. More...
 
vector< string > pornsieve::redtube::get_tags ()
 Get a list of tags from RedTube. More...
 
search_result pornsieve::redtube::search (media_type type, string_view query, const vector< string_view > &tags={}, string_view category={}, result_order order_by=result_order::none, std::uint32_t page=1)
 Search RedTube. More...
 

Detailed Description

RedTube API.