[DrTuber] Removed call to _check_formats - fifth requested fixes for PR #13322

This commit is contained in:
Parmjit Virk 2017-06-22 02:33:39 -05:00
parent 894861d1b1
commit 09994895ea

View File

@ -59,7 +59,6 @@ class DrTuberIE(InfoExtractor):
'quality': 2 if video_url_key == 'hq' else 1, 'quality': 2 if video_url_key == 'hq' else 1,
'url': video_url_value 'url': video_url_value
}) })
self._check_formats(formats, video_id)
self._sort_formats(formats) self._sort_formats(formats)
title = self._html_search_regex( title = self._html_search_regex(