forked from minhngoc25a/youtube-dl
Fix orf.at extractor by adding file coding mark
This commit is contained in:
parent
545434670b
commit
8928491074
|
@ -1,3 +1,5 @@
|
||||||
|
# coding: utf-8
|
||||||
|
|
||||||
import re
|
import re
|
||||||
import xml.etree.ElementTree
|
import xml.etree.ElementTree
|
||||||
import json
|
import json
|
||||||
|
|
Loading…
Reference in New Issue