Fix typos

Closes #8200.
This commit is contained in:
Jakub Wilk 2016-01-10 16:17:47 +01:00 committed by Jaime Marquínez Ferrándiz
parent 3c91e41614
commit dfb1b1468c
16 changed files with 20 additions and 20 deletions

View file

@ -17,7 +17,7 @@ class MDRIE(InfoExtractor):
_VALID_URL = r'https?://(?:www\.)?(?:mdr|kika)\.de/(?:.*)/[a-z]+(?P<id>\d+)(?:_.+?)?\.html'
_TESTS = [{
# MDR regularily deletes its videos
# MDR regularly deletes its videos
'url': 'http://www.mdr.de/fakt/video189002.html',
'only_matching': True,
}, {