youtube-dl 2017.09.24
=====================
Created with `brew bump-formula-pr`.
---
<img src="https://i.imgur.com/SZpFCYT.png" width="64" height="40">
The only thing different about this prompt (from other colored stuff) is it's wrapped in an `input` call. So I would run the following simple script and see what happens
```py
#!/usr/bin/env python3
input('\x1b[31mThis is a red prompt: \x1b[0m')
```