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

Storage permissions and Android 11 #1355

Open
1 of 6 tasks
ghost opened this issue Mar 2, 2024 · 7 comments
Open
1 of 6 tasks

Storage permissions and Android 11 #1355

ghost opened this issue Mar 2, 2024 · 7 comments
Labels
enhancement New feature or request question Further information is needed

Comments

@ghost
Copy link

ghost commented Mar 2, 2024

Checklist

  • This feature I'm requesting is already implemented in yt-dlp.
  • This feature is merely a UI/UX update.
  • This feature is suitable for primary users with little knowledge about yt-dlp.
  • This feature is available for most websites, not only the video platform I use.
  • This feature is suitable for a large variety of videos.
  • This feature is not going to conflict with many of the existing options.

Is your feature request related to a problem? Please describe.

When downloading a video, the downloader still runs but it won't download. I checked the app's permissions but the app lacks memory permissions.
Screenshot_20240302-132810_Seal~2

Describe the solution you'd like

Can't add permission in AndroidManifest
Sdk 30


or source for Android 11
https://stackoverflow.com/questions/62782648/android-11-scoped-storage-permissions

Video link

No response

Additional context

No response

@ghost ghost added enhancement New feature or request new issue This issue is not triaged labels Mar 2, 2024
@ghost
Copy link
Author

ghost commented Mar 2, 2024

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />

@ghost
Copy link
Author

ghost commented Mar 2, 2024

sdk 30

@JunkFood02
Copy link
Owner

Try enabling Download directory - Restrict filenames

@JunkFood02 JunkFood02 added question Further information is needed and removed new issue This issue is not triaged labels Mar 3, 2024
@ghost
Copy link
Author

ghost commented Mar 4, 2024

-Not working
Screenshot_20240304-193836_Seal
Screenshot_20240304-193840_Seal
-I tried a custom download folder
Screenshot_20240304-193958_Seal
The part highlighted in red is noteworthy
I'm Vietnamese, very pleased and thank :3

@ghost
Copy link
Author

ghost commented Mar 4, 2024

It only applies to android 4.4+(I don't remember), when I upgraded to android 11 it no longer worked well

@ghost
Copy link
Author

ghost commented Mar 4, 2024

**How can I support the project :3? **

@ShlomoCode
Copy link

**How can I support the project :3? **

https://github.com/sponsors/JunkFood02

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is needed
Projects
None yet
Development

No branches or pull requests

2 participants