1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 02:32:33 +01:00
This commit is contained in:
patrickkfkan 2024-01-08 16:50:05 +08:00
parent e34fa05202
commit 264fdb85b2

View File

@ -79,7 +79,7 @@ class _500pxExtractor(Extractor):
result.append(fallbacks[pid]) result.append(fallbacks[pid])
else: else:
self.log.warning("Unable to fetch photo %s", pid) self.log.warning("Unable to fetch photo %s", pid)
return result return result
def _request_api(self, url, params): def _request_api(self, url, params):