aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/pokemon.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dl/extractor/pokemon.py')
-rw-r--r--youtube_dl/extractor/pokemon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/pokemon.py b/youtube_dl/extractor/pokemon.py
index 4ff617163..dd5f17f11 100644
--- a/youtube_dl/extractor/pokemon.py
+++ b/youtube_dl/extractor/pokemon.py
@@ -58,7 +58,7 @@ class PokemonIE(InfoExtractor):
webpage, 'video data element'))
video_id = video_data['data-video-id']
title = video_data.get('data-video-title') or self._html_search_meta(
- 'pkm-title', webpage,' title', default=None) or self._search_regex(
+ 'pkm-title', webpage, ' title', default=None) or self._search_regex(
r'<h1[^>]+\bclass=["\']us-title[^>]+>([^<]+)', webpage, 'title')
return {
'_type': 'url_transparent',