mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-21 05:44:02 -07:00
Import __future__.unicode_literals
This commit is contained in:
parent
e585d7bcf5
commit
338e4b8527
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
# coding=utf-8
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import datetime
|
||||
import itertools
|
||||
import json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue