--- license: cc-by-2.0 --- # BBC for All Times You could find BBC News articles from every month between 2017 to 2022. Use this to download BBC News articles during a specific month: ``` ds = datasets.load_dataset('RealTimeData/bbc_alltime', '2017-8') ``` The time stamp follows the format of "YYYY-MM".