1
0
Fork 0
mirror of https://gitlab.com/dstftw/youtube-dl.git synced 2020-11-16 09:42:26 +00:00

[nporadio] Edit to confirm to flake8 standards

This commit is contained in:
robin 2015-02-12 19:27:59 +01:00
parent 7c24ce225d
commit c3d64fc1b3

View file

@ -37,4 +37,3 @@ class NPORadioIE(InfoExtractor):
def _html_get_attribute_regex(self, attribute):
return r'{0}\s*=\s*\'([^\']+)\''.format(attribute)