lyrics: add support for lyricstime.com, metrolyrics.com and lyricsmania.com
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
namespace Curl
|
||||
{
|
||||
CURLcode perform(const std::string &URL, std::string &data, unsigned timeout = 10);
|
||||
CURLcode perform(std::string &data, const std::string &URL, const std::string &referer = "", unsigned timeout = 10);
|
||||
|
||||
std::string escape(const std::string &s);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user