mirror of
https://github.com/searxng/searxng.git
synced 2026-05-07 18:03:51 +02:00
[fix] iqiyi: update album_info key
subscriptionContent -> subscriptContent Signed-off-by: Hu Butui <hot123tea123@gmail.com>
This commit is contained in:
@@ -56,7 +56,7 @@ def response(resp):
|
||||
except (ValueError, TypeError):
|
||||
pass
|
||||
|
||||
length = parse_duration_string(album_info.get("subscriptionContent"))
|
||||
length = parse_duration_string(album_info.get("subscriptContent"))
|
||||
results.append(
|
||||
{
|
||||
'url': album_info.get("pageUrl", "").replace("http://", "https://"),
|
||||
|
||||
Reference in New Issue
Block a user