youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit deb2c732124813c9d392904621d74ccfeb19974d
parent 545434670b7b055a7f0ff82b76ee7acbb3d07dd3
Author: Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Date:   Thu, 29 Aug 2013 11:05:38 -0700

Merge pull request #1347 from whydoubt/fix_orf_at

Fix orf.at extractor by adding file coding mark
Diffstat:
Myoutube_dl/extractor/orf.py | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/youtube_dl/extractor/orf.py b/youtube_dl/extractor/orf.py @@ -1,3 +1,5 @@ +# coding: utf-8 + import re import xml.etree.ElementTree import json