youtube-dl

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

commit 87a29e6f25fce2bae9369b5c30624c39ddf02eab
parent c3d36f134f6dc3a1b974a8155108ce3f2a6e0a3b
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Thu, 13 Mar 2014 17:01:58 +0100

[wdr] Add description to tests

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

diff --git a/youtube_dl/extractor/wdr.py b/youtube_dl/extractor/wdr.py @@ -34,6 +34,7 @@ class WDRIE(InfoExtractor): 'id': 'mdb-363194', 'ext': 'flv', 'title': 'Marga Spiegel ist tot', + 'description': 'md5:2309992a6716c347891c045be50992e4', 'upload_date': '20140311', }, 'params': { @@ -47,6 +48,7 @@ class WDRIE(InfoExtractor): 'id': 'mdb-194332', 'ext': 'mp3', 'title': 'Erlebte Geschichten: Marga Spiegel (29.11.2009)', + 'description': 'md5:2309992a6716c347891c045be50992e4', 'upload_date': '20091129', }, }, @@ -57,6 +59,7 @@ class WDRIE(InfoExtractor): 'id': 'mdb-363068', 'ext': 'mp3', 'title': 'Grenzenlos lecker - Baklava', + 'description': 'md5:7b29e97e10dfb6e265238b32fa35b23a', 'upload_date': '20140311', }, },