diff options
author | dst <dstftw@gmail.com> | 2014-01-29 02:07:29 +0700 |
---|---|---|
committer | dst <dstftw@gmail.com> | 2014-01-29 02:07:29 +0700 |
commit | 459a53c2c295aaecc14e62af9df4e4ce4a218d1c (patch) | |
tree | 40c0c0c13ab7737317cd9b0ccb35ac82223a9857 | |
parent | adc267eebf294e9aa27c8df97307a25cd0adf83f (diff) |
[channel9] Remove unnecessary coding cookie
-rw-r--r-- | youtube_dl/extractor/channel9.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/channel9.py b/youtube_dl/extractor/channel9.py index 1fce59dba..3867d7850 100644 --- a/youtube_dl/extractor/channel9.py +++ b/youtube_dl/extractor/channel9.py @@ -1,4 +1,3 @@ -# encoding: utf-8 from __future__ import unicode_literals import re |