mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2026-03-14 06:02:53 +03:00
add missing __future__ import unicode_literals
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
# coding: utf-8
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import json
|
||||
import re
|
||||
|
||||
|
||||
Reference in New Issue
Block a user