[bbccouk] PEP8

master
Sergey M․ 4 years ago
parent 9d8f3a12a6
commit 327593257c
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D

@ -528,7 +528,7 @@ class BBCCoUkIE(InfoExtractor):
def get_programme_id(item):
def get_from_attributes(item):
for p in('identifier', 'group'):
for p in ('identifier', 'group'):
value = item.get(p)
if value and re.match(r'^[pb][\da-z]{7}$', value):
return value

Loading…
Cancel
Save