This is a dedicated watch page for a single video.
You are building a Python web scraper using BeautifulSoup to extract article titles and publication dates from a website. You want to guide GitHub Copilot to generate a function that accepts a URL, scrapes the article titles and publication dates, and returns them in a list of dictionaries. How would you craft an effective prompt for this scenario to maximize Copilot’s accuracy?