1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-08-25 15:26:45 +02:00

[cleanup] Point all shebang to python3 ()

Authored by: fstirlitz
This commit is contained in:
felix 2021-06-03 11:43:42 +02:00 committed by pukkandan
commit cc52de4356
No known key found for this signature in database
GPG key ID: 0F00D95A001F4698
49 changed files with 54 additions and 43 deletions

View file

@ -1,6 +1,6 @@
# Unused
#!/usr/bin/env python
#!/usr/bin/env python3
from __future__ import unicode_literals
import io