youtube-dl

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

commit f5535ed0e3537acee90820c98d6ca474d437d7d0
parent 31ff3c074eddf4078b6eb49281830875eb4e65a1
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date:   Fri, 29 Apr 2016 14:24:07 +0800

[orf] Skip the expired test

Diffstat:
Myoutube_dl/extractor/orf.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/youtube_dl/extractor/orf.py b/youtube_dl/extractor/orf.py @@ -185,6 +185,7 @@ class ORFFM4IE(InfoExtractor): 'timestamp': 1452456073, 'upload_date': '20160110', }, + 'skip': 'Live streams on FM4 got deleted soon', } def _real_extract(self, url):