mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 06:14:05 -07:00
Add Unicode compatibility header
This commit is contained in:
parent
0201ee1082
commit
6dd45b8d43
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
# coding: utf-8
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import re
|
||||
|
||||
from .common import InfoExtractor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue