aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/orf.py
diff options
context:
space:
mode:
authorJeff Smith <whydoubt@yahoo.com>2013-08-29 12:51:38 -0500
committerJeff Smith <whydoubt@yahoo.com>2013-08-29 12:51:38 -0500
commit8928491074095ec4da84be9c7d5ff4f1c0f98400 (patch)
treecb104e79f5b0dba4b20b51d7e7d70ffd501e5940 /youtube_dl/extractor/orf.py
parent545434670b7b055a7f0ff82b76ee7acbb3d07dd3 (diff)
downloadyoutube-dl-8928491074095ec4da84be9c7d5ff4f1c0f98400.zip
youtube-dl-8928491074095ec4da84be9c7d5ff4f1c0f98400.tar.gz
youtube-dl-8928491074095ec4da84be9c7d5ff4f1c0f98400.tar.bz2
Fix orf.at extractor by adding file coding mark
Diffstat (limited to 'youtube_dl/extractor/orf.py')
-rw-r--r--youtube_dl/extractor/orf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dl/extractor/orf.py b/youtube_dl/extractor/orf.py
index 8da0a2c..41ef8e9 100644
--- a/youtube_dl/extractor/orf.py
+++ b/youtube_dl/extractor/orf.py
@@ -1,3 +1,5 @@
+# coding: utf-8
+
import re
import xml.etree.ElementTree
import json