Browse Source

[spankbang] Check formats (#8398)

totalwebcasting
Sergey M․ 9 years ago
parent
commit
c773c232d8
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      youtube_dl/extractor/spankbang.py

+ 1
- 0
youtube_dl/extractor/spankbang.py View File

@ -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(


Loading…
Cancel
Save