diff options
author | Sergey M․ <dstftw@gmail.com> | 2017-07-09 19:15:48 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2017-07-09 19:18:12 +0700 |
commit | 6e925598d68f5d5216aa3e9abed5c7706a68c891 (patch) | |
tree | 50eed5fc509f6baea837ac471fa41aa719efc9f9 | |
parent | 73cf76a93fe48240bf82b1685b1403f05b793ebf (diff) |
[csjw] Add coding cookie
-rw-r--r-- | youtube_dl/extractor/cjsw.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/cjsw.py b/youtube_dl/extractor/cjsw.py index dd271586f..505bdbe16 100644 --- a/youtube_dl/extractor/cjsw.py +++ b/youtube_dl/extractor/cjsw.py @@ -1,3 +1,4 @@ +# coding: utf-8 from __future__ import unicode_literals import re |