public Ldo(string ptn1)
 {
     Url = "https://www.ldoceonline.com/jp/dictionary/";
     Ptn = ptn1;
     //Ptn = "https://d27ucmmhxk51xv.cloudfront.net/media/english/exaProns/.+?mp3";
     DataHtml = new Wdhtml(Url);
 }
 public Webl()
 {
     Url                   = "https://ejje.weblio.jp/content/";
     Ptn                   = "https://weblio.hs.llnwd.net/.+?mp3\"";
     DataHtml              = new Wdhtml(Url);
     SymbolQuery           = "#phoneticEjjeNavi";
     SentenceQuery         = "n";
     SentenceMp3Query      = "n";
     SentenceMp3Attributor = "n";
     Divider               = "+";
 }
 public Ox()
 {
     Url                   = "https://www.oxfordlearnersdictionaries.com/definition/english/";
     Ptn                   = "https://www.oxfordlearnersdictionaries.com/media/english/us_pron/.+?mp3";
     DataHtml              = new Wdhtml(Url);
     SymbolQuery           = ".phons_n_am";
     SentenceQuery         = "ul.examples>li:nth-child(1)>span";
     SentenceMp3Query      = "n";
     SentenceMp3Attributor = "n";
     Divider               = "+";
 }
        public Ldo()
        {
            Url = "https://www.ldoceonline.com/jp/dictionary/";
            //Ptn = "https://d27ucmmhxk51xv.cloudfront.net/media/english/exaProns/.+?mp3";

            Ptn                   = "https://.+/ameProns/.+?mp3";
            DataHtml              = new Wdhtml(Url);
            SymbolQuery           = ".PronCodes";
            SentenceQuery         = ".EXAMPLE";
            SentenceMp3Query      = ".EXAMPLE";
            SentenceMp3Attributor = "data-src-mp3";
            Divider               = "-";
        }