Reference for youtube_dl_scraper/utils/extract_video_id.py¶
    Extracts video id from toutube video url
Parameters:
| Name | Type | Description | Default | 
|---|---|---|---|
| url | str | Youtube URL to extract video id from. | required | 
Returns: Optional[str]: Extracted video id or None if URL is invalid.