patrickkfkan / patreon-dl

Patreon Downloader
53 stars 3 forks source link

Is it possible not downloading certain media types #5

Closed ganqqwerty closed 6 months ago

ganqqwerty commented 6 months ago

Is is possible to skip downloading videos for example? Some creators add youtube embeddings or reupload videos to patreon, and I'm only interested in text materials.

patrickkfkan commented 6 months ago

At the moment, you can only skip downloading all media (images, videos...). You would have to set content.media and preview.media to 0 in a conf file and pass it to patreon-dl.

I'll consider expanding content.media to include specific media types, instead of all or nothing.

patrickkfkan commented 6 months ago

Please try the updated v1.2.1 which, among other things, expanded the content.media config option. For example, to download all media except videos, you would set this in your config file:

...
[include]

content.media = image, audio, attachment
ganqqwerty commented 6 months ago

exactly what i needed!!