Skip to content

Commit

Permalink
[patreon] include 'attachments_media' in API results (#6268)
Browse files Browse the repository at this point in the history
continuation of fb6be2d
  • Loading branch information
mikf committed Oct 3, 2024
1 parent 1ad58ca commit aa31c15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gallery_dl/extractor/patreon.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ def _build_url(endpoint, query):
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,"
Expand Down

0 comments on commit aa31c15

Please sign in to comment.