mikf / gallery-dl

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

[Kemono] Embeded youtube links #2139

Closed DevilDevine closed 2 years ago

DevilDevine commented 2 years ago

Quite new to all this, so forgive me if I am missing something obvious.

When I download a user (e.g https://kemono.party/patreon/user/36104732), I get the .PSD, images, zips, but not the youtube videos embedded in posts (https://kemono.party/patreon/user/36104732/post/60090908)

Is it possible to get those, or something like a txt file output with all their urls collected?

Thank you for any help

mikf commented 2 years ago

You can use a metadata post processor to write the content of metadata entries to individual text files. Use something like in https://github.com/mikf/gallery-dl/issues/1966#issuecomment-948984691 and change format to embed[url]:?/\n/}. This will produce one extra file per post that has the embed link in it if available.

DevilDevine commented 2 years ago

You can use a metadata post processor to write the content of metadata entries to individual text files. Use something like in #1966 (comment) and change format to embed[url]:?/\n/}. This will produce one extra file per post that has the embed link in it if available.

Thank you, exactly what I needed