1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-02 02:19:29 +00:00

[aljazeera] Add unicode_literals marker

This commit is contained in:
Philipp Hagemeister 2014-12-17 00:08:04 +01:00
parent 7af808a5ef
commit 37381350f8

View file

@ -1,3 +1,5 @@
from __future__ import unicode_literals
from .common import InfoExtractor