From 93f942099351895c16ef558366f3eab241cd8793 Mon Sep 17 00:00:00 2001 From: Yen Chi Hsuan Date: Thu, 2 Jul 2015 13:13:27 +0800 Subject: [PATCH] [pbs] Add coding declaration Python 2.x does not work without it. --- youtube_dl/extractor/pbs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/youtube_dl/extractor/pbs.py b/youtube_dl/extractor/pbs.py index 32c6adeba..1e2b965f9 100644 --- a/youtube_dl/extractor/pbs.py +++ b/youtube_dl/extractor/pbs.py @@ -1,3 +1,4 @@ +# coding: utf-8 from __future__ import unicode_literals import re