mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 02:32:33 +01:00
[patreon] include 'attachments_media' in API results (#6268)
continuation of fb6be2dd34
This commit is contained in:
parent
1ad58cab84
commit
aa31c153e3
@ -220,8 +220,8 @@ class PatreonExtractor(Extractor):
|
||||
return (
|
||||
"https://www.patreon.com/api/" + endpoint +
|
||||
|
||||
"?include=campaign,access_rules,attachments,audio,images,media,"
|
||||
"native_video_insights,poll.choices,"
|
||||
"?include=campaign,access_rules,attachments,attachments_media,"
|
||||
"audio,images,media,native_video_insights,poll.choices,"
|
||||
"poll.current_user_responses.user,"
|
||||
"poll.current_user_responses.choice,"
|
||||
"poll.current_user_responses.poll,"
|
||||
|
Loading…
Reference in New Issue
Block a user