Skip to content

Commit e6e89c8

Browse files
committed
docs: update readme
1 parent 23b26d5 commit e6e89c8

File tree

2 files changed

+8
-15
lines changed

2 files changed

+8
-15
lines changed

.idea/deploymentTargetDropDown.xml

Lines changed: 5 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,9 @@ If you wish to use config file in the download option by using this command `--c
3131

3232
<br/>
3333

34-
3534
Checkout [dvd](https://github.com/yausername/dvd), a video downloader app based on this library.
3635

37-
![dvd](https://imgur.com/download/DdhdBuc)
36+
Also take a look at [Seal](https://github.com/JunkFood02/Seal), another video/audio downloader app which demonstrates a more advanced and customized use of this library.
3837

3938
## Installation
4039

@@ -68,7 +67,8 @@ dependencies {
6867
* Set `android:extractNativeLibs="true"` in your app's manifest.
6968
* Use `abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'` in app/build.gradle, see [sample app](https://github.com/yausername/youtubedl-android/blob/master/app/build.gradle).
7069
* Use abi splits to reduce apk size, see [sample app](https://github.com/yausername/youtubedl-android/blob/master/app/build.gradle).
71-
* On android 10 set `android:requestLegacyExternalStorage="true"`. I haven't tested with scoped storage, feel free to do so.
70+
* On Android 10 (API 29), set `android:requestLegacyExternalStorage="true"`.
71+
* On Android 10+ (API 30 or higher), due to Android's Scoped Storage changes, apps only have the direct access to `Download/` and `Documents/` . And you can only download the videos into these two directories, see [related issue](https://github.com/yausername/youtubedl-android/issues/174).
7272

7373
<br/>
7474

0 commit comments

Comments
 (0)