diff --git a/youtube_dl/extractor/spankbang.py b/youtube_dl/extractor/spankbang.py index b14c01230..6299bfd91 100644 --- a/youtube_dl/extractor/spankbang.py +++ b/youtube_dl/extractor/spankbang.py @@ -35,6 +35,7 @@ class SpankBangIE(InfoExtractor): 'format_id': '%sp' % height, 'height': int(height), } for height in re.findall(r'<(?:span|li|p)[^>]+[qb]_(\d+)p', webpage)] + self._check_formats(formats, video_id) self._sort_formats(formats) title = self._html_search_regex(