1
0
Fork 0
mirror of https://github.com/blackjack4494/yt-dlc.git synced 2024-12-22 07:43:08 +00:00

[movieclips] Add coding cookie

This commit is contained in:
Sergey M․ 2015-11-08 16:56:20 +06:00
parent 937511dfc0
commit fda2717ef9

View file

@ -1,3 +1,4 @@
# coding: utf-8
from __future__ import unicode_literals from __future__ import unicode_literals
from .common import InfoExtractor from .common import InfoExtractor