Browse Source

Fix orf.at extractor by adding file coding mark

rtmp_test
Jeff Smith 11 years ago
parent
commit
8928491074
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      youtube_dl/extractor/orf.py

+ 2
- 0
youtube_dl/extractor/orf.py View File

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


Loading…
Cancel
Save