vk_extractor
============

.. py:module:: vk_extractor


Submodules
----------

.. toctree::
   :maxdepth: 1

   /autoapi/vk_extractor/vk_extractor/index




Package Contents
----------------

.. py:class:: VkExtractor

   Bases: :py:obj:`auto_archiver.core.Extractor`


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


   .. py:method:: setup() -> None


   .. py:method:: 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.




