Exemplo n.º 1
0
        public void TestGetDetails2()
        {
            var scraper = new OffWhiteScraper {
                Active = true
            };
            var details = scraper.GetProductDetails("https://www.off---white.com/en/GE/men/products/omel003e180260109901#image-0", CancellationToken.None);

            Console.WriteLine(string.Join(" ", details.SizesList));
        }
Exemplo n.º 2
0
        public void TestGetDetails()
        {
            var details = new OffWhiteScraper().GetProductDetails("https://www.off---white.com/en/GE/men/products/omel003e180260109901#image-0", CancellationToken.None);

            Console.WriteLine(details);
        }