From the below HTML I am looking to extract the link in 'data-url' by using CSS selectors only(No methods).
<a class="btn" data-url="https://example.com">
BTW, I am trying to scrape a website using a _scraper tool called webscraper.io, where the data to be extracted has to be specified using a CSS selector. Hence, I cannot make use of any useful methods from other programming languages.