]> git.bitcoin.ninja Git - youtube-dl/blobdiff - youtube_dl/extractor/anysex.py
Merge branch 'vgtv' of https://github.com/mrkolby/youtube-dl into mrkolby-vgtv
[youtube-dl] / youtube_dl / extractor / anysex.py
index 95f23adf18a574b7ee9a2346454f627831008fce..bc64423a3f69cd3407701e7b02df333a4f7e628c 100644 (file)
@@ -44,7 +44,6 @@ class AnySexIE(InfoExtractor):
 
         duration = parse_duration(self._search_regex(
             r'<b>Duration:</b> (\d+:\d+)', webpage, 'duration', fatal=False))
-
         view_count = int_or_none(self._html_search_regex(
             r'<b>Views:</b> (\d+)', webpage, 'view count', fatal=False))