mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-05 17:11:19 +00:00
Merge pull request #1347 from whydoubt/fix_orf_at
Fix orf.at extractor by adding file coding mark
This commit is contained in:
commit
deb2c73212
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue