summary refs log tree commit diff
diff options
context:
space:
mode:
authorRemita Amine <remitamine@gmail.com>2019-04-14 13:18:16 +0100
committerRemita Amine <remitamine@gmail.com>2019-04-14 13:18:16 +0100
commit10385322137eaf36b66b9e78931ea0a39e914c33 (patch)
treef10130c2a11e6e520e36454f5c0ea02e40a496bf
parent4f1e02ad60d5a1b19c39be6665afc22726301685 (diff)
downloadyoutube-dl-10385322137eaf36b66b9e78931ea0a39e914c33.tar.gz
youtube-dl-10385322137eaf36b66b9e78931ea0a39e914c33.tar.xz
youtube-dl-10385322137eaf36b66b9e78931ea0a39e914c33.zip
[aenetworks] add encoding declaration
-rw-r--r--youtube_dl/extractor/aenetworks.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/aenetworks.py b/youtube_dl/extractor/aenetworks.py
index 8304dba2f..611b948f5 100644
--- a/youtube_dl/extractor/aenetworks.py
+++ b/youtube_dl/extractor/aenetworks.py
@@ -1,3 +1,4 @@
+# coding: utf-8
 from __future__ import unicode_literals
 
 import re