Exemplo n.º 1
0
        private async void Worker(string url)
        {
            string source    = loader.GetSourceByUrl(url);
            var    domParser = new HtmlParser();
            var    document  = await domParser.ParseAsync(source);

            this.urls = parser.Parse(document);
        }