Skip to content

Commit

Permalink
Show a more useful error in older python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pukkandan committed Sep 1, 2021
1 parent a7429aa commit 347182a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yt_dlp/__init__.py
Original file line number Diff line number Diff line change
@@ -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'

Expand Down

0 comments on commit 347182a

Please sign in to comment.