From 8928491074095ec4da84be9c7d5ff4f1c0f98400 Mon Sep 17 00:00:00 2001
From: Jeff Smith <whydoubt@yahoo.com>
Date: Thu, 29 Aug 2013 12:51:38 -0500
Subject: [PATCH] Fix orf.at extractor by adding file coding mark

---
 youtube_dl/extractor/orf.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/youtube_dl/extractor/orf.py b/youtube_dl/extractor/orf.py
index 8da0a2c8e..41ef8e992 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