Fix PEP8 issue E713
This commit is contained in:
parent
b89a938687
commit
83e865a370
4 changed files with 4 additions and 4 deletions
|
@ -1024,7 +1024,7 @@ def smuggle_url(url, data):
|
|||
|
||||
|
||||
def unsmuggle_url(smug_url, default=None):
|
||||
if not '#__youtubedl_smuggle' in smug_url:
|
||||
if '#__youtubedl_smuggle' not in smug_url:
|
||||
return smug_url, default
|
||||
url, _, sdata = smug_url.rpartition('#')
|
||||
jsond = compat_parse_qs(sdata)['__youtubedl_smuggle'][0]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue