[nbc] flake8 for PEP 8
This commit is contained in:
parent
b54bb7742b
commit
5607dac41c
@ -121,8 +121,8 @@ class NBCIE(AdobePassIE):
|
||||
urlmeta = self._html_search_meta(
|
||||
['al:ios:url', 'al:android:url', 'twitter:app:url:googleplay'],
|
||||
webpage)
|
||||
if urlmeta and urlmeta.startswith('nbcsnl://') and \
|
||||
compat_parse_qs(parsed_url.query).get('snl') != 0:
|
||||
if (urlmeta and urlmeta.startswith('nbcsnl://') and
|
||||
compat_parse_qs(parsed_url.query).get('snl') != 0):
|
||||
url = update_url_query(url, {'snl': 0})
|
||||
parsed_url = compat_urllib_parse_urlparse(url)
|
||||
webpage = self._download_webpage(url, video_id)
|
||||
|
Loading…
x
Reference in New Issue
Block a user