Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "Videos" as supported platform #13

Open
MacDhughaill opened this issue Jul 16, 2018 · 1 comment
Open

Add "Videos" as supported platform #13

MacDhughaill opened this issue Jul 16, 2018 · 1 comment

Comments

@MacDhughaill
Copy link

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
@MayeulC
Copy link
Owner

MayeulC commented Jul 18, 2018

Indeed, support should be pretty easy to add, but I don't think I have any bundle to test this with. I'll look into it anyways; hopefully under one month.

@MayeulC MayeulC added this to the 0.6 milestone Jul 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants