We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8d562a commit d4b771eCopy full SHA for d4b771e
1 file changed
VokabelTrainer/Forms/VokabelTrainer.cs
@@ -3257,6 +3257,7 @@ private List<string> GetEasyLanguageAquireList(string strLanguage)
3257
oResult.Add(@"https://www.amazon.de/s?k=laktosefreie+rezepte");
3258
oResult.Add(@"https://www.amazon.de/s?k=low+carb+ngv");
3259
oResult.Add(@"https://www.amazon.de/s?k=friedenspreis+des+deutschen+buchhandels+-Ansprachen+-Verleihung");
3260
+ oResult.Add(@"https://www.youtube.com/@LadyTamara");
3261
3262
// sometimes also add the critical book
3263
if (m_oRnd.Next(10) == 7)
0 commit comments