1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-07-01 03:22:52 -05:00

[cleanup] Point all shebang to python3 (#372)

Authored by: fstirlitz
This commit is contained in:
felix
2021-06-03 11:43:42 +02:00
committed by pukkandan
parent 14b17a551f
commit cc52de4356
49 changed files with 54 additions and 43 deletions

View File

@ -1,3 +1,8 @@
#!/usr/bin/env python3
# yt-dlp --help | make_readme.py
# This must be run in a console of correct width
from __future__ import unicode_literals
import io