vk_extractor#

Submodules#

Package Contents#

class vk_extractor.VkExtractor#

Bases: auto_archiver.core.Extractor

” VK videos are handled by YTDownloader, this archiver gets posts text and images. Currently only works for /wall posts

setup() None#
download(item: auto_archiver.core.Metadata) auto_archiver.core.Metadata#

Downloads the media from the given URL and returns a Metadata object with the downloaded media.

If the URL is not supported or the download fails, this method should return False.