Skip to content

Commit

Permalink
ANT: include up to two screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
L4GSP1KE committed Sep 8, 2023
1 parent eee6f19 commit 09c6428
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/trackers/ANT.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ async def upload(self, meta):
'tmdbid' : meta['tmdb'],
'mediainfo' : mi_dump,
'flags[]' : flags,
'anonymous' : anon
'anonymous' : anon,
'screenshots' : [x['raw_url'] for x in meta['image_list']][:2]
}
headers = {
'User-Agent': f'Upload Assistant/2.1 ({platform.system()} {platform.release()})'
Expand Down

0 comments on commit 09c6428

Please sign in to comment.