youtube-dl

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

commit 01003d072c20c2ed095930d87c5ce3d5610e66b1
parent 5003e4283b35acb82ea9793d91bc3cd1ee679f86
Author: Sergey M․ <dstftw@gmail.com>
Date:   Fri,  6 Nov 2015 21:07:52 +0600

[ndr] Add test for #7383

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

diff --git a/youtube_dl/extractor/ndr.py b/youtube_dl/extractor/ndr.py @@ -78,6 +78,9 @@ class NDRIE(NDRBaseIE): 'params': { 'skip_download': True, }, + }, { + 'url': 'https://www.ndr.de/Fettes-Brot-Ferris-MC-und-Thees-Uhlmann-live-on-stage,festivalsommer116.html', + 'only_matching': True, }] def _extract_embed(self, webpage, display_id):