[theplatform] Fix Python 2: declare coding
authorYen Chi Hsuan <yan12125@gmail.com>
Wed, 19 Aug 2015 17:47:55 +0000 (01:47 +0800)
committerYen Chi Hsuan <yan12125@gmail.com>
Wed, 19 Aug 2015 17:47:55 +0000 (01:47 +0800)
youtube_dl/extractor/theplatform.py

index 883bf491ca8e75729a12235ef31203db7f8216c7..adaec337579e0bdca194b0b6cf44cefd918edd31 100644 (file)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 from __future__ import unicode_literals
 
 import re