Skip to content

Commit

Permalink
[tumblrgallery] fix file downloads (mikf#6391)
Browse files Browse the repository at this point in the history
do not send "https://tumblrgallery.xyz/" Referer headers by default
  • Loading branch information
mikf committed Oct 29, 2024
1 parent 655e42d commit 57e19a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gallery_dl/extractor/tumblrgallery.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class TumblrgalleryExtractor(GalleryExtractor):
filename_fmt = "{category}_{gallery_id}_{num:>03}_{id}.{extension}"
directory_fmt = ("{category}", "{gallery_id} {title}")
root = "https://tumblrgallery.xyz"
referer = False

@staticmethod
def _urls_from_page(page):
Expand Down

0 comments on commit 57e19a6

Please sign in to comment.