From: Yen Chi Hsuan Date: Wed, 19 Aug 2015 17:47:55 +0000 (+0800) Subject: [theplatform] Fix Python 2: declare coding X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=aa6cd05ed82b14af0e3827b2ff43eed02087b574;hp=dac14bf311fd1b3c6af6c57b3b03878a11ef5aae;p=youtube-dl [theplatform] Fix Python 2: declare coding --- diff --git a/youtube_dl/extractor/theplatform.py b/youtube_dl/extractor/theplatform.py index 883bf491c..adaec3375 100644 --- a/youtube_dl/extractor/theplatform.py +++ b/youtube_dl/extractor/theplatform.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- from __future__ import unicode_literals import re