Sfoglia il codice sorgente

Merge pull request #1347 from whydoubt/fix_orf_at

Fix orf.at extractor by adding file coding mark
Jaime Marquínez Ferrándiz 12 anni fa
parent
commit
deb2c73212
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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 re
 import xml.etree.ElementTree
 import xml.etree.ElementTree
 import json
 import json