1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2025-02-17 01:17:54 +01:00

removed BOM from file

This commit is contained in:
nixxo 2020-09-19 13:07:57 +02:00
parent e26f3ccf87
commit d664205e0f

View File

@ -1,4 +1,4 @@
# coding: utf-8
# coding: utf-8
from __future__ import unicode_literals
from .common import InfoExtractor