Skip to content

Commit

Permalink
TikTok: Ignore no formats error
Browse files Browse the repository at this point in the history
In my limited experience, this doesn't mean that gallery-dl can't download the photo post (but this could mean that you can't download the audio)
  • Loading branch information
CasualYT31 committed Dec 23, 2024
1 parent 8600da1 commit fffbca6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gallery_dl/extractor/tiktok.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ def urls(self):
module=module,
obj=self,
user_opts={
"ignore_no_formats_error": True,
"cookiefile": self.cookies_file,
"playlist_items": str(self.config("tiktok-range", ""))
}
Expand Down

0 comments on commit fffbca6

Please sign in to comment.