aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2015-07-02 13:13:27 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2015-07-02 13:13:27 +0800
commit93f942099351895c16ef558366f3eab241cd8793 (patch)
treea8d784f78b0d8a8a8148c5716c524e5a784e0053
parent5b61070c700d2460e5aa8ea22f3aa806a2e17dc9 (diff)
downloadyoutube-dl-93f942099351895c16ef558366f3eab241cd8793.tar.xz
[pbs] Add coding declaration
Python 2.x does not work without it.
-rw-r--r--youtube_dl/extractor/pbs.py1
1 files changed, 1 insertions, 0 deletions
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