Browse Source

Fix orf.at extractor by adding file coding mark

Jeff Smith 12 năm trước cách đây
mục cha
commit
8928491074
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      youtube_dl/extractor/orf.py

+ 2 - 0
youtube_dl/extractor/orf.py

@@ -1,3 +1,5 @@
+# coding: utf-8
+
 import re
 import xml.etree.ElementTree
 import json