#ifndef GETPAGE_H #define GETPAGE_H #include #include #include std::string getSource(const std::string &url); std::string absolutePath(const std::string &path); std::string getDefUrl( const std::string &show, const std::string &language ); void findSeason(std::set &files, int season, const std::string &path); void iterateFS(std::set &seasons, const std::string &path); void printHelp(); #endif