Skip to content

Add "Videos" as supported platform #13

@MacDhughaill

Description

@MacDhughaill

I discovered that in addition to the familiar "games, ebooks, audio" platforms, there is now a "video" platform. By default, hb-downloader does not list or download anything from the video platform. A simple change like below to hb-downloader-settings.yaml does successfully download the videos when a plain command of hb-downloader.py download is ran, though, so it seems support should be easy to add?

download-platforms:
  audio: True
  ebook: True
  windows: True
  mac: True
  linux: True
  android: True
  asmjs: False
  video: True

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions