Scrape youtube caprions data from site asynchronously
Source code in youtube_dl_scraper/core/base_scraper.py
| async def async_scrape_captions(self, url: str):
"""Scrape youtube caprions data from site asynchronously"""
raise NotImplementedError("This method should be overwritten")
|