Skip to content

Commit

Permalink
[imgur] fix extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
soimort committed Mar 4, 2024
1 parent 6d57771 commit 0b7a91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/you_get/extractors/imgur.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def prepare(self, **kwargs):

elif re.search(r'i\.imgur\.com/', self.url):
# direct image
_, container, size = url_info(self.url)
_, container, size = url_info(self.url, faker=True)
self.streams = {
'original': {
'src': [self.url],
Expand Down

0 comments on commit 0b7a91f

Please sign in to comment.