1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-25 05:09:34 +00:00

Fix orf.at extractor by adding file coding mark

This commit is contained in:
Jeff Smith 2013-08-29 12:51:38 -05:00
parent 545434670b
commit 8928491074

View file

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