Browse Source

[ndr] Add test for #7383

totalwebcasting
Sergey M․ 9 years ago
parent
commit
01003d072c
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      youtube_dl/extractor/ndr.py

+ 3
- 0
youtube_dl/extractor/ndr.py View File

@ -78,6 +78,9 @@ class NDRIE(NDRBaseIE):
'params': { 'params': {
'skip_download': True, '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): def _extract_embed(self, webpage, display_id):


Loading…
Cancel
Save