]> gitweb @ CieloNegro.org - youtube-dl.git/blobdiff - youtube_dl/extractor/anysex.py
Merge branch 'Rudloff-unistra_hd'
[youtube-dl.git] / 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))