youtube-dl

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

commit 0ce39bc542813462c2d95dc21f1b363c4ae7a1e0
parent 1915662d4fe09120d3f28db55c7be90b4d12a9f1
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sat, 13 Jan 2018 23:33:52 +0700

[wdr] Fix test

Diffstat:
Myoutube_dl/extractor/wdr.py | 9+++------
1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/youtube_dl/extractor/wdr.py b/youtube_dl/extractor/wdr.py @@ -26,14 +26,11 @@ class WDRIE(InfoExtractor): _TEST = { 'url': 'http://deviceids-medp.wdr.de/ondemand/155/1557833.js', 'info_dict': { - 'id': 'mdb-1140188', - 'display_id': 'dfb-team-geht-gut-gelaunt-ins-spiel-gegen-polen-100', + 'id': 'mdb-1557833', 'ext': 'mp4', - 'title': 'DFB-Team geht gut gelaunt ins Spiel gegen Polen', - 'description': 'Vor dem zweiten Gruppenspiel gegen Polen herrscht gute Stimmung im deutschen Team. Insbesondere Bastian Schweinsteiger strotzt vor Optimismus nach seinem Tor gegen die Ukraine.', - 'upload_date': '20160615', + 'title': 'Biathlon-Staffel verpasst Podest bei Olympia-Generalprobe', + 'upload_date': '20180112', }, - 'skip': 'Geo-restricted to Germany', } def _real_extract(self, url):