Youtubedl Android Versions Save

youtube-dl for android

0.12.0

3 years ago

This is an alpha release. Changelog -

  • added url field in VideoInfo
  • changed scope of VideoInfo fields to private

0.11.1

3 years ago

This is an alpha release. Changelog -

  • updated youtube-dl binary

0.11.0

3 years ago

This is an alpha release. Changelog -

  • support for upgrading libs on app update. +refactoring

0.10.2

3 years ago

This is an alpha release. Changelog -

  • changed method signature to accept app context
  • added cached version info api

0.10.1

3 years ago

This is an alpha release. Changelog -

  • updated youtube-dl

0.10.0

3 years ago

This is an alpha release. This includes breaking changes. If you are upgrading from a previous version you must uninstall the older version first. Changelog -

  • 64bit support (#57)

0.9.0

4 years ago

This is an alpha release. This includes breaking changes. If you are upgrading from a previous version you must uninstall the older version first. Changelog -

  • android 5+ support (#46)

0.8.0

4 years ago

This is an alpha release. This includes breaking changes. If you are upgrading from a previous version you must uninstall the older version first. Changelog -

  • android 10 support (closes #26)
  • x86 support (closes #42)

Key points

  • Set android:extractNativeLibs="true" in your app's manifest.
  • Use abiFilters 'x86', 'armeabi' in app/build.gradle, see sample app.
  • Use abi splits to reduce apk size, see sample app.
  • On android 10 set android:requestLegacyExternalStorage="true". I haven't tested with scoped storage, feel free to do so.

0.7.0

4 years ago

Basic functionality for downloading or getting stream info using youtube-dl on android. This is an alpha release. If you are upgrading from a version prior to 0.6.0 you should uninstall the app and reinstall. Changelog -

  • Closes #27

0.6.2

4 years ago

Basic functionality for downloading or getting stream info using youtube-dl on android. This is an alpha release. If you are upgrading from a version prior to 0.6.0 you should uninstall the app and reinstall. Changelog -