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

Q: current method to *export* *list* of saved URLs? #61

Open
jwmh opened this issue Jun 17, 2020 · 1 comment
Open

Q: current method to *export* *list* of saved URLs? #61

jwmh opened this issue Jun 17, 2020 · 1 comment

Comments

@jwmh
Copy link

jwmh commented Jun 17, 2020

Hi, I'm sorry to bother you w this ask
-- for info only --
(not a coding ask; that seems unrealistic).

Note:
Not seeking to export the files/folders -- that's easy & clearly documented.

Instead,
Just a list of the original URLs.

Doesnt need to be neat, tidy, nor clean.

I can see original URLs from /within/ the app
if i peruse each entry, manually
(
via "details of saved page"
)
but i
cannot via my (NOT-rooted) filesystem
via the directory/folder they're saved in.
.
(Only the titles of the pages,
and the files/folders,
not the original url's.)
.

Do you have any thoughts on how I could go about this? In any current -- existing -- released APK app version.

.(My device is /not/ rooted.)

Apologies again,
And:

Hope you are doing well enough
with everything in personal, world, work, community,
-j

@JonasCz
Copy link
Owner

JonasCz commented Jul 1, 2020

IIRC the app uses an SQLite database which is stored in the app's private storage. You can try one of these methods here to get it out: https://stackoverflow.com/questions/13006315/how-to-access-data-data-folder-in-android-device

Then you can open the sqlite file in a tool like sqlite browser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants