about summary refs log tree commit diff
path: root/youtube_dl/extractor/xhamster.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-08-05 23:08:55 +0600
committerSergey M․ <dstftw@gmail.com>2015-08-05 23:08:55 +0600
commitc73cdd800f0dc7b465ac0b36d338875bb80c23aa (patch)
treeb334c6a83f2dee03a8bb1f03676bb68638c369bb /youtube_dl/extractor/xhamster.py
parentf535ec8278c8f465b47919d3f451571ae8ccfc7b (diff)
downloadyoutube-dl-c73cdd800f0dc7b465ac0b36d338875bb80c23aa.tar.gz
youtube-dl-c73cdd800f0dc7b465ac0b36d338875bb80c23aa.tar.xz
youtube-dl-c73cdd800f0dc7b465ac0b36d338875bb80c23aa.zip
[xhamster] flake8
Diffstat (limited to 'youtube_dl/extractor/xhamster.py')
-rw-r--r--youtube_dl/extractor/xhamster.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/xhamster.py b/youtube_dl/extractor/xhamster.py
index f76ee8fd4..97315750f 100644
--- a/youtube_dl/extractor/xhamster.py
+++ b/youtube_dl/extractor/xhamster.py
@@ -81,7 +81,7 @@ class XHamsterIE(InfoExtractor):
         thumbnail = self._search_regex(
             [r'''thumb\s*:\s*(?P<q>["'])(?P<thumbnail>.+?)(?P=q)''',
              r'''<video[^>]+poster=(?P<q>["'])(?P<thumbnail>.+?)(?P=q)[^>]*>'''],
-             webpage, 'thumbnail', fatal=False, group='thumbnail')
+            webpage, 'thumbnail', fatal=False, group='thumbnail')
 
         duration = parse_duration(self._html_search_regex(r'<span>Runtime:</span> (\d+:\d+)</div>',
                                                           webpage, 'duration', fatal=False))