lyrics fetcher: add support for zeneszoveg.hu

This commit is contained in:
Attila Szollosi
2018-10-24 02:07:25 +02:00
parent 81cb7a4f85
commit 156be93d5a
5 changed files with 13 additions and 2 deletions

View File

@@ -162,6 +162,7 @@ bool configure(int argc, char **argv)
std::make_tuple("jahlyrics", "sean kingston", "dry your eyes"),
std::make_tuple("plyrics", "offspring", "genocide"),
std::make_tuple("tekstowo", "rihanna", "umbrella"),
std::make_tuple("zeneszoveg", "rihanna", "umbrella"),
};
for (auto &data : fetcher_data)
{