1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-12-26 06:18:05 +00:00

add missing __future__ import unicode_literals

This commit is contained in:
Petr Vaněk
2022-02-12 15:27:10 +01:00
committed by dirkf
parent 85bf26c1d0
commit bf23bc0489

View File

@@ -1,4 +1,6 @@
# coding: utf-8
from __future__ import unicode_literals
import json
import re