[behance] fix empty docstring

pull/170/head
Mike Fährmann 6 years ago
parent 373cb07b28
commit 1c1367ec5b
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -25,7 +25,6 @@ class BehanceExtractor(Extractor):
def galleries(self):
"""Return all relevant gallery URLs"""
return ()
@staticmethod
def _update(data):
@ -105,8 +104,9 @@ class BehanceGalleryExtractor(BehanceExtractor):
page, 'id="beconfig-store_state">', '</script>')[0])
return self._update(data["project"]["project"])
def get_images(self, data):
""" """
@staticmethod
def get_images(data):
"""Extract image results from an API response"""
results = []
for module in data["modules"]:

Loading…
Cancel
Save