lyrics: add support for lyricstime.com, metrolyrics.com and lyricsmania.com

This commit is contained in:
Andrzej Rybczak
2010-08-10 19:53:44 +02:00
parent 3a724626de
commit b387d22663
9 changed files with 190 additions and 39 deletions

View File

@@ -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);
}