diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2015-07-02 13:13:27 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2015-07-02 13:13:27 +0800 |
commit | 93f942099351895c16ef558366f3eab241cd8793 (patch) | |
tree | a8d784f78b0d8a8a8148c5716c524e5a784e0053 | |
parent | 5b61070c700d2460e5aa8ea22f3aa806a2e17dc9 (diff) |
[pbs] Add coding declaration
Python 2.x does not work without it.
-rw-r--r-- | youtube_dl/extractor/pbs.py | 1 |
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 |