Show a more useful error in older python versions

pull/864/head
pukkandan 3 years ago
parent a7429aa9fa
commit 347182a0cd
No known key found for this signature in database
GPG Key ID: 0F00D95A001F4698

@ -1,7 +1,7 @@
#!/usr/bin/env python3
# coding: utf-8
from __future__ import unicode_literals
f'You are using an unsupported version of Python. Only Python versions 3.6 and above are supported by yt-dlp' # noqa: F541
__license__ = 'Public Domain'

Loading…
Cancel
Save