Browse Source

[godtv] Add more tests

master
Sergey M․ 8 years ago
parent
commit
416878f41f
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 6 additions and 0 deletions
  1. 6
      youtube_dl/extractor/godtv.py

6
youtube_dl/extractor/godtv.py

@ -24,6 +24,12 @@ class GodTVIE(InfoExtractor):
'id': 'bible-study',
},
'playlist_mincount': 37,
}, {
'url': 'http://god.tv/node/15097',
'only_matching': True,
}, {
'url': 'http://god.tv/live/africa',
'only_matching': True,
}]
def _real_extract(self, url):

Loading…
Cancel
Save