mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-04-12 13:28:24 +00:00
Add Unicode compatibility header
This commit is contained in:
parent
951aa74cbe
commit
129cfb174c
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
# coding: utf-8
|
||||||
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
from .common import InfoExtractor
|
from .common import InfoExtractor
|
||||||
import json
|
import json
|
||||||
import time
|
import time
|
||||||
|
|
Loading…
Add table
Reference in a new issue