mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-08-30 15:01:28 +00:00
Also changed instances of `var is None` to `var == None`, and replaced `var.replace('http%3A', 'http:')` with a regex
Also changed instances of `var is None` to `var == None`, and replaced `var.replace('http%3A', 'http:')` with a regex