aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/anysex.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dl/extractor/anysex.py')
-rw-r--r--youtube_dl/extractor/anysex.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/anysex.py b/youtube_dl/extractor/anysex.py
index 95f23adf1..bc64423a3 100644
--- a/youtube_dl/extractor/anysex.py
+++ b/youtube_dl/extractor/anysex.py
@@ -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))