logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 4fac463d70536fd4197aa510c100188d8cec0635
parent 382b8182ce5004cf82166647e98ced0314b65850
Author: Sergey M․ <dstftw@gmail.com>
Date:   Thu,  8 Feb 2018 23:04:20 +0700

[pokemon] PEP 8

Diffstat:

Myoutube_dl/extractor/pokemon.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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',