From 22979993e7afd0b8792011ead3d64d3945703ce8 Mon Sep 17 00:00:00 2001 From: Remita Amine Date: Thu, 3 Nov 2016 16:07:22 +0100 Subject: [PATCH] [vice] add coding cookie --- youtube_dl/extractor/vice.py | 1 + 1 file changed, 1 insertion(+) diff --git a/youtube_dl/extractor/vice.py b/youtube_dl/extractor/vice.py index 065c1fa82..8a00c8fee 100644 --- a/youtube_dl/extractor/vice.py +++ b/youtube_dl/extractor/vice.py @@ -1,3 +1,4 @@ +# coding: utf-8 from __future__ import unicode_literals import re -- 2.30.2