Followers
0
Following
0
Joined
Last Online
-
sam rod
is for copy the adoress of the source. Is no way to do it. I can download videos from pythonista.
-
sam rod
I like to move the downloads. But some content is out of my reach. How can i get the link and dowload from the CenterControl.
-
sam rod
In preference, the scene look runnable. The size and position is editable.
-
sam rod
Jelly, the bot are in this apart of the web, affair of an App private and no include in the description. are post you have knew.
-
-
-
sam rod
Or run script from share default view
from PIL import Image import appex import ui def main(): if not appex.is_running_extension(): print('This script is intended to be/ run from the sharing extension.') return path=appex.get_file_path() if len(path)>5: import shutil shutil.move(path,'/private/var/mobile/Containers/Shared/AppGroup/29427C70-DDD5-4356-A6C7-0FBAD22F6230/Pythonista3/Documents/' ) if __name__ == '__main__': main()