mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-24 15:50:26 +01:00
[comcarcoff] Add unicode_literals declaration
This commit is contained in:
parent
6a1b20de2a
commit
19bf2b4e88
@ -1,4 +1,6 @@
|
||||
# encoding: utf-8
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import json
|
||||
|
||||
from .common import InfoExtractor
|
||||
|
Loading…
Reference in New Issue
Block a user