mikf / gallery-dl

Command-line program to download image galleries and collections from several image hosting sites
GNU General Public License v2.0
11.21k stars 918 forks source link

Patreon links? #1831

Open MrSeyker opened 2 years ago

MrSeyker commented 2 years ago

Patreon posts often can contain an embeded link that leads to Mega, Dropbox or some other external storage service, can gallery-dl download those, or at least capture the links and save them to text? I tried saving the content metadata to a text file, but since those links are separate from the post content they are not saved.

Hrxn commented 2 years ago

There is the option to store and collect unsupported links, which should basically work. But it might be possible that the Patreon extractor has to be amended first.

MrSeyker commented 2 years ago

Found a workaround looking at the source code for the patreon page. Using a postprocessor to read the metadata and save it to txt. Use "format": "{embed}\n{content}\n" The embeded data includes the links to dropbox, mega, etc. I need to search the text files for the links and process them separately, but at least I capture them while batch processing an artist.

biggestsonicfan commented 2 years ago

Similar situation in the patreon kemono.party archives. The embeds would be under the post__content class over there.